@vercel/next 4.3.13 → 4.3.14
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 -7
- package/package.json +2 -2
package/dist/index.js
CHANGED
@@ -14952,16 +14952,11 @@ var build = async (buildOptions) => {
|
|
14952
14952
|
const nextVersionRange = await getNextVersionRange(entryPath);
|
14953
14953
|
const nodeVersion = await (0, import_build_utils3.getNodeVersion)(entryPath, void 0, config, meta);
|
14954
14954
|
const spawnOpts = (0, import_build_utils3.getSpawnOptions)(meta, nodeVersion);
|
14955
|
-
const {
|
14956
|
-
cliType,
|
14957
|
-
lockfileVersion,
|
14958
|
-
packageJsonPackageManager,
|
14959
|
-
turboSupportsCorepackHome
|
14960
|
-
} = await (0, import_build_utils3.scanParentDirs)(entryPath, true);
|
14955
|
+
const { cliType, lockfileVersion, packageJson, turboSupportsCorepackHome } = await (0, import_build_utils3.scanParentDirs)(entryPath, true);
|
14961
14956
|
spawnOpts.env = (0, import_build_utils3.getEnvForPackageManager)({
|
14962
14957
|
cliType,
|
14963
14958
|
lockfileVersion,
|
14964
|
-
packageJsonPackageManager,
|
14959
|
+
packageJsonPackageManager: packageJson?.packageManager,
|
14965
14960
|
nodeVersion,
|
14966
14961
|
env: spawnOpts.env || {},
|
14967
14962
|
turboSupportsCorepackHome
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vercel/next",
|
3
|
-
"version": "4.3.
|
3
|
+
"version": "4.3.14",
|
4
4
|
"license": "Apache-2.0",
|
5
5
|
"main": "./dist/index",
|
6
6
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"@types/semver": "6.0.0",
|
31
31
|
"@types/text-table": "0.2.1",
|
32
32
|
"@types/webpack-sources": "3.2.0",
|
33
|
-
"@vercel/build-utils": "8.4.
|
33
|
+
"@vercel/build-utils": "8.4.8",
|
34
34
|
"@vercel/routing-utils": "3.1.0",
|
35
35
|
"async-sema": "3.0.1",
|
36
36
|
"buffer-crc32": "0.2.13",
|