@ai-sdk/xai 4.0.30 → 4.0.31
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 +12 -0
- package/dist/index.js +1 -1
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @ai-sdk/xai
|
|
2
2
|
|
|
3
|
+
## 4.0.31
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2b1068f: chore(xai): drop the unused `@ai-sdk/openai-compatible` dependency
|
|
8
|
+
|
|
9
|
+
This provider was originally built on the shared openai-compatible model and
|
|
10
|
+
has since been rewritten to implement its own, with its own tool preparation,
|
|
11
|
+
finish-reason mapping and response metadata helpers. Nothing in the package
|
|
12
|
+
imports `@ai-sdk/openai-compatible` any more, but the dependency and the
|
|
13
|
+
TypeScript project reference to it were both left behind. No runtime change.
|
|
14
|
+
|
|
3
15
|
## 4.0.30
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-sdk/xai",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.31",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@ai-sdk/openai-compatible": "3.0.25",
|
|
33
32
|
"@ai-sdk/provider": "4.0.6",
|
|
34
33
|
"@ai-sdk/provider-utils": "5.0.23"
|
|
35
34
|
},
|