@vercel/static-build 2.8.6 → 2.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -10537,6 +10537,7 @@ var require_frameworks = __commonJS({
10537
10537
  detectors: {
10538
10538
  some: [{ matchPackage: "nitropack" }, { matchPackage: "nitro" }]
10539
10539
  },
10540
+ supersedes: ["vite"],
10540
10541
  settings: {
10541
10542
  installCommand: {
10542
10543
  placeholder: "`yarn install`, `pnpm install`, `npm install`, or `bun install`"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/static-build",
3
- "version": "2.8.6",
3
+ "version": "2.8.7",
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.105",
17
+ "@vercel/gatsby-plugin-vercel-builder": "2.0.106",
18
18
  "@vercel/static-config": "3.1.2",
19
19
  "ts-morph": "12.0.0"
20
20
  },
@@ -28,11 +28,11 @@
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.0.1",
31
+ "@vercel/build-utils": "13.0.2",
32
32
  "@vercel/error-utils": "2.0.3",
33
- "@vercel/frameworks": "3.15.2",
34
- "@vercel/fs-detectors": "5.7.5",
35
- "@vercel/routing-utils": "5.2.1",
33
+ "@vercel/frameworks": "3.15.3",
34
+ "@vercel/fs-detectors": "5.7.6",
35
+ "@vercel/routing-utils": "5.2.2",
36
36
  "execa": "3.2.0",
37
37
  "fs-extra": "10.0.0",
38
38
  "get-port": "5.0.0",