@ai-sdk/xai 4.0.0-canary.69 → 4.0.0-canary.70

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/xai
2
2
 
3
+ ## 4.0.0-canary.70
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ee798eb]
8
+ - Updated dependencies [daf6637]
9
+ - @ai-sdk/provider-utils@5.0.0-canary.45
10
+ - @ai-sdk/openai-compatible@3.0.0-canary.53
11
+
3
12
  ## 4.0.0-canary.69
4
13
 
5
14
  ### Patch Changes
package/dist/index.js CHANGED
@@ -3024,7 +3024,7 @@ var xaiTools = {
3024
3024
  };
3025
3025
 
3026
3026
  // src/version.ts
3027
- var VERSION = true ? "4.0.0-canary.69" : "0.0.0-test";
3027
+ var VERSION = true ? "4.0.0-canary.70" : "0.0.0-test";
3028
3028
 
3029
3029
  // src/files/xai-files.ts
3030
3030
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/xai",
3
- "version": "4.0.0-canary.69",
3
+ "version": "4.0.0-canary.70",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -29,9 +29,9 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@ai-sdk/openai-compatible": "3.0.0-canary.52",
33
32
  "@ai-sdk/provider": "4.0.0-canary.17",
34
- "@ai-sdk/provider-utils": "5.0.0-canary.44"
33
+ "@ai-sdk/openai-compatible": "3.0.0-canary.53",
34
+ "@ai-sdk/provider-utils": "5.0.0-canary.45"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "22.19.19",