netlify-cli 12.7.0 → 12.7.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 +14710 -30106
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "12.7.
|
|
4
|
+
"version": "12.7.1",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"url": "https://github.com/netlify/cli/issues"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
|
-
"prepare": "husky install node_modules/@netlify/eslint-config-node/.husky/",
|
|
41
|
+
"prepare": "is-ci || husky install node_modules/@netlify/eslint-config-node/.husky/",
|
|
42
42
|
"start": "node ./bin/run.mjs",
|
|
43
43
|
"test": "run-s format test:dev",
|
|
44
44
|
"format": "run-s format:check-fix:*",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
},
|
|
73
73
|
"config": {
|
|
74
74
|
"eslint": "--ignore-path .gitignore --cache --format=codeframe --max-warnings=0 \"{src,scripts,site,tests,.github}/**/*.{mjs,cjs,js,md,html}\" \"*.{mjs,cjs,js,md,html}\" \".*.{mjs,cjs,js,md,html}\"",
|
|
75
|
-
"prettier": "--ignore-path .gitignore --loglevel=warn \"{src,tools,scripts,site,tests,.github}/**/*.{mjs,cjs,js,md,yml,json,html}\" \"*.{mjs,cjs,js,yml,json,html}\" \".*.{mjs,cjs,js,yml,json,html}\" \"!CHANGELOG.md\" \"
|
|
75
|
+
"prettier": "--ignore-path .gitignore --loglevel=warn \"{src,tools,scripts,site,tests,.github}/**/*.{mjs,cjs,js,md,yml,json,html}\" \"*.{mjs,cjs,js,yml,json,html}\" \".*.{mjs,cjs,js,yml,json,html}\" \"!CHANGELOG.md\" \"!**/*/package-lock.json\" \"!.github/**/*.md\""
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"@fastify/static": "^6.6.0",
|
|
@@ -193,6 +193,7 @@
|
|
|
193
193
|
"graphviz": "^0.0.9",
|
|
194
194
|
"husky": "^8.0.0",
|
|
195
195
|
"ini": "^2.0.0",
|
|
196
|
+
"is-ci": "^3.0.1",
|
|
196
197
|
"mock-fs": "^5.1.2",
|
|
197
198
|
"nock": "^13.2.4",
|
|
198
199
|
"p-timeout": "^4.0.0",
|