@vercel/node 5.5.12 → 5.5.13

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 -1
  2. package/package.json +2 -2
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.12",
3
+ "version": "5.5.13",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/node-js",
@@ -17,7 +17,7 @@
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.0",
20
+ "@vercel/build-utils": "13.2.1",
21
21
  "@vercel/error-utils": "2.0.3",
22
22
  "@vercel/nft": "1.1.0",
23
23
  "@vercel/static-config": "3.1.2",