@firtoz/chat-agent 1.0.0 → 1.0.1
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firtoz/chat-agent",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "ChatAgent for Cloudflare Durable Objects with OpenRouter - a simplified alternative to @cloudflare/ai-chat",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"module": "./src/index.ts",
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
"url": "https://github.com/firtoz/fullstack-toolkit/issues"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@cloudflare/workers-types": "^4.
|
|
56
|
-
"@openrouter/sdk": "^0.
|
|
57
|
-
"agents": "^0.
|
|
55
|
+
"@cloudflare/workers-types": "^4.20260210.0",
|
|
56
|
+
"@openrouter/sdk": "^0.8.0",
|
|
57
|
+
"agents": "^0.4.0",
|
|
58
58
|
"drizzle-orm": "^0.45.1"
|
|
59
59
|
},
|
|
60
60
|
"optionalDependencies": {
|
|
61
|
-
"zod": "^4.3.
|
|
61
|
+
"zod": "^4.3.6"
|
|
62
62
|
},
|
|
63
63
|
"engines": {
|
|
64
64
|
"node": ">=18.0.0"
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"bun-types": "^1.3.
|
|
71
|
-
"drizzle-kit": "^0.31.
|
|
70
|
+
"bun-types": "^1.3.9",
|
|
71
|
+
"drizzle-kit": "^0.31.9",
|
|
72
72
|
"typescript": "^5.9.3"
|
|
73
73
|
}
|
|
74
74
|
}
|