@vercel/static-build 0.23.2-canary.6 → 0.24.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 +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -14067,7 +14067,7 @@ const build = async ({ files, entrypoint, workPath, config, meta = {}, }) => {
|
|
|
14067
14067
|
isBundleInstall = true;
|
|
14068
14068
|
}
|
|
14069
14069
|
if (fs_1.existsSync(requirementsPath)) {
|
|
14070
|
-
build_utils_1.debug('Detected
|
|
14070
|
+
build_utils_1.debug('Detected requirements.txt');
|
|
14071
14071
|
printInstall();
|
|
14072
14072
|
await build_utils_1.runPipInstall(workPath, ['-r', requirementsPath], undefined, meta);
|
|
14073
14073
|
isPipInstall = true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/static-build",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.24.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/build-step",
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
"@types/ms": "0.7.31",
|
|
36
36
|
"@types/node-fetch": "2.5.4",
|
|
37
37
|
"@types/promise-timeout": "1.3.0",
|
|
38
|
-
"@vercel/build-utils": "2.
|
|
39
|
-
"@vercel/frameworks": "0.
|
|
38
|
+
"@vercel/build-utils": "2.16.0",
|
|
39
|
+
"@vercel/frameworks": "0.8.0",
|
|
40
40
|
"@vercel/ncc": "0.24.0",
|
|
41
|
-
"@vercel/routing-utils": "1.13.
|
|
41
|
+
"@vercel/routing-utils": "1.13.2",
|
|
42
42
|
"get-port": "5.0.0",
|
|
43
43
|
"is-port-reachable": "2.0.1",
|
|
44
44
|
"ms": "2.1.2",
|
|
45
45
|
"node-fetch": "2.6.1",
|
|
46
46
|
"rc9": "1.2.0"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "a400b9b29d171232f4649e67e1fdcf4fb8d6a4c8"
|
|
49
49
|
}
|