@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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @ai-sdk/openai
2
2
 
3
+ ## 3.0.100
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2d172fb]
8
+ - @ai-sdk/provider-utils@4.0.47
9
+
3
10
  ## 3.0.99
4
11
 
5
12
  ### Patch Changes
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.99" : "0.0.0-test";
7820
+ var VERSION = true ? "3.0.100" : "0.0.0-test";
7821
7821
 
7822
7822
  // src/openai-provider.ts
7823
7823
  function createOpenAI(options = {}) {