@ai-sdk/openai-compatible 3.0.0-beta.21 → 3.0.0-beta.22
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
|
@@ -1736,7 +1736,7 @@ async function fileToBlob(file) {
|
|
|
1736
1736
|
var import_provider_utils6 = require("@ai-sdk/provider-utils");
|
|
1737
1737
|
|
|
1738
1738
|
// src/version.ts
|
|
1739
|
-
var VERSION = true ? "3.0.0-beta.
|
|
1739
|
+
var VERSION = true ? "3.0.0-beta.22" : "0.0.0-test";
|
|
1740
1740
|
|
|
1741
1741
|
// src/openai-compatible-provider.ts
|
|
1742
1742
|
function createOpenAICompatible(options) {
|
package/dist/index.mjs
CHANGED
|
@@ -1755,7 +1755,7 @@ import {
|
|
|
1755
1755
|
} from "@ai-sdk/provider-utils";
|
|
1756
1756
|
|
|
1757
1757
|
// src/version.ts
|
|
1758
|
-
var VERSION = true ? "3.0.0-beta.
|
|
1758
|
+
var VERSION = true ? "3.0.0-beta.22" : "0.0.0-test";
|
|
1759
1759
|
|
|
1760
1760
|
// src/openai-compatible-provider.ts
|
|
1761
1761
|
function createOpenAICompatible(options) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-sdk/openai-compatible",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.22",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@ai-sdk/provider": "4.0.0-beta.10",
|
|
40
|
-
"@ai-sdk/provider-utils": "5.0.0-beta.
|
|
40
|
+
"@ai-sdk/provider-utils": "5.0.0-beta.17"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "20.17.24",
|