vercel 48.7.0 → 48.8.0

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.
Files changed (2) hide show
  1. package/dist/index.js +1455 -817
  2. package/package.json +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "48.7.0",
3
+ "version": "48.8.0",
4
4
  "preferGlobal": true,
5
5
  "license": "Apache-2.0",
6
6
  "description": "The command-line interface for Vercel",
@@ -22,20 +22,20 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@vercel/blob": "1.0.2",
25
- "@vercel/build-utils": "12.2.2",
25
+ "@vercel/build-utils": "12.2.3",
26
26
  "@vercel/fun": "1.1.6",
27
27
  "@vercel/go": "3.2.3",
28
- "@vercel/express": "0.1.3",
29
- "@vercel/hono": "0.2.3",
30
- "@vercel/h3": "0.1.9",
28
+ "@vercel/express": "0.1.4",
29
+ "@vercel/hono": "0.2.4",
30
+ "@vercel/h3": "0.1.10",
31
31
  "@vercel/hydrogen": "1.3.0",
32
- "@vercel/next": "4.14.1",
33
- "@vercel/node": "5.5.2",
34
- "@vercel/python": "5.0.10",
32
+ "@vercel/next": "4.15.0",
33
+ "@vercel/node": "5.5.3",
34
+ "@vercel/python": "6.0.0",
35
35
  "@vercel/redwood": "2.4.0",
36
36
  "@vercel/remix-builder": "5.5.0",
37
37
  "@vercel/ruby": "2.2.1",
38
- "@vercel/static-build": "2.8.2",
38
+ "@vercel/static-build": "2.8.3",
39
39
  "chokidar": "4.0.0",
40
40
  "jose": "5.9.6",
41
41
  "@vercel/detect-agent": "1.0.0",
@@ -84,10 +84,10 @@
84
84
  "@types/which": "3.0.0",
85
85
  "@types/write-json-file": "2.2.1",
86
86
  "@types/yauzl-promise": "2.1.0",
87
- "@vercel/client": "17.1.3",
87
+ "@vercel/client": "17.2.0",
88
88
  "@vercel/error-utils": "2.0.3",
89
- "@vercel/frameworks": "3.14.0",
90
- "@vercel/fs-detectors": "5.7.1",
89
+ "@vercel/frameworks": "3.15.0",
90
+ "@vercel/fs-detectors": "5.7.3",
91
91
  "@vercel/routing-utils": "5.2.1",
92
92
  "@vitest/expect": "2.1.3",
93
93
  "ajv": "6.12.3",
@@ -168,15 +168,15 @@
168
168
  "write-json-file": "2.2.0",
169
169
  "xdg-app-paths": "5.1.0",
170
170
  "yauzl-promise": "2.1.3",
171
- "@vercel-internals/get-package-json": "1.0.0",
171
+ "@vercel-internals/types": "3.0.6",
172
172
  "@vercel-internals/constants": "1.0.4",
173
- "@vercel-internals/types": "3.0.6"
173
+ "@vercel-internals/get-package-json": "1.0.0"
174
174
  },
175
175
  "scripts": {
176
176
  "test": "jest --reporters=default --reporters=jest-junit --env node --verbose --bail",
177
177
  "vitest-run": "vitest --config ./vitest.config.mts",
178
178
  "vitest-unit": "jest test/unit/ --listTests",
179
- "test-e2e": "rimraf test/fixtures/integration && pnpm test test/integration-1.test.ts test/integration-2.test.ts test/integration-3.test.ts",
179
+ "test-e2e-node-all-versions": "rimraf test/fixtures/integration && pnpm test test/integration-1.test.ts test/integration-2.test.ts test/integration-3.test.ts",
180
180
  "test-dev": "pnpm test test/dev/",
181
181
  "coverage": "codecov",
182
182
  "build": "node scripts/build.mjs",