@zenning/openai 3.0.10 → 3.0.11

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.11
4
+
5
+ ### Patch Changes
6
+
7
+ - approvals2
8
+
3
9
  ## 3.0.10
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -5832,7 +5832,7 @@ var OpenAITranscriptionModel = class {
5832
5832
  };
5833
5833
 
5834
5834
  // src/version.ts
5835
- var VERSION = true ? "3.0.9" : "0.0.0-test";
5835
+ var VERSION = true ? "3.0.10" : "0.0.0-test";
5836
5836
 
5837
5837
  // src/openai-provider.ts
5838
5838
  function createOpenAI(options = {}) {