@vercel/static-build 0.23.1 → 0.23.2-canary.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 +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -13896,7 +13896,7 @@ async function fetchBinary(url, framework, version) {
|
|
|
13896
13896
|
throw new build_utils_1.NowBuildError({
|
|
13897
13897
|
code: 'STATIC_BUILD_BINARY_NOT_FOUND',
|
|
13898
13898
|
message: `Version ${version} of ${framework} does not exist. Please specify a different one.`,
|
|
13899
|
-
link: 'https://vercel.
|
|
13899
|
+
link: 'https://vercel.link/framework-versioning',
|
|
13900
13900
|
});
|
|
13901
13901
|
}
|
|
13902
13902
|
await build_utils_1.spawnAsync(`curl -sSL ${url} | tar -zx -C /usr/local/bin`, [], {
|
|
@@ -13985,7 +13985,7 @@ const build = async ({ files, entrypoint, workPath, config, meta = {}, }) => {
|
|
|
13985
13985
|
Node.js will load 'false' as a string, not a boolean, so it's truthy still.
|
|
13986
13986
|
This is to ensure we don't accidentally break other packages that check
|
|
13987
13987
|
if process.env.CI is true somewhere.
|
|
13988
|
-
|
|
13988
|
+
|
|
13989
13989
|
https://github.com/facebook/create-react-app/issues/2453
|
|
13990
13990
|
https://github.com/facebook/create-react-app/pull/2501
|
|
13991
13991
|
https://github.com/vercel/community/discussions/30
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/static-build",
|
|
3
|
-
"version": "0.23.
|
|
3
|
+
"version": "0.23.2-canary.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/build-step",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@types/ms": "0.7.31",
|
|
25
25
|
"@types/node-fetch": "2.5.4",
|
|
26
26
|
"@types/promise-timeout": "1.3.0",
|
|
27
|
-
"@vercel/build-utils": "2.15.
|
|
27
|
+
"@vercel/build-utils": "2.15.2-canary.0",
|
|
28
28
|
"@vercel/frameworks": "0.7.1",
|
|
29
29
|
"@vercel/ncc": "0.24.0",
|
|
30
30
|
"@vercel/routing-utils": "1.13.1",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"node-fetch": "2.6.1",
|
|
35
35
|
"rc9": "1.2.0"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "e7f524defba3bbf2db750dea3235e6699584c424"
|
|
38
38
|
}
|