@ai-sdk/react 4.0.0-canary.129 → 4.0.0-canary.132

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 +25 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @ai-sdk/react
2
2
 
3
+ ## 4.0.0-canary.132
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b67525f]
8
+ - Updated dependencies [2655da8]
9
+ - Updated dependencies [ca446f8]
10
+ - Updated dependencies [bcacd48]
11
+ - ai@7.0.0-canary.131
12
+ - @ai-sdk/mcp@2.0.0-canary.47
13
+ - @ai-sdk/provider-utils@5.0.0-canary.38
14
+
15
+ ## 4.0.0-canary.131
16
+
17
+ ### Patch Changes
18
+
19
+ - ai@7.0.0-canary.130
20
+
21
+ ## 4.0.0-canary.130
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [d1b3786]
26
+ - ai@7.0.0-canary.129
27
+
3
28
  ## 4.0.0-canary.129
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/react",
3
- "version": "4.0.0-canary.129",
3
+ "version": "4.0.0-canary.132",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -28,10 +28,10 @@
28
28
  "dependencies": {
29
29
  "swr": "^2.2.5",
30
30
  "throttleit": "2.1.0",
31
- "@ai-sdk/mcp": "2.0.0-canary.46",
32
- "@ai-sdk/provider": "4.0.0-canary.16",
33
- "@ai-sdk/provider-utils": "5.0.0-canary.37",
34
- "ai": "7.0.0-canary.128"
31
+ "@ai-sdk/mcp": "2.0.0-canary.47",
32
+ "@ai-sdk/provider-utils": "5.0.0-canary.38",
33
+ "ai": "7.0.0-canary.131",
34
+ "@ai-sdk/provider": "4.0.0-canary.16"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@testing-library/jest-dom": "^6.6.3",