@vercel/hydrogen 1.0.9 → 1.0.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 +4 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -61,7 +61,8 @@ var build = async ({
61
61
  cliType,
62
62
  lockfileVersion,
63
63
  packageJsonPackageManager,
64
- turboSupportsCorepackHome
64
+ turboSupportsCorepackHome,
65
+ detectedLockfile
65
66
  } = await (0, import_build_utils.scanParentDirs)(entrypointDir, true);
66
67
  spawnOpts.env = (0, import_build_utils.getEnvForPackageManager)({
67
68
  cliType,
@@ -69,7 +70,8 @@ var build = async ({
69
70
  packageJsonPackageManager,
70
71
  nodeVersion,
71
72
  env: spawnOpts.env || {},
72
- turboSupportsCorepackHome
73
+ turboSupportsCorepackHome,
74
+ detectedLockfile
73
75
  });
74
76
  if (typeof installCommand === "string") {
75
77
  if (installCommand.trim()) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/hydrogen",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.js",
6
6
  "homepage": "https://vercel.com/docs",
@@ -20,7 +20,7 @@
20
20
  "devDependencies": {
21
21
  "@types/jest": "27.5.1",
22
22
  "@types/node": "14.18.33",
23
- "@vercel/build-utils": "8.4.11",
23
+ "@vercel/build-utils": "9.0.0",
24
24
  "execa": "3.2.0",
25
25
  "fs-extra": "11.1.0",
26
26
  "jest-junit": "16.0.0"