@ai-sdk/openai 3.0.99 → 3.0.100
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.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -7817,7 +7817,7 @@ var OpenAITranscriptionModel = class {
|
|
|
7817
7817
|
};
|
|
7818
7818
|
|
|
7819
7819
|
// src/version.ts
|
|
7820
|
-
var VERSION = true ? "3.0.
|
|
7820
|
+
var VERSION = true ? "3.0.100" : "0.0.0-test";
|
|
7821
7821
|
|
|
7822
7822
|
// src/openai-provider.ts
|
|
7823
7823
|
function createOpenAI(options = {}) {
|