@ai-sdk/openai 2.0.104 → 2.0.105

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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # @ai-sdk/openai
2
2
 
3
+ ## 2.0.105
4
+
5
+ ### Patch Changes
6
+
7
+ - 783fa6c: chore: ensure consistent import handling and avoid import duplicates or cycles
8
+ - Updated dependencies [783fa6c]
9
+ - @ai-sdk/provider-utils@3.0.25
10
+ - @ai-sdk/provider@2.0.3
11
+
3
12
  ## 2.0.104
4
13
 
5
14
  ### Patch Changes
package/dist/index.js CHANGED
@@ -4642,7 +4642,7 @@ var OpenAITranscriptionModel = class {
4642
4642
  };
4643
4643
 
4644
4644
  // src/version.ts
4645
- var VERSION = true ? "2.0.104" : "0.0.0-test";
4645
+ var VERSION = true ? "2.0.105" : "0.0.0-test";
4646
4646
 
4647
4647
  // src/openai-provider.ts
4648
4648
  function createOpenAI(options = {}) {