@ai-sdk/openai 4.0.0-canary.59 → 4.0.0-canary.61

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,21 @@
1
1
  # @ai-sdk/openai
2
2
 
3
+ ## 4.0.0-canary.61
4
+
5
+ ### Patch Changes
6
+
7
+ - 7fc6bd6: Raise minimum supported Node.js version to 22. Supported versions: 22, 24, and 26.
8
+ - Updated dependencies [7fc6bd6]
9
+ - @ai-sdk/provider-utils@5.0.0-canary.43
10
+ - @ai-sdk/provider@4.0.0-canary.17
11
+
12
+ ## 4.0.0-canary.60
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [a6617c5]
17
+ - @ai-sdk/provider-utils@5.0.0-canary.42
18
+
3
19
  ## 4.0.0-canary.59
4
20
 
5
21
  ### Patch Changes
package/dist/index.js CHANGED
@@ -7302,7 +7302,7 @@ var OpenAISkills = class {
7302
7302
  };
7303
7303
 
7304
7304
  // src/version.ts
7305
- var VERSION = true ? "4.0.0-canary.59" : "0.0.0-test";
7305
+ var VERSION = true ? "4.0.0-canary.61" : "0.0.0-test";
7306
7306
 
7307
7307
  // src/openai-provider.ts
7308
7308
  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.59",
3
+ "version": "4.0.0-canary.61",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -35,22 +35,22 @@
35
35
  }
36
36
  },
37
37
  "dependencies": {
38
- "@ai-sdk/provider": "4.0.0-canary.16",
39
- "@ai-sdk/provider-utils": "5.0.0-canary.41"
38
+ "@ai-sdk/provider": "4.0.0-canary.17",
39
+ "@ai-sdk/provider-utils": "5.0.0-canary.43"
40
40
  },
41
41
  "devDependencies": {
42
- "@types/node": "20.17.24",
43
- "tsup": "^8",
42
+ "@types/node": "22.19.19",
43
+ "tsup": "^8.5.1",
44
44
  "typescript": "5.8.3",
45
45
  "zod": "3.25.76",
46
- "@ai-sdk/test-server": "2.0.0-canary.4",
46
+ "@ai-sdk/test-server": "2.0.0-canary.6",
47
47
  "@vercel/ai-tsconfig": "0.0.0"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "zod": "^3.25.76 || ^4.1.8"
51
51
  },
52
52
  "engines": {
53
- "node": ">=18"
53
+ "node": ">=22"
54
54
  },
55
55
  "publishConfig": {
56
56
  "access": "public",