netlify-cli 8.6.16 → 8.6.17-rc.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/npm-shrinkwrap.json +10 -10
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "8.6.
|
|
3
|
+
"version": "8.6.17-rc.0",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "8.6.
|
|
9
|
+
"version": "8.6.17-rc.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"chokidar": "^3.0.2",
|
|
31
31
|
"ci-info": "^3.0.0",
|
|
32
32
|
"clean-deep": "^3.0.2",
|
|
33
|
-
"colors": "
|
|
33
|
+
"colors": "1.4.0",
|
|
34
34
|
"commander": "^8.3.0",
|
|
35
35
|
"concordance": "^5.0.0",
|
|
36
36
|
"configstore": "^5.0.0",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"@babel/preset-react": "^7.12.13",
|
|
124
124
|
"@commitlint/cli": "^16.0.0",
|
|
125
125
|
"@commitlint/config-conventional": "^16.0.0",
|
|
126
|
-
"@netlify/eslint-config-node": "^4.0.
|
|
126
|
+
"@netlify/eslint-config-node": "^4.0.7",
|
|
127
127
|
"ava": "^3.15.0",
|
|
128
128
|
"c8": "^7.11.0",
|
|
129
129
|
"eslint-plugin-sort-destructure-keys": "^1.3.5",
|
|
@@ -2993,9 +2993,9 @@
|
|
|
2993
2993
|
}
|
|
2994
2994
|
},
|
|
2995
2995
|
"node_modules/@netlify/eslint-config-node": {
|
|
2996
|
-
"version": "4.0.
|
|
2997
|
-
"resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-4.0.
|
|
2998
|
-
"integrity": "sha512-
|
|
2996
|
+
"version": "4.0.7",
|
|
2997
|
+
"resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-4.0.7.tgz",
|
|
2998
|
+
"integrity": "sha512-l1D58wlg2Yqz6+2eMfc8/LjYNVWyGx+KEFDtIUq4wEnROxF7K/KwOOHmD418mRKBPJjp1cx5tsaQXIbCxcj08w==",
|
|
2999
2999
|
"dev": true,
|
|
3000
3000
|
"dependencies": {
|
|
3001
3001
|
"@babel/core": "^7.13.8",
|
|
@@ -22188,9 +22188,9 @@
|
|
|
22188
22188
|
"integrity": "sha512-tiKmDcHM2riSVN79c0mJY/67EBDafXQAMitHuLiCDAMdtz3kfv+NqdVG5krgf5lWR8Uf8AeZrUW5Q9RP25REvw=="
|
|
22189
22189
|
},
|
|
22190
22190
|
"@netlify/eslint-config-node": {
|
|
22191
|
-
"version": "4.0.
|
|
22192
|
-
"resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-4.0.
|
|
22193
|
-
"integrity": "sha512-
|
|
22191
|
+
"version": "4.0.7",
|
|
22192
|
+
"resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-4.0.7.tgz",
|
|
22193
|
+
"integrity": "sha512-l1D58wlg2Yqz6+2eMfc8/LjYNVWyGx+KEFDtIUq4wEnROxF7K/KwOOHmD418mRKBPJjp1cx5tsaQXIbCxcj08w==",
|
|
22194
22194
|
"dev": true,
|
|
22195
22195
|
"requires": {
|
|
22196
22196
|
"@babel/core": "^7.13.8",
|
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.6.
|
|
4
|
+
"version": "8.6.17-rc.0",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"contributors": [
|
|
7
7
|
"Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"chokidar": "^3.0.2",
|
|
99
99
|
"ci-info": "^3.0.0",
|
|
100
100
|
"clean-deep": "^3.0.2",
|
|
101
|
-
"colors": "
|
|
101
|
+
"colors": "1.4.0",
|
|
102
102
|
"commander": "^8.3.0",
|
|
103
103
|
"concordance": "^5.0.0",
|
|
104
104
|
"configstore": "^5.0.0",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"@babel/preset-react": "^7.12.13",
|
|
188
188
|
"@commitlint/cli": "^16.0.0",
|
|
189
189
|
"@commitlint/config-conventional": "^16.0.0",
|
|
190
|
-
"@netlify/eslint-config-node": "^4.0.
|
|
190
|
+
"@netlify/eslint-config-node": "^4.0.7",
|
|
191
191
|
"ava": "^3.15.0",
|
|
192
192
|
"c8": "^7.11.0",
|
|
193
193
|
"eslint-plugin-sort-destructure-keys": "^1.3.5",
|