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

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.68
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6c93e36]
8
+ - Updated dependencies [f617ac2]
9
+ - @ai-sdk/provider-utils@5.0.0-canary.44
10
+ - @ai-sdk/openai-compatible@3.0.0-canary.52
11
+
3
12
  ## 4.0.0-canary.67
4
13
 
5
14
  ### 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.67" : "0.0.0-test";
3016
+ var VERSION = true ? "4.0.0-canary.68" : "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.67",
3
+ "version": "4.0.0-canary.68",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -29,8 +29,8 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@ai-sdk/provider-utils": "5.0.0-canary.43",
33
- "@ai-sdk/openai-compatible": "3.0.0-canary.51",
32
+ "@ai-sdk/openai-compatible": "3.0.0-canary.52",
33
+ "@ai-sdk/provider-utils": "5.0.0-canary.44",
34
34
  "@ai-sdk/provider": "4.0.0-canary.17"
35
35
  },
36
36
  "devDependencies": {