vercel 23.1.3-canary.5 → 23.1.3-canary.53
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 +198838 -168822
- package/package.json +16 -12
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vercel",
|
3
|
-
"version": "23.1.3-canary.
|
3
|
+
"version": "23.1.3-canary.53",
|
4
4
|
"preferGlobal": true,
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"description": "The command-line interface for Vercel",
|
@@ -43,14 +43,17 @@
|
|
43
43
|
"node": ">= 12"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@vercel/build-utils": "2.12.3-canary.
|
47
|
-
"@vercel/go": "1.2.4-canary.
|
48
|
-
"@vercel/node": "1.12.2-canary.
|
49
|
-
"@vercel/python": "2.
|
50
|
-
"@vercel/ruby": "1.2.8-canary.
|
51
|
-
"update-notifier": "4.1.0"
|
46
|
+
"@vercel/build-utils": "2.12.3-canary.32",
|
47
|
+
"@vercel/go": "1.2.4-canary.4",
|
48
|
+
"@vercel/node": "1.12.2-canary.7",
|
49
|
+
"@vercel/python": "2.1.2-canary.1",
|
50
|
+
"@vercel/ruby": "1.2.8-canary.6",
|
51
|
+
"update-notifier": "4.1.0",
|
52
|
+
"vercel-plugin-middleware": "0.0.0-canary.7",
|
53
|
+
"vercel-plugin-node": "1.12.2-canary.24"
|
52
54
|
},
|
53
55
|
"devDependencies": {
|
56
|
+
"@next/env": "11.1.2",
|
54
57
|
"@sentry/node": "5.5.0",
|
55
58
|
"@sindresorhus/slugify": "0.11.0",
|
56
59
|
"@tootallnate/once": "1.1.2",
|
@@ -63,7 +66,7 @@
|
|
63
66
|
"@types/dotenv": "6.1.1",
|
64
67
|
"@types/escape-html": "0.0.20",
|
65
68
|
"@types/express": "4.17.13",
|
66
|
-
"@types/fs-extra": "
|
69
|
+
"@types/fs-extra": "9.0.13",
|
67
70
|
"@types/glob": "7.1.1",
|
68
71
|
"@types/http-proxy": "1.16.2",
|
69
72
|
"@types/inquirer": "7.3.1",
|
@@ -87,8 +90,9 @@
|
|
87
90
|
"@types/update-notifier": "5.1.0",
|
88
91
|
"@types/which": "1.3.2",
|
89
92
|
"@types/write-json-file": "2.2.1",
|
90
|
-
"@vercel/frameworks": "0.5.1-canary.
|
91
|
-
"@vercel/ncc": "0.
|
93
|
+
"@vercel/frameworks": "0.5.1-canary.16",
|
94
|
+
"@vercel/ncc": "0.24.0",
|
95
|
+
"@vercel/nft": "0.17.0",
|
92
96
|
"@zeit/fun": "0.11.2",
|
93
97
|
"@zeit/source-map-support": "0.6.2",
|
94
98
|
"ajv": "6.12.2",
|
@@ -120,7 +124,7 @@
|
|
120
124
|
"execa": "3.2.0",
|
121
125
|
"express": "4.17.1",
|
122
126
|
"fast-deep-equal": "3.1.3",
|
123
|
-
"fs-extra": "
|
127
|
+
"fs-extra": "10.0.0",
|
124
128
|
"get-port": "5.1.1",
|
125
129
|
"glob": "7.1.2",
|
126
130
|
"http-proxy": "1.18.1",
|
@@ -180,5 +184,5 @@
|
|
180
184
|
"<rootDir>/test/**/*.test.ts"
|
181
185
|
]
|
182
186
|
},
|
183
|
-
"gitHead": "
|
187
|
+
"gitHead": "ba7bf2e4a60bc4c9fd35ad33a11d94f1dae2ac81"
|
184
188
|
}
|