@vercel/redwood 2.4.8 → 2.4.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -2506,7 +2506,7 @@ var build = async ({
2506
2506
  const { installCommand, buildCommand } = config;
2507
2507
  const mountpoint = (0, import_path.dirname)(entrypoint);
2508
2508
  const entrypointFsDirname = (0, import_path.join)(workPath, mountpoint);
2509
- const nodeVersion = await (0, import_build_utils.getRuntimeNodeVersion)(
2509
+ const nodeVersion = await (0, import_build_utils.getNodeVersion)(
2510
2510
  entrypointFsDirname,
2511
2511
  void 0,
2512
2512
  config,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/redwood",
3
- "version": "2.4.8",
3
+ "version": "2.4.9",
4
4
  "main": "./dist/index.js",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://vercel.com/docs",
@@ -25,8 +25,8 @@
25
25
  "execa": "3.2.0",
26
26
  "fs-extra": "11.1.0",
27
27
  "jest-junit": "16.0.0",
28
- "@vercel/build-utils": "13.2.8",
29
- "@vercel/routing-utils": "5.3.2"
28
+ "@vercel/routing-utils": "5.3.2",
29
+ "@vercel/build-utils": "13.2.9"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "node ../../utils/build-builder.mjs",