@ai-sdk/openai-compatible 2.0.0-beta.55 → 2.0.0-beta.56
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
|
@@ -1461,7 +1461,7 @@ async function fileToBlob(file) {
|
|
|
1461
1461
|
var import_provider_utils6 = require("@ai-sdk/provider-utils");
|
|
1462
1462
|
|
|
1463
1463
|
// src/version.ts
|
|
1464
|
-
var VERSION = true ? "2.0.0-beta.
|
|
1464
|
+
var VERSION = true ? "2.0.0-beta.56" : "0.0.0-test";
|
|
1465
1465
|
|
|
1466
1466
|
// src/openai-compatible-provider.ts
|
|
1467
1467
|
function createOpenAICompatible(options) {
|
package/dist/index.mjs
CHANGED
|
@@ -1475,7 +1475,7 @@ import {
|
|
|
1475
1475
|
} from "@ai-sdk/provider-utils";
|
|
1476
1476
|
|
|
1477
1477
|
// src/version.ts
|
|
1478
|
-
var VERSION = true ? "2.0.0-beta.
|
|
1478
|
+
var VERSION = true ? "2.0.0-beta.56" : "0.0.0-test";
|
|
1479
1479
|
|
|
1480
1480
|
// src/openai-compatible-provider.ts
|
|
1481
1481
|
function createOpenAICompatible(options) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-sdk/openai-compatible",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.56",
|
|
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.0-beta.28",
|
|
31
|
-
"@ai-sdk/provider-utils": "4.0.0-beta.
|
|
31
|
+
"@ai-sdk/provider-utils": "4.0.0-beta.55"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/node": "20.17.24",
|