@ai-sdk/alibaba 2.0.0-canary.49 → 2.0.0-canary.52

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,32 @@
1
1
  # @ai-sdk/alibaba
2
2
 
3
+ ## 2.0.0-canary.52
4
+
5
+ ### Patch Changes
6
+
7
+ - 7fc6bd6: Raise minimum supported Node.js version to 22. Supported versions: 22, 24, and 26.
8
+ - Updated dependencies [7fc6bd6]
9
+ - @ai-sdk/openai-compatible@3.0.0-canary.50
10
+ - @ai-sdk/provider-utils@5.0.0-canary.43
11
+ - @ai-sdk/provider@4.0.0-canary.17
12
+
13
+ ## 2.0.0-canary.51
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [a6617c5]
18
+ - @ai-sdk/provider-utils@5.0.0-canary.42
19
+ - @ai-sdk/openai-compatible@3.0.0-canary.49
20
+
21
+ ## 2.0.0-canary.50
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [28dfa06]
26
+ - Updated dependencies [e93fa91]
27
+ - @ai-sdk/provider-utils@5.0.0-canary.41
28
+ - @ai-sdk/openai-compatible@3.0.0-canary.48
29
+
3
30
  ## 2.0.0-canary.49
4
31
 
5
32
  ### Patch Changes
package/dist/index.js CHANGED
@@ -984,7 +984,7 @@ var AlibabaVideoModel = class {
984
984
  };
985
985
 
986
986
  // src/version.ts
987
- var VERSION = "2.0.0-canary.49";
987
+ var VERSION = "2.0.0-canary.52";
988
988
 
989
989
  // src/alibaba-provider.ts
990
990
  function createAlibaba(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/alibaba",
3
- "version": "2.0.0-canary.49",
3
+ "version": "2.0.0-canary.52",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -25,23 +25,23 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@ai-sdk/openai-compatible": "3.0.0-canary.47",
29
- "@ai-sdk/provider": "4.0.0-canary.16",
30
- "@ai-sdk/provider-utils": "5.0.0-canary.40"
28
+ "@ai-sdk/openai-compatible": "3.0.0-canary.50",
29
+ "@ai-sdk/provider": "4.0.0-canary.17",
30
+ "@ai-sdk/provider-utils": "5.0.0-canary.43"
31
31
  },
32
32
  "devDependencies": {
33
- "@types/node": "20.17.24",
34
- "tsup": "^8",
33
+ "@types/node": "22.19.19",
34
+ "tsup": "^8.5.1",
35
35
  "typescript": "5.8.3",
36
36
  "zod": "3.25.76",
37
- "@ai-sdk/test-server": "2.0.0-canary.4",
37
+ "@ai-sdk/test-server": "2.0.0-canary.6",
38
38
  "@vercel/ai-tsconfig": "0.0.0"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "zod": "^3.25.76 || ^4.1.8"
42
42
  },
43
43
  "engines": {
44
- "node": ">=18"
44
+ "node": ">=22"
45
45
  },
46
46
  "publishConfig": {
47
47
  "access": "public",