@ai-sdk/react 0.0.31 → 0.0.33

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.31 build /home/runner/work/ai/ai/packages/react
2
+ > @ai-sdk/react@0.0.33 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
- ESM dist/index.mjs 25.33 KB
13
- ESM dist/index.mjs.map 54.88 KB
14
- ESM ⚡️ Build success in 62ms
15
12
  CJS dist/index.js 27.81 KB
16
13
  CJS dist/index.js.map 54.95 KB
17
- CJS ⚡️ Build success in 62ms
14
+ CJS ⚡️ Build success in 74ms
15
+ ESM dist/index.mjs 25.33 KB
16
+ ESM dist/index.mjs.map 54.88 KB
17
+ ESM ⚡️ Build success in 92ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 5431ms
19
+ DTS ⚡️ Build success in 5542ms
20
20
  DTS dist/index.d.ts 10.49 KB
21
21
  DTS dist/index.d.mts 10.49 KB
@@ -1,4 +1,4 @@
1
1
 
2
- > @ai-sdk/react@0.0.31 clean /home/runner/work/ai/ai/packages/react
2
+ > @ai-sdk/react@0.0.33 clean /home/runner/work/ai/ai/packages/react
3
3
  > rm -rf dist
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @ai-sdk/react
2
2
 
3
+ ## 0.0.33
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fea7b604]
8
+ - @ai-sdk/ui-utils@0.0.23
9
+
10
+ ## 0.0.32
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [1d93d716]
15
+ - @ai-sdk/ui-utils@0.0.22
16
+
3
17
  ## 0.0.31
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/react",
3
- "version": "0.0.31",
3
+ "version": "0.0.33",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@ai-sdk/provider-utils": "1.0.5",
19
- "@ai-sdk/ui-utils": "0.0.21",
19
+ "@ai-sdk/ui-utils": "0.0.23",
20
20
  "swr": "2.2.5"
21
21
  },
22
22
  "devDependencies": {
@@ -770,8 +770,6 @@ describe('tool invocations', () => {
770
770
  streamController.enqueue(
771
771
  formatStreamPart('tool_result', {
772
772
  toolCallId: 'tool-call-0',
773
- toolName: 'test-tool',
774
- args: { testArg: 'test-value' },
775
773
  result: 'test-result',
776
774
  }),
777
775
  );
@@ -810,8 +808,6 @@ describe('tool invocations', () => {
810
808
  streamController.enqueue(
811
809
  formatStreamPart('tool_result', {
812
810
  toolCallId: 'tool-call-0',
813
- toolName: 'test-tool',
814
- args: { testArg: 'test-value' },
815
811
  result: 'test-result',
816
812
  }),
817
813
  );