@foris/ai-agent 1.0.8-beta.0.4 → 1.0.8-beta.0.5

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.
Files changed (1) hide show
  1. 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.4",
3
+ "version": "1.0.8-beta.0.5",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -25,14 +25,6 @@
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
- },
36
28
  "dependencies": {
37
29
  "@codemirror/lang-json": "6.0.1",
38
30
  "@radix-ui/react-collapsible": "1.1.12",
@@ -57,8 +49,6 @@
57
49
  "shiki": "3.20.0"
58
50
  },
59
51
  "peerDependencies": {
60
- "@foris/avocado-icons": "workspace:*",
61
- "@foris/mango-core": "workspace:*",
62
52
  "@ai-sdk/react": ">=2.0.0",
63
53
  "@tailwindcss/postcss": ">=4.0.0",
64
54
  "ai": ">=5.0.0",
@@ -73,14 +63,13 @@
73
63
  "react-dom": ">=18.0.0",
74
64
  "tailwind-merge": ">=3.0.0",
75
65
  "tokenlens": ">=1.0.0",
76
- "use-stick-to-bottom": ">=1.0.0"
66
+ "use-stick-to-bottom": ">=1.0.0",
67
+ "@foris/avocado-icons": "1.16.6-beta.0.5",
68
+ "@foris/mango-core": "1.3.3-beta.0.5"
77
69
  },
78
70
  "devDependencies": {
79
- "@foris/avocado-icons": "workspace:*",
80
- "@foris/mango-core": "workspace:*",
81
71
  "@ai-sdk/react": "2.0.117",
82
72
  "@codemirror/lang-json": "6.0.1",
83
- "@foris/tsconfig": "workspace:*",
84
73
  "@radix-ui/react-collapsible": "1.1.12",
85
74
  "@radix-ui/react-dialog": "1.1.15",
86
75
  "@radix-ui/react-dropdown-menu": "2.1.16",
@@ -135,6 +124,17 @@
135
124
  "vite-plugin-dts": "3.7.1",
136
125
  "vite-plugin-static-copy": "1.0.0",
137
126
  "vitest": "4.0.18",
138
- "rollup-plugin-visualizer": "5.12.0"
127
+ "rollup-plugin-visualizer": "5.12.0",
128
+ "@foris/avocado-icons": "1.16.6-beta.0.5",
129
+ "@foris/mango-core": "1.3.3-beta.0.5",
130
+ "@foris/tsconfig": "0.0.2"
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"
139
139
  }
140
- }
140
+ }