@ai-sdk/openai-compatible 2.0.10 → 2.0.11
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 +7 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -1553,7 +1553,7 @@ async function fileToBlob(file) {
|
|
|
1553
1553
|
var import_provider_utils6 = require("@ai-sdk/provider-utils");
|
|
1554
1554
|
|
|
1555
1555
|
// src/version.ts
|
|
1556
|
-
var VERSION = true ? "2.0.
|
|
1556
|
+
var VERSION = true ? "2.0.11" : "0.0.0-test";
|
|
1557
1557
|
|
|
1558
1558
|
// src/openai-compatible-provider.ts
|
|
1559
1559
|
function createOpenAICompatible(options) {
|
package/dist/index.mjs
CHANGED
|
@@ -1567,7 +1567,7 @@ import {
|
|
|
1567
1567
|
} from "@ai-sdk/provider-utils";
|
|
1568
1568
|
|
|
1569
1569
|
// src/version.ts
|
|
1570
|
-
var VERSION = true ? "2.0.
|
|
1570
|
+
var VERSION = true ? "2.0.11" : "0.0.0-test";
|
|
1571
1571
|
|
|
1572
1572
|
// src/openai-compatible-provider.ts
|
|
1573
1573
|
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.11",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@ai-sdk/provider": "3.0.3",
|
|
31
|
-
"@ai-sdk/provider-utils": "4.0.
|
|
31
|
+
"@ai-sdk/provider-utils": "4.0.7"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/node": "20.17.24",
|