@ai-sdk/openai 4.0.0-canary.71 → 4.0.0-canary.72

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
+ ## 4.0.0-canary.72
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [bae5e2b]
8
+ - @ai-sdk/provider-utils@5.0.0-canary.47
9
+
3
10
  ## 4.0.0-canary.71
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -7938,7 +7938,7 @@ var OpenAISkills = class {
7938
7938
  };
7939
7939
 
7940
7940
  // src/version.ts
7941
- var VERSION = true ? "4.0.0-canary.71" : "0.0.0-test";
7941
+ var VERSION = true ? "4.0.0-canary.72" : "0.0.0-test";
7942
7942
 
7943
7943
  // src/openai-provider.ts
7944
7944
  function createOpenAI(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/openai",
3
- "version": "4.0.0-canary.71",
3
+ "version": "4.0.0-canary.72",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@ai-sdk/provider": "4.0.0-canary.18",
39
- "@ai-sdk/provider-utils": "5.0.0-canary.46"
39
+ "@ai-sdk/provider-utils": "5.0.0-canary.47"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "22.19.19",