netlify-cli 8.4.0 → 8.4.1
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/npm-shrinkwrap.json +15 -13
- package/package.json +1 -2
- package/src/utils/command-helpers.js +0 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "8.4.
|
|
3
|
+
"version": "8.4.1",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "8.4.
|
|
9
|
+
"version": "8.4.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -130,7 +130,6 @@
|
|
|
130
130
|
"@commitlint/config-conventional": "^15.0.0",
|
|
131
131
|
"@netlify/eslint-config-node": "^4.0.2",
|
|
132
132
|
"ava": "^3.15.0",
|
|
133
|
-
"eslint-plugin-local-rules": "file:tools/eslint-rules",
|
|
134
133
|
"eslint-plugin-sort-destructure-keys": "^1.3.5",
|
|
135
134
|
"fast-glob": "^3.2.7",
|
|
136
135
|
"form-data": "^4.0.0",
|
|
@@ -2514,6 +2513,12 @@
|
|
|
2514
2513
|
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
2515
2514
|
}
|
|
2516
2515
|
},
|
|
2516
|
+
"node_modules/@netlify/build/node_modules/@types/node": {
|
|
2517
|
+
"version": "16.11.14",
|
|
2518
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.14.tgz",
|
|
2519
|
+
"integrity": "sha512-mK6BKLpL0bG6v2CxHbm0ed6RcZrAtTHBTd/ZpnlVPVa3HkumsqLE4BC4u6TQ8D7pnrRbOU0am6epuALs+Ncnzw==",
|
|
2520
|
+
"peer": true
|
|
2521
|
+
},
|
|
2517
2522
|
"node_modules/@netlify/build/node_modules/ansi-styles": {
|
|
2518
2523
|
"version": "4.3.0",
|
|
2519
2524
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
@@ -8883,10 +8888,6 @@
|
|
|
8883
8888
|
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
|
|
8884
8889
|
"dev": true
|
|
8885
8890
|
},
|
|
8886
|
-
"node_modules/eslint-plugin-local-rules": {
|
|
8887
|
-
"resolved": "tools/eslint-rules",
|
|
8888
|
-
"link": true
|
|
8889
|
-
},
|
|
8890
8891
|
"node_modules/eslint-plugin-markdown": {
|
|
8891
8892
|
"version": "2.2.1",
|
|
8892
8893
|
"resolved": "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-2.2.1.tgz",
|
|
@@ -20557,9 +20558,8 @@
|
|
|
20557
20558
|
}
|
|
20558
20559
|
},
|
|
20559
20560
|
"tools/eslint-rules": {
|
|
20560
|
-
"name": "eslint-plugin-local-rules",
|
|
20561
20561
|
"version": "0.0.1",
|
|
20562
|
-
"
|
|
20562
|
+
"extraneous": true,
|
|
20563
20563
|
"engines": {
|
|
20564
20564
|
"node": "^12.20.0 || ^14.14.0 || >=16.0.0"
|
|
20565
20565
|
},
|
|
@@ -22250,6 +22250,12 @@
|
|
|
22250
22250
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-2.1.1.tgz",
|
|
22251
22251
|
"integrity": "sha512-/aPsuoj/1Dw/kzhkgz+ES6TxG0zfTMGLwuK2ZG00k/iJzYHTLCE8mVU8EPqEOp/lmxPoq1C1C9RYToRKb2KEfg=="
|
|
22252
22252
|
},
|
|
22253
|
+
"@types/node": {
|
|
22254
|
+
"version": "16.11.14",
|
|
22255
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.14.tgz",
|
|
22256
|
+
"integrity": "sha512-mK6BKLpL0bG6v2CxHbm0ed6RcZrAtTHBTd/ZpnlVPVa3HkumsqLE4BC4u6TQ8D7pnrRbOU0am6epuALs+Ncnzw==",
|
|
22257
|
+
"peer": true
|
|
22258
|
+
},
|
|
22253
22259
|
"ansi-styles": {
|
|
22254
22260
|
"version": "4.3.0",
|
|
22255
22261
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
@@ -27150,10 +27156,6 @@
|
|
|
27150
27156
|
}
|
|
27151
27157
|
}
|
|
27152
27158
|
},
|
|
27153
|
-
"eslint-plugin-local-rules": {
|
|
27154
|
-
"version": "file:tools/eslint-rules",
|
|
27155
|
-
"requires": {}
|
|
27156
|
-
},
|
|
27157
27159
|
"eslint-plugin-markdown": {
|
|
27158
27160
|
"version": "2.2.1",
|
|
27159
27161
|
"resolved": "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-2.2.1.tgz",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "8.4.
|
|
4
|
+
"version": "8.4.1",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"contributors": [
|
|
7
7
|
"Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
|
|
@@ -194,7 +194,6 @@
|
|
|
194
194
|
"@commitlint/config-conventional": "^15.0.0",
|
|
195
195
|
"@netlify/eslint-config-node": "^4.0.2",
|
|
196
196
|
"ava": "^3.15.0",
|
|
197
|
-
"eslint-plugin-local-rules": "file:tools/eslint-rules",
|
|
198
197
|
"eslint-plugin-sort-destructure-keys": "^1.3.5",
|
|
199
198
|
"fast-glob": "^3.2.7",
|
|
200
199
|
"form-data": "^4.0.0",
|
|
@@ -3,7 +3,6 @@ const os = require('os')
|
|
|
3
3
|
const process = require('process')
|
|
4
4
|
const { format, inspect } = require('util')
|
|
5
5
|
|
|
6
|
-
// eslint-disable-next-line local-rules/no-direct-chalk-import
|
|
7
6
|
const { Instance: ChalkInstance } = require('chalk')
|
|
8
7
|
const WSL = require('is-wsl')
|
|
9
8
|
const { default: omit } = require('omit.js')
|