@ai-sdk/react 0.0.27 → 0.0.29

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,5 +1,5 @@
1
1
 
2
- > @ai-sdk/react@0.0.27 build /home/runner/work/ai/ai/packages/react
2
+ > @ai-sdk/react@0.0.29 build /home/runner/work/ai/ai/packages/react
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -11,11 +11,11 @@
11
11
  ESM Build start
12
12
  ESM dist/index.mjs 24.55 KB
13
13
  ESM dist/index.mjs.map 53.77 KB
14
- ESM ⚡️ Build success in 58ms
14
+ ESM ⚡️ Build success in 59ms
15
15
  CJS dist/index.js 27.03 KB
16
16
  CJS dist/index.js.map 53.84 KB
17
- CJS ⚡️ Build success in 61ms
17
+ CJS ⚡️ Build success in 62ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 5405ms
19
+ DTS ⚡️ Build success in 5224ms
20
20
  DTS dist/index.d.ts 10.46 KB
21
21
  DTS dist/index.d.mts 10.46 KB
@@ -1,4 +1,4 @@
1
1
 
2
- > @ai-sdk/react@0.0.27 clean /home/runner/work/ai/ai/packages/react
2
+ > @ai-sdk/react@0.0.29 clean /home/runner/work/ai/ai/packages/react
3
3
  > rm -rf dist
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @ai-sdk/react
2
2
 
3
+ ## 0.0.29
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a8d1c9e9]
8
+ - @ai-sdk/provider-utils@1.0.5
9
+ - @ai-sdk/ui-utils@0.0.20
10
+
11
+ ## 0.0.28
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [4f88248f]
16
+ - @ai-sdk/provider-utils@1.0.4
17
+ - @ai-sdk/ui-utils@0.0.19
18
+
3
19
  ## 0.0.27
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/react",
3
- "version": "0.0.27",
3
+ "version": "0.0.29",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -15,8 +15,8 @@
15
15
  }
16
16
  },
17
17
  "dependencies": {
18
- "@ai-sdk/provider-utils": "1.0.3",
19
- "@ai-sdk/ui-utils": "0.0.18",
18
+ "@ai-sdk/provider-utils": "1.0.5",
19
+ "@ai-sdk/ui-utils": "0.0.20",
20
20
  "swr": "2.2.5"
21
21
  },
22
22
  "devDependencies": {