@silkweave/ai 3.0.0 → 3.2.0

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silkweave/ai",
3
- "version": "3.0.0",
3
+ "version": "3.2.0",
4
4
  "description": "Silkweave Vercel AI SDK integration - custom ChatTransport bridging useChat to tRPC subscriptions, plus a chat action helper that wraps streamText into a streaming Silkweave action",
5
5
  "license": "MIT",
6
6
  "homepage": "https://www.silkweave.dev",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "zod": "^3.25.0",
30
- "@silkweave/core": "3.0.0"
30
+ "@silkweave/core": "3.2.0"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "ai": "^5.0.0"