@vercel/next 4.15.14 → 4.15.15

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 -6
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -16499,12 +16499,7 @@ var build = async (buildOptions) => {
16499
16499
  }
16500
16500
  let pkg = await readPackageJson(entryPath);
16501
16501
  const nextVersionRange = await getNextVersionRange(entryPath);
16502
- const nodeVersion = await (0, import_build_utils3.getRuntimeNodeVersion)(
16503
- entryPath,
16504
- void 0,
16505
- config,
16506
- meta
16507
- );
16502
+ const nodeVersion = await (0, import_build_utils3.getNodeVersion)(entryPath, void 0, config, meta);
16508
16503
  const {
16509
16504
  cliType,
16510
16505
  lockfileVersion,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/next",
3
- "version": "4.15.14",
3
+ "version": "4.15.15",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
@@ -52,8 +52,8 @@
52
52
  "test-listen": "1.1.0",
53
53
  "text-table": "0.2.0",
54
54
  "webpack-sources": "3.2.3",
55
- "@vercel/routing-utils": "5.3.2",
56
- "@vercel/build-utils": "13.2.8"
55
+ "@vercel/build-utils": "13.2.9",
56
+ "@vercel/routing-utils": "5.3.2"
57
57
  },
58
58
  "scripts": {
59
59
  "build": "node build.mjs",