@ai-sdk/alibaba 2.0.12 → 2.0.14

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,20 @@
1
1
  # @ai-sdk/alibaba
2
2
 
3
+ ## 2.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [cd06458]
8
+ - @ai-sdk/provider-utils@5.0.11
9
+ - @ai-sdk/openai-compatible@3.0.12
10
+
11
+ ## 2.0.13
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [0b61267]
16
+ - @ai-sdk/openai-compatible@3.0.11
17
+
3
18
  ## 2.0.12
4
19
 
5
20
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1311,7 +1311,7 @@ var AlibabaVideoModel = class {
1311
1311
  };
1312
1312
 
1313
1313
  // src/version.ts
1314
- var VERSION = true ? "2.0.12" : "0.0.0-test";
1314
+ var VERSION = true ? "2.0.14" : "0.0.0-test";
1315
1315
 
1316
1316
  // src/alibaba-provider.ts
1317
1317
  function createAlibaba(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/alibaba",
3
- "version": "2.0.12",
3
+ "version": "2.0.14",
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.10",
28
+ "@ai-sdk/openai-compatible": "3.0.12",
29
29
  "@ai-sdk/provider": "4.0.3",
30
- "@ai-sdk/provider-utils": "5.0.10"
30
+ "@ai-sdk/provider-utils": "5.0.11"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "22.19.19",