@foris/ai-agent 1.0.7 → 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 CHANGED
@@ -1,9 +1,14 @@
1
1
  {
2
2
  "name": "@foris/ai-agent",
3
- "version": "1.0.7",
3
+ "version": "1.0.8-beta.0.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/Foris/avocado.git",
10
+ "directory": "packages/ai-agent"
11
+ },
7
12
  "type": "module",
8
13
  "sideEffects": false,
9
14
  "files": [
@@ -20,6 +25,14 @@
20
25
  "default": "./dist/ai-agent.es.js"
21
26
  }
22
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
+ },
23
36
  "dependencies": {
24
37
  "@codemirror/lang-json": "6.0.1",
25
38
  "@radix-ui/react-collapsible": "1.1.12",
@@ -44,6 +57,8 @@
44
57
  "shiki": "3.20.0"
45
58
  },
46
59
  "peerDependencies": {
60
+ "@foris/avocado-icons": "workspace:*",
61
+ "@foris/mango-core": "workspace:*",
47
62
  "@ai-sdk/react": ">=2.0.0",
48
63
  "@tailwindcss/postcss": ">=4.0.0",
49
64
  "ai": ">=5.0.0",
@@ -58,13 +73,14 @@
58
73
  "react-dom": ">=18.0.0",
59
74
  "tailwind-merge": ">=3.0.0",
60
75
  "tokenlens": ">=1.0.0",
61
- "use-stick-to-bottom": ">=1.0.0",
62
- "@foris/avocado-icons": "1.16.6",
63
- "@foris/mango-core": "1.3.3"
76
+ "use-stick-to-bottom": ">=1.0.0"
64
77
  },
65
78
  "devDependencies": {
79
+ "@foris/avocado-icons": "workspace:*",
80
+ "@foris/mango-core": "workspace:*",
66
81
  "@ai-sdk/react": "2.0.117",
67
82
  "@codemirror/lang-json": "6.0.1",
83
+ "@foris/tsconfig": "workspace:*",
68
84
  "@radix-ui/react-collapsible": "1.1.12",
69
85
  "@radix-ui/react-dialog": "1.1.15",
70
86
  "@radix-ui/react-dropdown-menu": "2.1.16",
@@ -119,17 +135,6 @@
119
135
  "vite-plugin-dts": "3.7.1",
120
136
  "vite-plugin-static-copy": "1.0.0",
121
137
  "vitest": "4.0.18",
122
- "rollup-plugin-visualizer": "5.12.0",
123
- "@foris/avocado-icons": "1.16.6",
124
- "@foris/mango-core": "1.3.3",
125
- "@foris/tsconfig": "0.0.2"
126
- },
127
- "scripts": {
128
- "build": "tsc && vite build",
129
- "build:analyze": "tsc && ANALYZE=true vite build",
130
- "test": "vitest run",
131
- "type-check": "tsc --noEmit",
132
- "test:watch": "vitest --ui",
133
- "coverage": "vitest run --coverage"
138
+ "rollup-plugin-visualizer": "5.12.0"
134
139
  }
135
- }
140
+ }