@ai-sdk/openai 3.0.9 → 3.0.10

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/dist/index.mjs CHANGED
@@ -5842,7 +5842,7 @@ var OpenAITranscriptionModel = class {
5842
5842
  };
5843
5843
 
5844
5844
  // src/version.ts
5845
- var VERSION = true ? "3.0.9" : "0.0.0-test";
5845
+ var VERSION = true ? "3.0.10" : "0.0.0-test";
5846
5846
 
5847
5847
  // src/openai-provider.ts
5848
5848
  function createOpenAI(options = {}) {