@vercel/remix-builder 5.5.8 → 5.5.9
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 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2971,7 +2971,7 @@ var build = async ({
|
|
|
2971
2971
|
const mountpoint = (0, import_path2.dirname)(entrypoint);
|
|
2972
2972
|
const entrypointFsDirname = (0, import_path2.join)(workPath, mountpoint);
|
|
2973
2973
|
const frameworkSettings = config.framework === "react-router" ? REACT_ROUTER_FRAMEWORK_SETTINGS : REMIX_FRAMEWORK_SETTINGS;
|
|
2974
|
-
const nodeVersion = await (0, import_build_utils3.
|
|
2974
|
+
const nodeVersion = await (0, import_build_utils3.getNodeVersion)(
|
|
2975
2975
|
entrypointFsDirname,
|
|
2976
2976
|
void 0,
|
|
2977
2977
|
config,
|
|
@@ -3440,7 +3440,7 @@ var build2 = async ({
|
|
|
3440
3440
|
await (0, import_build_utils4.download)(files, workPath, meta);
|
|
3441
3441
|
const mountpoint = (0, import_path4.dirname)(entrypoint);
|
|
3442
3442
|
const entrypointFsDirname = (0, import_path4.join)(workPath, mountpoint);
|
|
3443
|
-
const nodeVersion = await (0, import_build_utils4.
|
|
3443
|
+
const nodeVersion = await (0, import_build_utils4.getNodeVersion)(
|
|
3444
3444
|
entrypointFsDirname,
|
|
3445
3445
|
void 0,
|
|
3446
3446
|
config,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/remix-builder",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.9",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"homepage": "https://vercel.com/docs",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"jest-junit": "16.0.0",
|
|
31
31
|
"semver": "7.5.2",
|
|
32
32
|
"vitest": "2.0.1",
|
|
33
|
-
"@vercel/build-utils": "13.2.
|
|
33
|
+
"@vercel/build-utils": "13.2.9"
|
|
34
34
|
},
|
|
35
35
|
"VERCEL_REMIX_RUN_DEV_MAX_VERSION": "2.16.6",
|
|
36
36
|
"scripts": {
|