@vercel/node 5.10.2 → 6.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
|
@@ -72509,12 +72509,14 @@ async function downloadInstallAndBundle({
|
|
|
72509
72509
|
lockfilePath,
|
|
72510
72510
|
lockfileVersion,
|
|
72511
72511
|
packageJsonPackageManager,
|
|
72512
|
+
packageJsonDevEngines,
|
|
72512
72513
|
turboSupportsCorepackHome
|
|
72513
72514
|
} = await (0, import_build_utils6.scanParentDirs)(entrypointFsDirname, true);
|
|
72514
72515
|
const spawnEnv = (0, import_build_utils6.getEnvForPackageManager)({
|
|
72515
72516
|
cliType,
|
|
72516
72517
|
lockfileVersion,
|
|
72517
72518
|
packageJsonPackageManager,
|
|
72519
|
+
packageJsonDevEngines,
|
|
72518
72520
|
nodeVersion,
|
|
72519
72521
|
env: process.env,
|
|
72520
72522
|
turboSupportsCorepackHome,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/node",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/node-js",
|
|
@@ -33,9 +33,11 @@
|
|
|
33
33
|
"typescript": "npm:typescript@5.9.3",
|
|
34
34
|
"undici": "5.28.4",
|
|
35
35
|
"@vercel/error-utils": "2.2.1",
|
|
36
|
-
"@vercel/build-utils": "14.2.0",
|
|
37
36
|
"@vercel/static-config": "3.4.1"
|
|
38
37
|
},
|
|
38
|
+
"peerDependencies": {
|
|
39
|
+
"@vercel/build-utils": "14.3.0"
|
|
40
|
+
},
|
|
39
41
|
"devDependencies": {
|
|
40
42
|
"@babel/core": "7.24.4",
|
|
41
43
|
"@babel/plugin-transform-modules-commonjs": "7.24.1",
|
|
@@ -57,6 +59,7 @@
|
|
|
57
59
|
"tree-kill": "1.2.2",
|
|
58
60
|
"vite": "^6.4.3",
|
|
59
61
|
"vitest": "^4.1.10",
|
|
62
|
+
"@vercel/build-utils": "14.3.0",
|
|
60
63
|
"@vercel/functions": "3.9.5"
|
|
61
64
|
},
|
|
62
65
|
"scripts": {
|