@ai-sdk/react 0.0.11 → 0.0.12

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.11 build /home/runner/work/ai/ai/packages/react
2
+ > @ai-sdk/react@0.0.12 build /home/runner/work/ai/ai/packages/react
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -9,13 +9,13 @@
9
9
  CLI Target: es2018
10
10
  CJS Build start
11
11
  ESM Build start
12
- CJS dist/index.js 23.59 KB
13
- CJS dist/index.js.map 47.38 KB
14
- CJS ⚡️ Build success in 66ms
15
12
  ESM dist/index.mjs 21.13 KB
16
13
  ESM dist/index.mjs.map 47.31 KB
17
- ESM ⚡️ Build success in 68ms
14
+ ESM ⚡️ Build success in 84ms
15
+ CJS dist/index.js 23.59 KB
16
+ CJS dist/index.js.map 47.38 KB
17
+ CJS ⚡️ Build success in 85ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 5396ms
19
+ DTS ⚡️ Build success in 5406ms
20
20
  DTS dist/index.d.ts 9.74 KB
21
21
  DTS dist/index.d.mts 9.74 KB
@@ -1,4 +1,4 @@
1
1
 
2
- > @ai-sdk/react@0.0.11 clean /home/runner/work/ai/ai/packages/react
2
+ > @ai-sdk/react@0.0.12 clean /home/runner/work/ai/ai/packages/react
3
3
  > rm -rf dist
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @ai-sdk/react
2
2
 
3
+ ## 0.0.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [5edc6110]
8
+ - Updated dependencies [5edc6110]
9
+ - @ai-sdk/provider-utils@1.0.0
10
+ - @ai-sdk/ui-utils@0.0.7
11
+
3
12
  ## 0.0.11
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/react",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
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": "0.0.16",
19
- "@ai-sdk/ui-utils": "0.0.6",
18
+ "@ai-sdk/provider-utils": "1.0.0",
19
+ "@ai-sdk/ui-utils": "0.0.7",
20
20
  "swr": "2.2.0"
21
21
  },
22
22
  "devDependencies": {