@ai-sdk/openai-compatible 2.0.12 → 2.0.13
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 +8 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -1558,7 +1558,7 @@ async function fileToBlob(file) {
|
|
|
1558
1558
|
var import_provider_utils6 = require("@ai-sdk/provider-utils");
|
|
1559
1559
|
|
|
1560
1560
|
// src/version.ts
|
|
1561
|
-
var VERSION = true ? "2.0.
|
|
1561
|
+
var VERSION = true ? "2.0.13" : "0.0.0-test";
|
|
1562
1562
|
|
|
1563
1563
|
// src/openai-compatible-provider.ts
|
|
1564
1564
|
function createOpenAICompatible(options) {
|
package/dist/index.mjs
CHANGED
|
@@ -1572,7 +1572,7 @@ import {
|
|
|
1572
1572
|
} from "@ai-sdk/provider-utils";
|
|
1573
1573
|
|
|
1574
1574
|
// src/version.ts
|
|
1575
|
-
var VERSION = true ? "2.0.
|
|
1575
|
+
var VERSION = true ? "2.0.13" : "0.0.0-test";
|
|
1576
1576
|
|
|
1577
1577
|
// src/openai-compatible-provider.ts
|
|
1578
1578
|
function createOpenAICompatible(options) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-sdk/openai-compatible",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.13",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@ai-sdk/provider": "3.0.
|
|
31
|
-
"@ai-sdk/provider-utils": "4.0.
|
|
30
|
+
"@ai-sdk/provider": "3.0.4",
|
|
31
|
+
"@ai-sdk/provider-utils": "4.0.8"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/node": "20.17.24",
|