@vercel/static-build 2.5.40 → 2.5.41
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 -4
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -27630,8 +27630,7 @@ var build = async ({
|
|
|
27630
27630
|
cliType,
|
|
27631
27631
|
lockfileVersion,
|
|
27632
27632
|
packageJsonPackageManager,
|
|
27633
|
-
turboSupportsCorepackHome
|
|
27634
|
-
detectedLockfile
|
|
27633
|
+
turboSupportsCorepackHome
|
|
27635
27634
|
} = await (0, import_build_utils4.scanParentDirs)(entrypointDir, true);
|
|
27636
27635
|
spawnOpts.env = (0, import_build_utils4.getEnvForPackageManager)({
|
|
27637
27636
|
cliType,
|
|
@@ -27639,8 +27638,7 @@ var build = async ({
|
|
|
27639
27638
|
packageJsonPackageManager,
|
|
27640
27639
|
nodeVersion,
|
|
27641
27640
|
env: spawnOpts.env || {},
|
|
27642
|
-
turboSupportsCorepackHome
|
|
27643
|
-
detectedLockfile
|
|
27641
|
+
turboSupportsCorepackHome
|
|
27644
27642
|
});
|
|
27645
27643
|
if (meta.isDev) {
|
|
27646
27644
|
(0, import_build_utils4.debug)("Skipping dependency installation because dev mode is enabled");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/static-build",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.41",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/build-step",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@vercel/gatsby-plugin-vercel-analytics": "1.0.11",
|
|
17
|
-
"@vercel/gatsby-plugin-vercel-builder": "2.0.
|
|
17
|
+
"@vercel/gatsby-plugin-vercel-builder": "2.0.63",
|
|
18
18
|
"@vercel/static-config": "3.0.0",
|
|
19
19
|
"ts-morph": "12.0.0"
|
|
20
20
|
},
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@types/node-fetch": "2.5.4",
|
|
29
29
|
"@types/promise-timeout": "1.3.0",
|
|
30
30
|
"@types/semver": "7.3.13",
|
|
31
|
-
"@vercel/build-utils": "9.0.
|
|
31
|
+
"@vercel/build-utils": "9.0.1",
|
|
32
32
|
"@vercel/error-utils": "2.0.3",
|
|
33
33
|
"@vercel/frameworks": "3.4.0",
|
|
34
34
|
"@vercel/fs-detectors": "5.3.2",
|