@vercel/next 4.3.9 → 4.3.10

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -14915,11 +14915,14 @@ var build = async (buildOptions) => {
14915
14915
  const nextVersionRange = await getNextVersionRange(entryPath);
14916
14916
  const nodeVersion = await (0, import_build_utils3.getNodeVersion)(entryPath, void 0, config, meta);
14917
14917
  const spawnOpts = (0, import_build_utils3.getSpawnOptions)(meta, nodeVersion);
14918
- const { cliType, lockfileVersion, packageJsonPackageManager } = await (0, import_build_utils3.scanParentDirs)(entryPath, true);
14918
+ const { cliType, lockfileVersion, packageJson } = await (0, import_build_utils3.scanParentDirs)(
14919
+ entryPath,
14920
+ true
14921
+ );
14919
14922
  spawnOpts.env = (0, import_build_utils3.getEnvForPackageManager)({
14920
14923
  cliType,
14921
14924
  lockfileVersion,
14922
- packageJsonPackageManager,
14925
+ packageJsonPackageManager: packageJson?.packageManager,
14923
14926
  nodeVersion,
14924
14927
  env: spawnOpts.env || {}
14925
14928
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/next",
3
- "version": "4.3.9",
3
+ "version": "4.3.10",
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.1",
33
+ "@vercel/build-utils": "8.4.2",
34
34
  "@vercel/routing-utils": "3.1.0",
35
35
  "async-sema": "3.0.1",
36
36
  "buffer-crc32": "0.2.13",