vercel 31.3.1 → 31.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.
- package/dist/index.js +4 -4
- package/package.json +4 -4
package/dist/index.js
CHANGED
@@ -216035,8 +216035,8 @@ exports.frameworks = [
|
|
216035
216035
|
placeholder: 'None',
|
216036
216036
|
},
|
216037
216037
|
buildCommand: {
|
216038
|
-
placeholder: '`npm run build` or `hugo
|
216039
|
-
value: 'hugo
|
216038
|
+
placeholder: '`npm run build` or `hugo --gc`',
|
216039
|
+
value: 'hugo --gc',
|
216040
216040
|
},
|
216041
216041
|
devCommand: {
|
216042
216042
|
value: 'hugo server -D -w -p $PORT',
|
@@ -225469,8 +225469,8 @@ function buildCommandOptionLines(commandOptions, options, sectionTitle) {
|
|
225469
225469
|
// Sort command options alphabetically
|
225470
225470
|
commandOptions.sort((a, b) => a.name < b.name ? -1 : a.name > b.name ? 1 : 0);
|
225471
225471
|
// word wrapping requires the wrapped cell to have a fixed width.
|
225472
|
-
// We need to track cell sizes to
|
225473
|
-
// equal to
|
225472
|
+
// We need to track cell sizes to ensure the final column of cells is
|
225473
|
+
// equal to the remainder of unused horizontal space.
|
225474
225474
|
let maxWidthOfUnwrappedColumns = 0;
|
225475
225475
|
const rows = [];
|
225476
225476
|
for (const option of commandOptions) {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vercel",
|
3
|
-
"version": "31.
|
3
|
+
"version": "31.4.0",
|
4
4
|
"preferGlobal": true,
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"description": "The command-line interface for Vercel",
|
@@ -31,7 +31,7 @@
|
|
31
31
|
"@vercel/redwood": "1.1.15",
|
32
32
|
"@vercel/remix-builder": "1.10.1",
|
33
33
|
"@vercel/ruby": "1.3.76",
|
34
|
-
"@vercel/static-build": "1.
|
34
|
+
"@vercel/static-build": "1.4.0"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
37
|
"@alex_neo/jest-expect-message": "1.0.5",
|
@@ -80,8 +80,8 @@
|
|
80
80
|
"@vercel-internals/types": "1.0.6",
|
81
81
|
"@vercel/client": "12.6.6",
|
82
82
|
"@vercel/error-utils": "1.0.10",
|
83
|
-
"@vercel/frameworks": "1.
|
84
|
-
"@vercel/fs-detectors": "4.1.
|
83
|
+
"@vercel/frameworks": "1.6.0",
|
84
|
+
"@vercel/fs-detectors": "4.1.3",
|
85
85
|
"@vercel/fun": "1.0.4",
|
86
86
|
"@vercel/ncc": "0.24.0",
|
87
87
|
"@vercel/routing-utils": "2.2.1",
|