@ai-sdk/alibaba 2.0.7 → 2.0.8

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @ai-sdk/alibaba
2
2
 
3
+ ## 2.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - ac306ed: Fix `StreamingToolCallTracker` finalizing streaming tool calls on parsable partial JSON. Tool calls now only finalize during stream flush, restoring the behavior of #13137: a parsable argument buffer can still be the prefix of a longer argument string, so finalizing early could act on truncated tool inputs.
8
+ - Updated dependencies [ac306ed]
9
+ - @ai-sdk/provider-utils@5.0.6
10
+ - @ai-sdk/openai-compatible@3.0.6
11
+
3
12
  ## 2.0.7
4
13
 
5
14
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1310,7 +1310,7 @@ var AlibabaVideoModel = class {
1310
1310
  };
1311
1311
 
1312
1312
  // src/version.ts
1313
- var VERSION = true ? "2.0.7" : "0.0.0-test";
1313
+ var VERSION = true ? "2.0.8" : "0.0.0-test";
1314
1314
 
1315
1315
  // src/alibaba-provider.ts
1316
1316
  function createAlibaba(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/alibaba",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -25,9 +25,9 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@ai-sdk/openai-compatible": "3.0.5",
28
+ "@ai-sdk/openai-compatible": "3.0.6",
29
29
  "@ai-sdk/provider": "4.0.2",
30
- "@ai-sdk/provider-utils": "5.0.5"
30
+ "@ai-sdk/provider-utils": "5.0.6"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "22.19.19",