🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@ai-sdk/provider

Package Overview
Dependencies
Maintainers
3
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-sdk/provider - npm Package Compare versions

Comparing version
4.0.0-canary.16
to
4.0.0-canary.17
+6
-0
CHANGELOG.md
# @ai-sdk/provider
## 4.0.0-canary.17
### Patch Changes
- 7fc6bd6: Raise minimum supported Node.js version to 22. Supported versions: 22, 24, and 26.
## 4.0.0-canary.16

@@ -4,0 +10,0 @@

+4
-4
{
"name": "@ai-sdk/provider",
"version": "4.0.0-canary.16",
"version": "4.0.0-canary.17",
"type": "module",

@@ -33,4 +33,4 @@ "license": "Apache-2.0",

"@types/json-schema": "7.0.15",
"@types/node": "20.17.24",
"tsup": "^8",
"@types/node": "22.19.19",
"tsup": "^8.5.1",
"typescript": "5.8.3",

@@ -40,3 +40,3 @@ "@vercel/ai-tsconfig": "0.0.0"

"engines": {
"node": ">=18"
"node": ">=22"
},

@@ -43,0 +43,0 @@ "publishConfig": {