vercel 37.12.0 → 37.13.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.
- package/dist/index.js +12832 -10987
- package/package.json +5 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vercel",
|
3
|
-
"version": "37.
|
3
|
+
"version": "37.13.0",
|
4
4
|
"preferGlobal": true,
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"description": "The command-line interface for Vercel",
|
@@ -29,7 +29,7 @@
|
|
29
29
|
"@vercel/node": "3.2.23",
|
30
30
|
"@vercel/python": "4.3.1",
|
31
31
|
"@vercel/redwood": "2.1.8",
|
32
|
-
"@vercel/remix-builder": "2.2.
|
32
|
+
"@vercel/remix-builder": "2.2.13",
|
33
33
|
"@vercel/ruby": "2.1.0",
|
34
34
|
"@vercel/static-build": "2.5.33",
|
35
35
|
"chokidar": "3.3.1"
|
@@ -129,6 +129,7 @@
|
|
129
129
|
"jsonlines": "0.1.1",
|
130
130
|
"line-async-iterator": "3.0.0",
|
131
131
|
"load-json-file": "3.0.0",
|
132
|
+
"memfs": "4.14.0",
|
132
133
|
"mime-types": "2.1.24",
|
133
134
|
"minimatch": "3.1.2",
|
134
135
|
"ms": "2.1.2",
|
@@ -157,7 +158,7 @@
|
|
157
158
|
"ts-node": "10.9.1",
|
158
159
|
"utility-types": "2.1.0",
|
159
160
|
"vite": "5.1.6",
|
160
|
-
"vitest": "2.
|
161
|
+
"vitest": "2.1.3",
|
161
162
|
"which": "3.0.0",
|
162
163
|
"write-json-file": "2.2.0",
|
163
164
|
"xdg-app-paths": "5.1.0",
|
@@ -165,7 +166,7 @@
|
|
165
166
|
},
|
166
167
|
"scripts": {
|
167
168
|
"test": "jest --reporters=default --reporters=jest-junit --env node --verbose --bail",
|
168
|
-
"vitest-run": "vitest
|
169
|
+
"vitest-run": "vitest --config ./vitest.config.mts",
|
169
170
|
"vitest-unit": "jest test/unit/ --listTests",
|
170
171
|
"test-e2e": "rimraf test/fixtures/integration && pnpm test test/integration-1.test.ts test/integration-2.test.ts test/integration-3.test.ts",
|
171
172
|
"test-dev": "pnpm test test/dev/",
|