@ai-sdk/vue 4.0.0-canary.176 → 4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +100 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,105 @@
1
1
  # @ai-sdk/vue
2
2
 
3
+ ## 4.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ai@7.0.1
8
+
9
+ ## 4.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - ef992f8: Remove CommonJS exports from all packages. All packages are now ESM-only (`"type": "module"`). Consumers using `require()` must switch to ESM `import` syntax.
14
+ - 8359612: Start v7 pre-release
15
+
16
+ ### Patch Changes
17
+
18
+ - b567a6c: dependency updates
19
+ - 9f0e36c: trigger release for all packages after provenance setup
20
+ - 7fc6bd6: Raise minimum supported Node.js version to 22. Supported versions: 22, 24, and 26.
21
+ - 0c4c275: trigger initial canary release
22
+ - 258c093: chore: ensure consistent import handling and avoid import duplicates or cycles
23
+ - b8396f0: trigger initial beta release
24
+ - e2525c8: fix(vue): forward args in useChat methods
25
+ - d984051: Add `useChat` composable for `@ai-sdk/vue`, providing a reactive wrapper around `Chat` with auto-recreation when the init object changes.
26
+
27
+ ## 4.0.0-beta.187
28
+
29
+ ### Patch Changes
30
+
31
+ - ai@7.0.0-beta.187
32
+
33
+ ## 4.0.0-beta.186
34
+
35
+ ### Patch Changes
36
+
37
+ - ai@7.0.0-beta.186
38
+
39
+ ## 4.0.0-beta.185
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [75763b0]
44
+ - ai@7.0.0-beta.185
45
+
46
+ ## 4.0.0-beta.184
47
+
48
+ ### Patch Changes
49
+
50
+ - Updated dependencies [0416e3e]
51
+ - ai@7.0.0-beta.184
52
+ - @ai-sdk/provider-utils@5.0.0-beta.50
53
+
54
+ ## 4.0.0-beta.183
55
+
56
+ ### Patch Changes
57
+
58
+ - ai@7.0.0-beta.183
59
+
60
+ ## 4.0.0-beta.182
61
+
62
+ ### Patch Changes
63
+
64
+ - Updated dependencies [cc6ab90]
65
+ - ai@7.0.0-beta.182
66
+
67
+ ## 4.0.0-beta.181
68
+
69
+ ### Patch Changes
70
+
71
+ - Updated dependencies [6a2caf9]
72
+ - ai@7.0.0-beta.181
73
+
74
+ ## 4.0.0-beta.180
75
+
76
+ ### Patch Changes
77
+
78
+ - Updated dependencies [81a284b]
79
+ - ai@7.0.0-beta.180
80
+
81
+ ## 4.0.0-beta.179
82
+
83
+ ### Patch Changes
84
+
85
+ - ai@7.0.0-beta.179
86
+
87
+ ## 4.0.0-beta.178
88
+
89
+ ### Patch Changes
90
+
91
+ - Updated dependencies [b097c52]
92
+ - ai@7.0.0-beta.178
93
+
94
+ ## 4.0.0-beta.177
95
+
96
+ ### Patch Changes
97
+
98
+ - b8396f0: trigger initial beta release
99
+ - Updated dependencies [b8396f0]
100
+ - @ai-sdk/provider-utils@5.0.0-beta.49
101
+ - ai@7.0.0-beta.177
102
+
3
103
  ## 4.0.0-canary.176
4
104
 
5
105
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/vue",
3
- "version": "4.0.0-canary.176",
3
+ "version": "4.0.1",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -27,8 +27,8 @@
27
27
  ],
28
28
  "dependencies": {
29
29
  "swrv": "^1.2.0",
30
- "@ai-sdk/provider-utils": "5.0.0-canary.48",
31
- "ai": "7.0.0-canary.176"
30
+ "ai": "7.0.1",
31
+ "@ai-sdk/provider-utils": "5.0.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@testing-library/jest-dom": "^6.9.1",
@@ -40,9 +40,9 @@
40
40
  "msw": "2.6.4",
41
41
  "tsup": "^7.2.0",
42
42
  "typescript": "5.8.3",
43
- "vitest": "4.1.5",
43
+ "vitest": "4.1.6",
44
44
  "zod": "3.25.76",
45
- "@ai-sdk/test-server": "2.0.0-canary.6",
45
+ "@ai-sdk/test-server": "2.0.0",
46
46
  "@vercel/ai-tsconfig": "0.0.0"
47
47
  },
48
48
  "peerDependencies": {