@ai-sdk/xai 4.0.0-canary.72 → 4.0.0-canary.73

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,13 @@
1
1
  # @ai-sdk/xai
2
2
 
3
+ ## 4.0.0-canary.73
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [bae5e2b]
8
+ - @ai-sdk/provider-utils@5.0.0-canary.47
9
+ - @ai-sdk/openai-compatible@3.0.0-canary.55
10
+
3
11
  ## 4.0.0-canary.72
4
12
 
5
13
  ### Patch Changes
package/dist/index.js CHANGED
@@ -3393,7 +3393,7 @@ var xaiTools = {
3393
3393
  };
3394
3394
 
3395
3395
  // src/version.ts
3396
- var VERSION = true ? "4.0.0-canary.72" : "0.0.0-test";
3396
+ var VERSION = true ? "4.0.0-canary.73" : "0.0.0-test";
3397
3397
 
3398
3398
  // src/files/xai-files.ts
3399
3399
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/xai",
3
- "version": "4.0.0-canary.72",
3
+ "version": "4.0.0-canary.73",
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.54",
32
+ "@ai-sdk/openai-compatible": "3.0.0-canary.55",
33
33
  "@ai-sdk/provider": "4.0.0-canary.18",
34
- "@ai-sdk/provider-utils": "5.0.0-canary.46"
34
+ "@ai-sdk/provider-utils": "5.0.0-canary.47"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "22.19.19",