@vercel/static-build 2.8.10 → 2.8.12

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 +4 -2
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -19613,7 +19613,8 @@ var require_detect_builders = __commonJS({
19613
19613
  { src: "api/**/*.+(js|mjs|ts|tsx)", use: `@vercel/node`, config },
19614
19614
  { src: "api/**/!(*_test).go", use: `@vercel/go`, config },
19615
19615
  { src: "api/**/*.py", use: `@vercel/python`, config },
19616
- { src: "api/**/*.rb", use: `@vercel/ruby`, config }
19616
+ { src: "api/**/*.rb", use: `@vercel/ruby`, config },
19617
+ { src: "api/**/*.rs", use: `@vercel/rust`, config }
19617
19618
  ];
19618
19619
  }
19619
19620
  function hasBuildScript(pkg) {
@@ -28105,7 +28106,8 @@ async function readFunctions({
28105
28106
  runtime: nodeVersion.runtime,
28106
28107
  ...config,
28107
28108
  shouldAddHelpers: false,
28108
- shouldAddSourcemapSupport: false
28109
+ shouldAddSourcemapSupport: false,
28110
+ shouldDisableAutomaticFetchInstrumentation: process.env.VERCEL_TRACING_DISABLE_AUTOMATIC_FETCH_INSTRUMENTATION === "1"
28109
28111
  });
28110
28112
  } else {
28111
28113
  if (!runtime) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/static-build",
3
- "version": "2.8.10",
3
+ "version": "2.8.12",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index",
6
6
  "homepage": "https://vercel.com/docs/build-step",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@vercel/gatsby-plugin-vercel-analytics": "1.0.11",
17
- "@vercel/gatsby-plugin-vercel-builder": "2.0.109",
17
+ "@vercel/gatsby-plugin-vercel-builder": "2.0.111",
18
18
  "@vercel/static-config": "3.1.2",
19
19
  "ts-morph": "12.0.0"
20
20
  },
@@ -28,10 +28,10 @@
28
28
  "@types/node-fetch": "2.5.4",
29
29
  "@types/promise-timeout": "1.3.0",
30
30
  "@types/semver": "7.3.13",
31
- "@vercel/build-utils": "13.1.2",
31
+ "@vercel/build-utils": "13.2.1",
32
32
  "@vercel/error-utils": "2.0.3",
33
33
  "@vercel/frameworks": "3.15.3",
34
- "@vercel/fs-detectors": "5.7.7",
34
+ "@vercel/fs-detectors": "5.7.8",
35
35
  "@vercel/routing-utils": "5.3.0",
36
36
  "execa": "3.2.0",
37
37
  "fs-extra": "10.0.0",