@vercel/remix-builder 5.0.1 → 5.0.2

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 -8
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -3158,8 +3158,7 @@ var build = async ({
3158
3158
  lockfileVersion,
3159
3159
  packageJson,
3160
3160
  packageJsonPackageManager,
3161
- turboSupportsCorepackHome,
3162
- detectedLockfile
3161
+ turboSupportsCorepackHome
3163
3162
  } = await (0, import_build_utils3.scanParentDirs)(entrypointFsDirname, true);
3164
3163
  const spawnOpts = (0, import_build_utils3.getSpawnOptions)(meta, nodeVersion);
3165
3164
  if (!spawnOpts.env) {
@@ -3171,8 +3170,7 @@ var build = async ({
3171
3170
  packageJsonPackageManager,
3172
3171
  nodeVersion,
3173
3172
  env: spawnOpts.env,
3174
- turboSupportsCorepackHome,
3175
- detectedLockfile
3173
+ turboSupportsCorepackHome
3176
3174
  });
3177
3175
  if (typeof installCommand === "string") {
3178
3176
  if (installCommand.trim()) {
@@ -3566,8 +3564,7 @@ var build2 = async ({
3566
3564
  lockfileVersion,
3567
3565
  lockfilePath,
3568
3566
  packageJsonPackageManager,
3569
- turboSupportsCorepackHome,
3570
- detectedLockfile
3567
+ turboSupportsCorepackHome
3571
3568
  } = await (0, import_build_utils4.scanParentDirs)(entrypointFsDirname, true);
3572
3569
  if (!packageJsonPath) {
3573
3570
  throw new Error("Failed to locate `package.json` file in your project");
@@ -3587,8 +3584,7 @@ var build2 = async ({
3587
3584
  packageJsonPackageManager,
3588
3585
  nodeVersion,
3589
3586
  env: spawnOpts.env,
3590
- turboSupportsCorepackHome,
3591
- detectedLockfile
3587
+ turboSupportsCorepackHome
3592
3588
  });
3593
3589
  if (typeof installCommand === "string") {
3594
3590
  if (installCommand.trim()) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/remix-builder",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.js",
6
6
  "homepage": "https://vercel.com/docs",
@@ -16,7 +16,7 @@
16
16
  ],
17
17
  "dependencies": {
18
18
  "@vercel/error-utils": "2.0.3",
19
- "@vercel/nft": "0.27.3",
19
+ "@vercel/nft": "0.27.10",
20
20
  "@vercel/static-config": "3.0.0",
21
21
  "ts-morph": "12.0.0"
22
22
  },
@@ -24,14 +24,14 @@
24
24
  "@types/jest": "27.5.1",
25
25
  "@types/node": "14.18.33",
26
26
  "@types/semver": "7.3.13",
27
- "@vercel/build-utils": "9.0.0",
27
+ "@vercel/build-utils": "9.0.1",
28
28
  "glob": "10.3.16",
29
29
  "jest-junit": "16.0.0",
30
30
  "path-to-regexp": "6.2.1",
31
31
  "semver": "7.5.2",
32
32
  "vitest": "2.0.1"
33
33
  },
34
- "VERCEL_REMIX_RUN_DEV_MAX_VERSION": "2.15.1",
34
+ "VERCEL_REMIX_RUN_DEV_MAX_VERSION": "2.15.2",
35
35
  "scripts": {
36
36
  "build": "node ../../utils/build-builder.mjs",
37
37
  "test": "jest --reporters=default --reporters=jest-junit --env node --verbose --bail --runInBand",