@vercel/redwood 2.1.10 → 2.1.11

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 +4 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -66,7 +66,8 @@ var build = async ({
66
66
  cliType,
67
67
  lockfileVersion,
68
68
  packageJsonPackageManager,
69
- turboSupportsCorepackHome
69
+ turboSupportsCorepackHome,
70
+ detectedLockfile
70
71
  } = await (0, import_build_utils.scanParentDirs)(entrypointFsDirname, true);
71
72
  spawnOpts.env = (0, import_build_utils.getEnvForPackageManager)({
72
73
  cliType,
@@ -74,7 +75,8 @@ var build = async ({
74
75
  packageJsonPackageManager,
75
76
  nodeVersion,
76
77
  env: spawnOpts.env || {},
77
- turboSupportsCorepackHome
78
+ turboSupportsCorepackHome,
79
+ detectedLockfile
78
80
  });
79
81
  if (typeof installCommand === "string") {
80
82
  if (installCommand.trim()) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/redwood",
3
- "version": "2.1.10",
3
+ "version": "2.1.11",
4
4
  "main": "./dist/index.js",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://vercel.com/docs",
@@ -23,7 +23,7 @@
23
23
  "@types/aws-lambda": "8.10.19",
24
24
  "@types/node": "14.18.33",
25
25
  "@types/semver": "6.0.0",
26
- "@vercel/build-utils": "8.8.0",
26
+ "@vercel/build-utils": "9.0.0",
27
27
  "execa": "3.2.0",
28
28
  "fs-extra": "11.1.0",
29
29
  "jest-junit": "16.0.0"