vercel 44.2.6 → 44.2.8
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 +1146 -803
- package/package.json +6 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vercel",
|
3
|
-
"version": "44.2.
|
3
|
+
"version": "44.2.8",
|
4
4
|
"preferGlobal": true,
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"description": "The command-line interface for Vercel",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"@vercel/fun": "1.1.6",
|
27
27
|
"@vercel/go": "3.2.1",
|
28
28
|
"@vercel/hydrogen": "1.2.2",
|
29
|
-
"@vercel/next": "4.9.
|
29
|
+
"@vercel/next": "4.9.2",
|
30
30
|
"@vercel/node": "5.3.0",
|
31
31
|
"@vercel/python": "4.7.2",
|
32
32
|
"@vercel/redwood": "2.3.3",
|
@@ -64,6 +64,7 @@
|
|
64
64
|
"@types/load-json-file": "2.0.7",
|
65
65
|
"@types/mime-types": "2.1.0",
|
66
66
|
"@types/minimatch": "3.0.3",
|
67
|
+
"@types/mock-fs": "4.13.4",
|
67
68
|
"@types/ms": "0.7.30",
|
68
69
|
"@types/node": "18.0.0",
|
69
70
|
"@types/node-fetch": "2.5.10",
|
@@ -129,6 +130,7 @@
|
|
129
130
|
"memfs": "4.14.0",
|
130
131
|
"mime-types": "2.1.24",
|
131
132
|
"minimatch": "3.1.2",
|
133
|
+
"mock-fs": "5.5.0",
|
132
134
|
"ms": "2.1.2",
|
133
135
|
"node-fetch": "2.6.7",
|
134
136
|
"npm-package-arg": "6.1.0",
|
@@ -160,9 +162,9 @@
|
|
160
162
|
"write-json-file": "2.2.0",
|
161
163
|
"xdg-app-paths": "5.1.0",
|
162
164
|
"yauzl-promise": "2.1.3",
|
163
|
-
"@vercel-internals/
|
165
|
+
"@vercel-internals/get-package-json": "1.0.0",
|
164
166
|
"@vercel-internals/types": "3.0.6",
|
165
|
-
"@vercel-internals/
|
167
|
+
"@vercel-internals/constants": "1.0.4"
|
166
168
|
},
|
167
169
|
"scripts": {
|
168
170
|
"test": "jest --reporters=default --reporters=jest-junit --env node --verbose --bail",
|