@vercel/build-utils 2.15.2-canary.6 → 2.16.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/fs/run-user-scripts.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
@@ -381,7 +381,7 @@ async function runBundleInstall(destPath, args = [], spawnOpts, meta) {
|
|
381
381
|
exports.runBundleInstall = runBundleInstall;
|
382
382
|
async function runPipInstall(destPath, args = [], spawnOpts, meta) {
|
383
383
|
if (meta && meta.isDev) {
|
384
|
-
debug_1.default('Skipping
|
384
|
+
debug_1.default('Skipping dependency installation because dev mode is enabled');
|
385
385
|
return;
|
386
386
|
}
|
387
387
|
assert_1.default(path_1.default.isAbsolute(destPath));
|
package/dist/index.js
CHANGED
@@ -35244,7 +35244,7 @@ async function runBundleInstall(destPath, args = [], spawnOpts, meta) {
|
|
35244
35244
|
exports.runBundleInstall = runBundleInstall;
|
35245
35245
|
async function runPipInstall(destPath, args = [], spawnOpts, meta) {
|
35246
35246
|
if (meta && meta.isDev) {
|
35247
|
-
debug_1.default('Skipping
|
35247
|
+
debug_1.default('Skipping dependency installation because dev mode is enabled');
|
35248
35248
|
return;
|
35249
35249
|
}
|
35250
35250
|
assert_1.default(path_1.default.isAbsolute(destPath));
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vercel/build-utils",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.16.0",
|
4
4
|
"license": "MIT",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"types": "./dist/index.d.js",
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"@types/node-fetch": "^2.1.6",
|
31
31
|
"@types/semver": "6.0.0",
|
32
32
|
"@types/yazl": "2.4.2",
|
33
|
-
"@vercel/frameworks": "0.
|
33
|
+
"@vercel/frameworks": "0.8.0",
|
34
34
|
"@vercel/ncc": "0.24.0",
|
35
35
|
"aggregate-error": "3.0.1",
|
36
36
|
"async-retry": "1.2.3",
|
@@ -49,5 +49,5 @@
|
|
49
49
|
"typescript": "4.3.4",
|
50
50
|
"yazl": "2.5.1"
|
51
51
|
},
|
52
|
-
"gitHead": "
|
52
|
+
"gitHead": "a400b9b29d171232f4649e67e1fdcf4fb8d6a4c8"
|
53
53
|
}
|