@foris/ai-agent 1.0.8-beta.0.1 → 1.0.8-beta.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@foris/ai-agent",
|
|
3
|
-
"version": "1.0.8-beta.0.
|
|
3
|
+
"version": "1.0.8-beta.0.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -25,6 +25,14 @@
|
|
|
25
25
|
"default": "./dist/ai-agent.es.js"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
|
+
"scripts": {
|
|
29
|
+
"build": "tsc && vite build",
|
|
30
|
+
"build:analyze": "tsc && ANALYZE=true vite build",
|
|
31
|
+
"test": "vitest run",
|
|
32
|
+
"type-check": "tsc --noEmit",
|
|
33
|
+
"test:watch": "vitest --ui",
|
|
34
|
+
"coverage": "vitest run --coverage"
|
|
35
|
+
},
|
|
28
36
|
"dependencies": {
|
|
29
37
|
"@codemirror/lang-json": "6.0.1",
|
|
30
38
|
"@radix-ui/react-collapsible": "1.1.12",
|
|
@@ -49,6 +57,8 @@
|
|
|
49
57
|
"shiki": "3.20.0"
|
|
50
58
|
},
|
|
51
59
|
"peerDependencies": {
|
|
60
|
+
"@foris/avocado-icons": "workspace:*",
|
|
61
|
+
"@foris/mango-core": "workspace:*",
|
|
52
62
|
"@ai-sdk/react": ">=2.0.0",
|
|
53
63
|
"@tailwindcss/postcss": ">=4.0.0",
|
|
54
64
|
"ai": ">=5.0.0",
|
|
@@ -63,13 +73,14 @@
|
|
|
63
73
|
"react-dom": ">=18.0.0",
|
|
64
74
|
"tailwind-merge": ">=3.0.0",
|
|
65
75
|
"tokenlens": ">=1.0.0",
|
|
66
|
-
"use-stick-to-bottom": ">=1.0.0"
|
|
67
|
-
"@foris/avocado-icons": "1.16.6-beta.0.1",
|
|
68
|
-
"@foris/mango-core": "1.3.3-beta.0.1"
|
|
76
|
+
"use-stick-to-bottom": ">=1.0.0"
|
|
69
77
|
},
|
|
70
78
|
"devDependencies": {
|
|
79
|
+
"@foris/avocado-icons": "workspace:*",
|
|
80
|
+
"@foris/mango-core": "workspace:*",
|
|
71
81
|
"@ai-sdk/react": "2.0.117",
|
|
72
82
|
"@codemirror/lang-json": "6.0.1",
|
|
83
|
+
"@foris/tsconfig": "workspace:*",
|
|
73
84
|
"@radix-ui/react-collapsible": "1.1.12",
|
|
74
85
|
"@radix-ui/react-dialog": "1.1.15",
|
|
75
86
|
"@radix-ui/react-dropdown-menu": "2.1.16",
|
|
@@ -124,17 +135,6 @@
|
|
|
124
135
|
"vite-plugin-dts": "3.7.1",
|
|
125
136
|
"vite-plugin-static-copy": "1.0.0",
|
|
126
137
|
"vitest": "4.0.18",
|
|
127
|
-
"rollup-plugin-visualizer": "5.12.0"
|
|
128
|
-
"@foris/avocado-icons": "1.16.6-beta.0.1",
|
|
129
|
-
"@foris/mango-core": "1.3.3-beta.0.1",
|
|
130
|
-
"@foris/tsconfig": "0.0.2-beta.0.1"
|
|
131
|
-
},
|
|
132
|
-
"scripts": {
|
|
133
|
-
"build": "tsc && vite build",
|
|
134
|
-
"build:analyze": "tsc && ANALYZE=true vite build",
|
|
135
|
-
"test": "vitest run",
|
|
136
|
-
"type-check": "tsc --noEmit",
|
|
137
|
-
"test:watch": "vitest --ui",
|
|
138
|
-
"coverage": "vitest run --coverage"
|
|
138
|
+
"rollup-plugin-visualizer": "5.12.0"
|
|
139
139
|
}
|
|
140
|
-
}
|
|
140
|
+
}
|