@vercel/next 4.21.7 → 5.0.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 +2 -0
  2. package/package.json +6 -3
package/dist/index.js CHANGED
@@ -16805,12 +16805,14 @@ var build = async (buildOptions) => {
16805
16805
  lockfilePath,
16806
16806
  lockfileVersion,
16807
16807
  packageJsonPackageManager,
16808
+ packageJsonDevEngines,
16808
16809
  turboSupportsCorepackHome
16809
16810
  } = await (0, import_build_utils3.scanParentDirs)(entryPath, true);
16810
16811
  const spawnEnv = (0, import_build_utils3.getEnvForPackageManager)({
16811
16812
  cliType,
16812
16813
  lockfileVersion,
16813
16814
  packageJsonPackageManager,
16815
+ packageJsonDevEngines,
16814
16816
  nodeVersion,
16815
16817
  env: process.env,
16816
16818
  turboSupportsCorepackHome,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/next",
3
- "version": "4.21.7",
3
+ "version": "5.0.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
@@ -15,6 +15,9 @@
15
15
  "dependencies": {
16
16
  "@vercel/nft": "1.10.0"
17
17
  },
18
+ "peerDependencies": {
19
+ "@vercel/build-utils": "14.3.0"
20
+ },
18
21
  "devDependencies": {
19
22
  "@next-community/adapter-vercel": "0.0.1-beta.27",
20
23
  "@types/aws-lambda": "8.10.19",
@@ -54,8 +57,8 @@
54
57
  "vite": "6.4.3",
55
58
  "vitest": "4.1.10",
56
59
  "webpack-sources": "3.2.3",
57
- "@vercel/routing-utils": "6.5.0",
58
- "@vercel/build-utils": "14.2.0"
60
+ "@vercel/build-utils": "14.3.0",
61
+ "@vercel/routing-utils": "6.5.0"
59
62
  },
60
63
  "scripts": {
61
64
  "build": "node build.mjs",