@ai-sdk/vue 2.0.187 → 2.0.190

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 +19 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @ai-sdk/vue
2
2
 
3
+ ## 2.0.190
4
+
5
+ ### Patch Changes
6
+
7
+ - ai@5.0.190
8
+
9
+ ## 2.0.189
10
+
11
+ ### Patch Changes
12
+
13
+ - ai@5.0.189
14
+
15
+ ## 2.0.188
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [1760d76]
20
+ - ai@5.0.188
21
+
3
22
  ## 2.0.187
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/vue",
3
- "version": "2.0.187",
3
+ "version": "2.0.190",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -20,8 +20,8 @@
20
20
  ],
21
21
  "dependencies": {
22
22
  "swrv": "^1.0.4",
23
- "ai": "5.0.187",
24
- "@ai-sdk/provider-utils": "3.0.25"
23
+ "@ai-sdk/provider-utils": "3.0.25",
24
+ "ai": "5.0.190"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@testing-library/jest-dom": "^6.6.3",