@vercel/node 5.8.5 → 5.8.7
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 +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -112341,7 +112341,7 @@ var build = async ({
|
|
|
112341
112341
|
experimentalAllowBundling: enableBundling || void 0,
|
|
112342
112342
|
architecture: staticConfig?.architecture,
|
|
112343
112343
|
runtime: nodeVersion.runtime,
|
|
112344
|
-
useWebApi: isMiddleware ? true : useWebApi,
|
|
112344
|
+
useWebApi: isMiddleware ? true : useWebApi ?? staticConfig?.useWebApi,
|
|
112345
112345
|
shouldAddHelpers: isMiddleware ? false : shouldAddHelpers,
|
|
112346
112346
|
shouldAddSourcemapSupport,
|
|
112347
112347
|
awsLambdaHandler,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/node",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.7",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/node-js",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"tsx": "4.21.0",
|
|
33
33
|
"typescript": "npm:typescript@5.9.3",
|
|
34
34
|
"undici": "5.28.4",
|
|
35
|
-
"@vercel/build-utils": "13.26.
|
|
36
|
-
"@vercel/
|
|
37
|
-
"@vercel/
|
|
35
|
+
"@vercel/build-utils": "13.26.4",
|
|
36
|
+
"@vercel/error-utils": "2.1.0",
|
|
37
|
+
"@vercel/static-config": "3.4.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@babel/core": "7.24.4",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"tree-kill": "1.2.2",
|
|
58
58
|
"vite": "^5.1.6",
|
|
59
59
|
"vitest": "^2.0.1",
|
|
60
|
-
"@vercel/functions": "3.6.
|
|
60
|
+
"@vercel/functions": "3.6.1"
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|
|
63
63
|
"build": "node build.mjs",
|