@vercel/static-build 1.3.46 → 1.4.0

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 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -235642,8 +235642,8 @@ exports.frameworks = [
235642
235642
  placeholder: 'None',
235643
235643
  },
235644
235644
  buildCommand: {
235645
- placeholder: '`npm run build` or `hugo -D --gc`',
235646
- value: 'hugo -D --gc',
235645
+ placeholder: '`npm run build` or `hugo --gc`',
235646
+ value: 'hugo --gc',
235647
235647
  },
235648
235648
  devCommand: {
235649
235649
  value: 'hugo server -D -w -p $PORT',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/static-build",
3
- "version": "1.3.46",
3
+ "version": "1.4.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index",
6
6
  "homepage": "https://vercel.com/docs/build-step",
@@ -28,8 +28,8 @@
28
28
  "@types/semver": "7.3.13",
29
29
  "@vercel/build-utils": "6.8.3",
30
30
  "@vercel/error-utils": "1.0.10",
31
- "@vercel/frameworks": "1.5.1",
32
- "@vercel/fs-detectors": "4.1.2",
31
+ "@vercel/frameworks": "1.6.0",
32
+ "@vercel/fs-detectors": "4.1.3",
33
33
  "@vercel/ncc": "0.24.0",
34
34
  "@vercel/routing-utils": "2.2.1",
35
35
  "@vercel/static-config": "2.0.17",