@vercel/node 5.5.12 → 5.5.14
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 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -70842,7 +70842,8 @@ var build = async ({
|
|
|
70842
70842
|
maxDuration: staticConfig?.maxDuration,
|
|
70843
70843
|
regions: normalizeRequestedRegions(
|
|
70844
70844
|
staticConfig?.preferredRegion ?? staticConfig?.regions
|
|
70845
|
-
)
|
|
70845
|
+
),
|
|
70846
|
+
shouldDisableAutomaticFetchInstrumentation: process.env.VERCEL_TRACING_DISABLE_AUTOMATIC_FETCH_INSTRUMENTATION === "1"
|
|
70846
70847
|
});
|
|
70847
70848
|
}
|
|
70848
70849
|
return { routes, output };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/node",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.14",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/node-js",
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"@edge-runtime/primitives": "4.1.0",
|
|
18
18
|
"@edge-runtime/vm": "3.2.0",
|
|
19
19
|
"@types/node": "16.18.11",
|
|
20
|
-
"@vercel/build-utils": "13.2.
|
|
20
|
+
"@vercel/build-utils": "13.2.2",
|
|
21
21
|
"@vercel/error-utils": "2.0.3",
|
|
22
|
-
"@vercel/nft": "1.1.
|
|
22
|
+
"@vercel/nft": "1.1.1",
|
|
23
23
|
"@vercel/static-config": "3.1.2",
|
|
24
24
|
"async-listen": "3.0.0",
|
|
25
25
|
"cjs-module-lexer": "1.2.3",
|