@silkweave/ai 1.9.1 → 1.11.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.
@@ -1,14 +1,13 @@
1
-
2
- $ tsdown
3
- ℹ tsdown v0.21.10 powered by rolldown v1.0.0-rc.17
4
- ℹ config file: /Users/atomic/projects/silkweave/silkweave/packages/ai/tsdown.config.ts
5
- ℹ entry: src/index.ts
6
- ℹ tsconfig: tsconfig.json
7
- ℹ Build start
8
- ℹ Cleaning 4 files
9
- ℹ build/index.mjs 4.13 kB │ gzip: 1.68 kB
10
- ℹ build/index.mjs.map 8.81 kB │ gzip: 3.19 kB
11
- ℹ build/index.d.mts.map 0.84 kB │ gzip: 0.41 kB
12
- ℹ build/index.d.mts 5.20 kB │ gzip: 2.01 kB
13
- ℹ 4 files, total: 18.98 kB
14
- ✔ Build complete in 984ms
1
+ $ tsdown
2
+ ℹ tsdown v0.21.10 powered by rolldown v1.0.0-rc.17
3
+ ℹ config file: /Users/atomic/projects/silkweave/silkweave/packages/ai/tsdown.config.ts
4
+ ℹ entry: src/index.ts
5
+ ℹ tsconfig: tsconfig.json
6
+ ℹ Build start
7
+ ℹ Cleaning 4 files
8
+ ℹ build/index.mjs 4.13 kB │ gzip: 1.68 kB
9
+ ℹ build/index.mjs.map 8.81 kB │ gzip: 3.19 kB
10
+ ℹ build/index.d.mts.map 0.84 kB │ gzip: 0.41 kB
11
+ ℹ build/index.d.mts 5.20 kB │ gzip: 2.01 kB
12
+ ℹ 4 files, total: 18.98 kB
13
+ ✔ Build complete in 1317ms
@@ -12,4 +12,4 @@
12
12
  ℹ build/index.d.mts.map 0.84 kB │ gzip: 0.41 kB
13
13
  ℹ build/index.d.mts 5.20 kB │ gzip: 2.01 kB
14
14
  ℹ 4 files, total: 18.98 kB
15
- ✔ Build complete in 907ms
15
+ ✔ Build complete in 996ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silkweave/ai",
3
- "version": "1.9.1",
3
+ "version": "1.11.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
  "repository": {
6
6
  "type": "git",
@@ -11,7 +11,7 @@
11
11
  "main": "build/index.mjs",
12
12
  "dependencies": {
13
13
  "zod": "^3.25.0",
14
- "@silkweave/core": "1.9.1"
14
+ "@silkweave/core": "1.11.0"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "ai": "^5.0.0"