@vercel/next 4.13.4 → 4.14.0

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 +0 -3
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -16342,7 +16342,6 @@ var build = async (buildOptions) => {
16342
16342
  cliType,
16343
16343
  lockfileVersion,
16344
16344
  packageJsonPackageManager,
16345
- nodeVersion,
16346
16345
  env: spawnOpts.env || {},
16347
16346
  turboSupportsCorepackHome,
16348
16347
  projectCreatedAt: config.projectSettings?.createdAt
@@ -16429,7 +16428,6 @@ var build = async (buildOptions) => {
16429
16428
  [],
16430
16429
  spawnOpts,
16431
16430
  meta,
16432
- nodeVersion,
16433
16431
  config.projectSettings?.createdAt
16434
16432
  );
16435
16433
  }
@@ -16945,7 +16943,6 @@ More info: http://err.sh/vercel/vercel/next-functions-config-optimized-lambdas`
16945
16943
  ["--production"],
16946
16944
  spawnOpts,
16947
16945
  meta,
16948
- nodeVersion,
16949
16946
  config.projectSettings?.createdAt
16950
16947
  );
16951
16948
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/next",
3
- "version": "4.13.4",
3
+ "version": "4.14.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
@@ -30,7 +30,7 @@
30
30
  "@types/semver": "6.0.0",
31
31
  "@types/text-table": "0.2.1",
32
32
  "@types/webpack-sources": "3.2.0",
33
- "@vercel/build-utils": "12.1.3",
33
+ "@vercel/build-utils": "12.2.0",
34
34
  "@vercel/routing-utils": "5.2.0",
35
35
  "async-sema": "3.0.1",
36
36
  "buffer-crc32": "0.2.13",