@ai-sdk/openai 3.0.0-beta.76 → 3.0.0-beta.77

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.0-beta.77
4
+
5
+ ### Patch Changes
6
+
7
+ - d270a5d: chore(openai): update tests for apply-patch tool to use snapshots
8
+
3
9
  ## 3.0.0-beta.76
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -5180,7 +5180,7 @@ var OpenAITranscriptionModel = class {
5180
5180
  };
5181
5181
 
5182
5182
  // src/version.ts
5183
- var VERSION = true ? "3.0.0-beta.76" : "0.0.0-test";
5183
+ var VERSION = true ? "3.0.0-beta.77" : "0.0.0-test";
5184
5184
 
5185
5185
  // src/openai-provider.ts
5186
5186
  function createOpenAI(options = {}) {
package/dist/index.mjs CHANGED
@@ -5254,7 +5254,7 @@ var OpenAITranscriptionModel = class {
5254
5254
  };
5255
5255
 
5256
5256
  // src/version.ts
5257
- var VERSION = true ? "3.0.0-beta.76" : "0.0.0-test";
5257
+ var VERSION = true ? "3.0.0-beta.77" : "0.0.0-test";
5258
5258
 
5259
5259
  // src/openai-provider.ts
5260
5260
  function createOpenAI(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/openai",
3
- "version": "3.0.0-beta.76",
3
+ "version": "3.0.0-beta.77",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -27,8 +27,8 @@
27
27
  }
28
28
  },
29
29
  "dependencies": {
30
- "@ai-sdk/provider-utils": "4.0.0-beta.40",
31
- "@ai-sdk/provider": "3.0.0-beta.22"
30
+ "@ai-sdk/provider": "3.0.0-beta.22",
31
+ "@ai-sdk/provider-utils": "4.0.0-beta.40"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/node": "20.17.24",