ai 5.0.157 → 5.0.159

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.
@@ -178,7 +178,7 @@ var import_provider_utils2 = require("@ai-sdk/provider-utils");
178
178
  var import_provider_utils3 = require("@ai-sdk/provider-utils");
179
179
 
180
180
  // src/version.ts
181
- var VERSION = true ? "5.0.157" : "0.0.0-test";
181
+ var VERSION = true ? "5.0.159" : "0.0.0-test";
182
182
 
183
183
  // src/util/download/download.ts
184
184
  var download = async ({
@@ -158,7 +158,7 @@ import {
158
158
  } from "@ai-sdk/provider-utils";
159
159
 
160
160
  // src/version.ts
161
- var VERSION = true ? "5.0.157" : "0.0.0-test";
161
+ var VERSION = true ? "5.0.159" : "0.0.0-test";
162
162
 
163
163
  // src/util/download/download.ts
164
164
  var download = async ({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ai",
3
- "version": "5.0.157",
4
- "description": "AI SDK by Vercel - The AI Toolkit for TypeScript and JavaScript",
3
+ "version": "5.0.159",
4
+ "description": "AI SDK by Vercel - build apps like ChatGPT, Claude, Gemini, and more with a single interface for any model using the Vercel AI Gateway or go direct to OpenAI, Anthropic, Google, or any other model provider.",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
7
7
  "main": "./dist/index.js",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@opentelemetry/api": "1.9.0",
38
- "@ai-sdk/gateway": "2.0.61",
38
+ "@ai-sdk/gateway": "2.0.63",
39
39
  "@ai-sdk/provider": "2.0.1",
40
40
  "@ai-sdk/provider-utils": "3.0.22"
41
41
  },
@@ -44,14 +44,12 @@
44
44
  "@types/json-schema": "7.0.15",
45
45
  "@types/node": "20.17.24",
46
46
  "esbuild": "^0.24.2",
47
- "eslint": "8.57.1",
48
47
  "tsup": "^7.2.0",
49
48
  "tsx": "^4.19.2",
50
49
  "typescript": "5.8.3",
51
50
  "zod": "3.25.76",
52
51
  "@ai-sdk/test-server": "0.0.2",
53
- "@vercel/ai-tsconfig": "0.0.0",
54
- "eslint-config-vercel-ai": "0.0.0"
52
+ "@vercel/ai-tsconfig": "0.0.0"
55
53
  },
56
54
  "peerDependencies": {
57
55
  "zod": "^3.25.76 || ^4.1.8"
@@ -99,9 +97,7 @@
99
97
  "build": "pnpm clean && tsup --tsconfig tsconfig.build.json",
100
98
  "build:watch": "pnpm clean && tsup --watch --tsconfig tsconfig.build.json",
101
99
  "clean": "del-cli dist *.tsbuildinfo",
102
- "lint": "eslint \"./**/*.ts*\"",
103
100
  "type-check": "tsc --build",
104
- "prettier-check": "prettier --check \"./**/*.ts*\"",
105
101
  "test": "pnpm test:node && pnpm test:edge",
106
102
  "test:update": "pnpm test:node -u",
107
103
  "test:watch": "vitest --config vitest.node.config.js",