Skip to content

Commit 1decff1

Browse files
chore: fix failing ci packages (#75)
* chore: fix failing ci packages * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent e85d718 commit 1decff1

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

packages/typescript/ai-react-ui/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
{
22
"name": "@tanstack/ai-react-ui",
3-
"version": "0.0.1",
3+
"version": "0.0.0",
44
"description": "Headless React components for building AI chat interfaces",
55
"module": "./dist/esm/index.js",
66
"types": "./dist/esm/index.d.ts",
77
"type": "module",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/TanStack/ai.git",
11+
"directory": "packages/typescript/ai"
12+
},
813
"exports": {
914
".": {
1015
"types": "./dist/esm/index.d.ts",

packages/typescript/ai-solid-ui/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
{
22
"name": "@tanstack/ai-solid-ui",
3-
"version": "0.0.1",
3+
"version": "0.0.0",
44
"description": "Headless Solid components for building AI chat interfaces",
55
"module": "./src/index.ts",
66
"types": "./src/index.ts",
77
"type": "module",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/TanStack/ai.git",
11+
"directory": "packages/typescript/ai"
12+
},
813
"exports": {
914
".": {
1015
"solid": "./src/index.ts",

packages/typescript/react-ai-devtools/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
{
22
"name": "@tanstack/react-ai-devtools",
3-
"version": "0.0.1",
3+
"version": "0.0.0",
44
"description": "React Devtools for TanStack AI.",
55
"author": "tannerlinsley",
66
"license": "MIT",
77
"homepage": "https://tanstack.com/ai",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/TanStack/ai.git",
11+
"directory": "packages/typescript/ai"
12+
},
813
"funding": {
914
"type": "github",
1015
"url": "https://github.com/sponsors/tannerlinsley"

0 commit comments

Comments
 (0)