@ash-cloud/ash-ai 0.1.10 → 0.1.11
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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ash-cloud/ash-ai",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
4
|
"description": "Agent SDK Harness - Complete framework for Claude Agent SDK session management",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -45,18 +45,8 @@
|
|
|
45
45
|
"files": [
|
|
46
46
|
"dist"
|
|
47
47
|
],
|
|
48
|
-
"scripts": {
|
|
49
|
-
"build": "tsup && pnpm build:playground && pnpm build:embed",
|
|
50
|
-
"build:playground": "vite build",
|
|
51
|
-
"build:embed": "vite build --config vite.embed.config.ts",
|
|
52
|
-
"dev": "tsup --watch",
|
|
53
|
-
"test": "vitest run --passWithNoTests",
|
|
54
|
-
"typecheck": "tsc --noEmit",
|
|
55
|
-
"clean": "rm -rf dist"
|
|
56
|
-
},
|
|
57
48
|
"dependencies": {
|
|
58
49
|
"@anthropic-ai/claude-agent-sdk": "^0.2.0",
|
|
59
|
-
"@ash-cloud/ash-ui": "workspace:*",
|
|
60
50
|
"@hono/node-server": "^1.13.7",
|
|
61
51
|
"@supabase/supabase-js": "^2.45.0",
|
|
62
52
|
"drizzle-orm": "^0.38.0",
|
|
@@ -65,7 +55,8 @@
|
|
|
65
55
|
"postgres": "^3.4.4",
|
|
66
56
|
"wouter": "^3.0.0",
|
|
67
57
|
"zod": "^3.24.1",
|
|
68
|
-
"chokidar": "^3.6.0"
|
|
58
|
+
"chokidar": "^3.6.0",
|
|
59
|
+
"@ash-cloud/ash-ui": "0.1.0"
|
|
69
60
|
},
|
|
70
61
|
"peerDependencies": {
|
|
71
62
|
"@anthropic-ai/claude-agent-sdk": ">=0.2.0",
|
|
@@ -105,5 +96,14 @@
|
|
|
105
96
|
"vite": "^6.0.7",
|
|
106
97
|
"vite-plugin-dts": "^4.5.0",
|
|
107
98
|
"vitest": "^2.1.8"
|
|
99
|
+
},
|
|
100
|
+
"scripts": {
|
|
101
|
+
"build": "tsup && pnpm build:playground && pnpm build:embed",
|
|
102
|
+
"build:playground": "vite build",
|
|
103
|
+
"build:embed": "vite build --config vite.embed.config.ts",
|
|
104
|
+
"dev": "tsup --watch",
|
|
105
|
+
"test": "vitest run --passWithNoTests",
|
|
106
|
+
"typecheck": "tsc --noEmit",
|
|
107
|
+
"clean": "rm -rf dist"
|
|
108
108
|
}
|
|
109
|
-
}
|
|
109
|
+
}
|