@ai-sdk/react 2.0.233 → 2.0.235

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 +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @ai-sdk/react
2
2
 
3
+ ## 2.0.235
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [66dd974]
8
+ - Updated dependencies [0e51b7b]
9
+ - ai@5.0.232
10
+ - @ai-sdk/provider-utils@3.0.32
11
+
12
+ ## 2.0.234
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [2709314]
17
+ - ai@5.0.231
18
+
3
19
  ## 2.0.233
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/react",
3
- "version": "2.0.233",
3
+ "version": "2.0.235",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "swr": "^2.2.5",
23
23
  "throttleit": "2.1.0",
24
- "ai": "5.0.230",
25
- "@ai-sdk/provider-utils": "3.0.31"
24
+ "ai": "5.0.232",
25
+ "@ai-sdk/provider-utils": "3.0.32"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@testing-library/jest-dom": "^6.6.3",