@vercel/static-build 2.8.19 → 2.8.21

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 +1 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -29342,7 +29342,7 @@ var build = async ({
29342
29342
  }
29343
29343
  }
29344
29344
  }
29345
- const nodeVersion = await (0, import_build_utils4.getRuntimeNodeVersion)(
29345
+ const nodeVersion = await (0, import_build_utils4.getNodeVersion)(
29346
29346
  entrypointDir,
29347
29347
  void 0,
29348
29348
  config,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/static-build",
3
- "version": "2.8.19",
3
+ "version": "2.8.21",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index",
6
6
  "homepage": "https://vercel.com/docs/build-step",
@@ -16,7 +16,7 @@
16
16
  "ts-morph": "12.0.0",
17
17
  "@vercel/gatsby-plugin-vercel-analytics": "1.0.11",
18
18
  "@vercel/static-config": "3.1.2",
19
- "@vercel/gatsby-plugin-vercel-builder": "2.0.118"
19
+ "@vercel/gatsby-plugin-vercel-builder": "2.0.120"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/aws-lambda": "8.10.64",
@@ -38,11 +38,11 @@
38
38
  "rc9": "1.2.0",
39
39
  "semver": "7.5.2",
40
40
  "tree-kill": "1.2.2",
41
- "@vercel/build-utils": "13.2.8",
42
- "@vercel/frameworks": "3.15.5",
41
+ "@vercel/build-utils": "13.2.10",
42
+ "@vercel/error-utils": "2.0.3",
43
43
  "@vercel/fs-detectors": "5.7.13",
44
44
  "@vercel/routing-utils": "5.3.2",
45
- "@vercel/error-utils": "2.0.3"
45
+ "@vercel/frameworks": "3.15.5"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "node ../../utils/build-builder.mjs",