@ai-sdk/openai-compatible 2.0.43 → 2.0.44
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
|
@@ -1693,7 +1693,7 @@ async function fileToBlob(file) {
|
|
|
1693
1693
|
var import_provider_utils6 = require("@ai-sdk/provider-utils");
|
|
1694
1694
|
|
|
1695
1695
|
// src/version.ts
|
|
1696
|
-
var VERSION = true ? "2.0.
|
|
1696
|
+
var VERSION = true ? "2.0.44" : "0.0.0-test";
|
|
1697
1697
|
|
|
1698
1698
|
// src/openai-compatible-provider.ts
|
|
1699
1699
|
function createOpenAICompatible(options) {
|
package/dist/index.mjs
CHANGED
|
@@ -1710,7 +1710,7 @@ import {
|
|
|
1710
1710
|
} from "@ai-sdk/provider-utils";
|
|
1711
1711
|
|
|
1712
1712
|
// src/version.ts
|
|
1713
|
-
var VERSION = true ? "2.0.
|
|
1713
|
+
var VERSION = true ? "2.0.44" : "0.0.0-test";
|
|
1714
1714
|
|
|
1715
1715
|
// src/openai-compatible-provider.ts
|
|
1716
1716
|
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.44",
|
|
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": "3.0.10",
|
|
40
|
-
"@ai-sdk/provider-utils": "4.0.
|
|
40
|
+
"@ai-sdk/provider-utils": "4.0.26"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "20.17.24",
|