vercel 28.1.4 → 28.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "28.1.4",
3
+ "version": "28.2.2",
4
4
  "preferGlobal": true,
5
5
  "license": "Apache-2.0",
6
6
  "description": "The command-line interface for Vercel",
@@ -41,16 +41,16 @@
41
41
  "node": ">= 14"
42
42
  },
43
43
  "dependencies": {
44
- "@vercel/build-utils": "5.3.2",
45
- "@vercel/go": "2.2.2",
46
- "@vercel/hydrogen": "0.0.15",
47
- "@vercel/next": "3.1.21",
48
- "@vercel/node": "2.5.10",
49
- "@vercel/python": "3.1.11",
50
- "@vercel/redwood": "1.0.19",
51
- "@vercel/remix": "1.0.20",
52
- "@vercel/ruby": "1.3.28",
53
- "@vercel/static-build": "1.0.19",
44
+ "@vercel/build-utils": "5.4.1",
45
+ "@vercel/go": "2.2.4",
46
+ "@vercel/hydrogen": "0.0.17",
47
+ "@vercel/next": "3.1.24",
48
+ "@vercel/node": "2.5.13",
49
+ "@vercel/python": "3.1.13",
50
+ "@vercel/redwood": "1.0.22",
51
+ "@vercel/remix": "1.0.23",
52
+ "@vercel/ruby": "1.3.30",
53
+ "@vercel/static-build": "1.0.21",
54
54
  "update-notifier": "5.1.0"
55
55
  },
56
56
  "devDependencies": {
@@ -85,7 +85,6 @@
85
85
  "@types/node-fetch": "2.5.10",
86
86
  "@types/npm-package-arg": "6.1.0",
87
87
  "@types/pluralize": "0.0.29",
88
- "@types/progress": "2.0.3",
89
88
  "@types/psl": "1.1.0",
90
89
  "@types/semver": "6.0.1",
91
90
  "@types/tar-fs": "1.16.1",
@@ -96,9 +95,9 @@
96
95
  "@types/which": "1.3.2",
97
96
  "@types/write-json-file": "2.2.1",
98
97
  "@types/yauzl-promise": "2.1.0",
99
- "@vercel/client": "12.2.1",
98
+ "@vercel/client": "12.2.3",
100
99
  "@vercel/frameworks": "1.1.3",
101
- "@vercel/fs-detectors": "2.0.5",
100
+ "@vercel/fs-detectors": "2.1.0",
102
101
  "@vercel/fun": "1.0.4",
103
102
  "@vercel/ncc": "0.24.0",
104
103
  "@zeit/source-map-support": "0.6.2",
@@ -153,7 +152,6 @@
153
152
  "ora": "3.4.0",
154
153
  "pcre-to-regexp": "1.0.0",
155
154
  "pluralize": "7.0.0",
156
- "progress": "2.0.3",
157
155
  "promisepipe": "3.0.0",
158
156
  "psl": "1.1.31",
159
157
  "qr-image": "3.2.0",
@@ -195,5 +193,5 @@
195
193
  "<rootDir>/test/**/*.test.ts"
196
194
  ]
197
195
  },
198
- "gitHead": "6700630feb23bdb4e94ea727911a9e10aa546361"
196
+ "gitHead": "3ff93279cd53bbfb620d27c93ca59d28917a5598"
199
197
  }
@@ -4,7 +4,7 @@ const { statSync } = require('fs');
4
4
  const pkg = require('../package');
5
5
 
6
6
  function error(command) {
7
- console.error('> Error!', command);
7
+ console.error('> Error:', command);
8
8
  }
9
9
 
10
10
  function debug(str) {