@vercel/redwood 2.5.2 → 4.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.
- package/dist/index.js +2 -0
- package/package.json +5 -2
package/dist/index.js
CHANGED
|
@@ -2846,12 +2846,14 @@ var build = async ({
|
|
|
2846
2846
|
lockfilePath,
|
|
2847
2847
|
lockfileVersion,
|
|
2848
2848
|
packageJsonPackageManager,
|
|
2849
|
+
packageJsonDevEngines,
|
|
2849
2850
|
turboSupportsCorepackHome
|
|
2850
2851
|
} = await (0, import_build_utils.scanParentDirs)(entrypointFsDirname, true);
|
|
2851
2852
|
const spawnEnv = (0, import_build_utils.getEnvForPackageManager)({
|
|
2852
2853
|
cliType,
|
|
2853
2854
|
lockfileVersion,
|
|
2854
2855
|
packageJsonPackageManager,
|
|
2856
|
+
packageJsonDevEngines,
|
|
2855
2857
|
nodeVersion,
|
|
2856
2858
|
env: process.env,
|
|
2857
2859
|
turboSupportsCorepackHome,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/redwood",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://vercel.com/docs",
|
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
"ts-morph": "12.0.0",
|
|
19
19
|
"@vercel/static-config": "3.4.1"
|
|
20
20
|
},
|
|
21
|
+
"peerDependencies": {
|
|
22
|
+
"@vercel/build-utils": "14.4.0"
|
|
23
|
+
},
|
|
21
24
|
"devDependencies": {
|
|
22
25
|
"@types/aws-lambda": "8.10.19",
|
|
23
26
|
"@types/node": "20.11.0",
|
|
@@ -25,7 +28,7 @@
|
|
|
25
28
|
"execa": "3.2.0",
|
|
26
29
|
"fs-extra": "11.1.0",
|
|
27
30
|
"vitest": "4.1.10",
|
|
28
|
-
"@vercel/build-utils": "14.
|
|
31
|
+
"@vercel/build-utils": "14.4.0",
|
|
29
32
|
"@vercel/routing-utils": "6.5.0"
|
|
30
33
|
},
|
|
31
34
|
"scripts": {
|