@ai-sdk/openai 3.0.15 → 3.0.16

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,11 @@
1
1
  # @ai-sdk/openai
2
2
 
3
+ ## 3.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 2b8369d: chore: add docs to package dist
8
+
3
9
  ## 3.0.15
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -5774,7 +5774,7 @@ var OpenAITranscriptionModel = class {
5774
5774
  };
5775
5775
 
5776
5776
  // src/version.ts
5777
- var VERSION = true ? "3.0.15" : "0.0.0-test";
5777
+ var VERSION = true ? "3.0.16" : "0.0.0-test";
5778
5778
 
5779
5779
  // src/openai-provider.ts
5780
5780
  function createOpenAI(options = {}) {
package/dist/index.mjs CHANGED
@@ -5856,7 +5856,7 @@ var OpenAITranscriptionModel = class {
5856
5856
  };
5857
5857
 
5858
5858
  // src/version.ts
5859
- var VERSION = true ? "3.0.15" : "0.0.0-test";
5859
+ var VERSION = true ? "3.0.16" : "0.0.0-test";
5860
5860
 
5861
5861
  // src/openai-provider.ts
5862
5862
  function createOpenAI(options = {}) {