@ai-sdk/xai 4.0.0-canary.64 → 4.0.0-canary.67

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,30 @@
1
1
  # @ai-sdk/xai
2
2
 
3
+ ## 4.0.0-canary.67
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [9f1e1ba]
8
+ - @ai-sdk/openai-compatible@3.0.0-canary.51
9
+
10
+ ## 4.0.0-canary.66
11
+
12
+ ### Patch Changes
13
+
14
+ - 7fc6bd6: Raise minimum supported Node.js version to 22. Supported versions: 22, 24, and 26.
15
+ - Updated dependencies [7fc6bd6]
16
+ - @ai-sdk/openai-compatible@3.0.0-canary.50
17
+ - @ai-sdk/provider-utils@5.0.0-canary.43
18
+ - @ai-sdk/provider@4.0.0-canary.17
19
+
20
+ ## 4.0.0-canary.65
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [a6617c5]
25
+ - @ai-sdk/provider-utils@5.0.0-canary.42
26
+ - @ai-sdk/openai-compatible@3.0.0-canary.49
27
+
3
28
  ## 4.0.0-canary.64
4
29
 
5
30
  ### Patch Changes
package/dist/index.js CHANGED
@@ -3013,7 +3013,7 @@ var xaiTools = {
3013
3013
  };
3014
3014
 
3015
3015
  // src/version.ts
3016
- var VERSION = true ? "4.0.0-canary.64" : "0.0.0-test";
3016
+ var VERSION = true ? "4.0.0-canary.67" : "0.0.0-test";
3017
3017
 
3018
3018
  // src/files/xai-files.ts
3019
3019
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/xai",
3
- "version": "4.0.0-canary.64",
3
+ "version": "4.0.0-canary.67",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -29,23 +29,23 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@ai-sdk/openai-compatible": "3.0.0-canary.48",
33
- "@ai-sdk/provider": "4.0.0-canary.16",
34
- "@ai-sdk/provider-utils": "5.0.0-canary.41"
32
+ "@ai-sdk/provider-utils": "5.0.0-canary.43",
33
+ "@ai-sdk/openai-compatible": "3.0.0-canary.51",
34
+ "@ai-sdk/provider": "4.0.0-canary.17"
35
35
  },
36
36
  "devDependencies": {
37
- "@types/node": "20.17.24",
38
- "tsup": "^8",
37
+ "@types/node": "22.19.19",
38
+ "tsup": "^8.5.1",
39
39
  "typescript": "5.8.3",
40
40
  "zod": "3.25.76",
41
- "@ai-sdk/test-server": "2.0.0-canary.4",
41
+ "@ai-sdk/test-server": "2.0.0-canary.6",
42
42
  "@vercel/ai-tsconfig": "0.0.0"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "zod": "^3.25.76 || ^4.1.8"
46
46
  },
47
47
  "engines": {
48
- "node": ">=18"
48
+ "node": ">=22"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public",