@vercel/next 4.15.12 → 4.15.13

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 +6 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -16499,7 +16499,12 @@ 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.getNodeVersion)(entryPath, void 0, config, meta);
16502
+ const nodeVersion = await (0, import_build_utils3.getRuntimeNodeVersion)(
16503
+ entryPath,
16504
+ void 0,
16505
+ config,
16506
+ meta
16507
+ );
16503
16508
  const spawnOpts = (0, import_build_utils3.getSpawnOptions)(meta, nodeVersion);
16504
16509
  const {
16505
16510
  cliType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/next",
3
- "version": "4.15.12",
3
+ "version": "4.15.13",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
@@ -52,7 +52,7 @@
52
52
  "test-listen": "1.1.0",
53
53
  "text-table": "0.2.0",
54
54
  "webpack-sources": "3.2.3",
55
- "@vercel/build-utils": "13.2.6",
55
+ "@vercel/build-utils": "13.2.7",
56
56
  "@vercel/routing-utils": "5.3.2"
57
57
  },
58
58
  "scripts": {