netlify-cli 8.19.2 → 8.19.3
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
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "8.19.
|
|
3
|
+
"version": "8.19.3",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "8.19.
|
|
9
|
+
"version": "8.19.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"multiparty": "^4.2.1",
|
|
83
83
|
"netlify": "^11.0.0",
|
|
84
84
|
"netlify-headers-parser": "^6.0.1",
|
|
85
|
-
"netlify-onegraph-internal": "0.0.
|
|
85
|
+
"netlify-onegraph-internal": "0.0.32",
|
|
86
86
|
"netlify-redirect-parser": "^13.0.2",
|
|
87
87
|
"netlify-redirector": "^0.2.1",
|
|
88
88
|
"node-fetch": "^2.6.0",
|
|
@@ -15762,9 +15762,9 @@
|
|
|
15762
15762
|
}
|
|
15763
15763
|
},
|
|
15764
15764
|
"node_modules/netlify-onegraph-internal": {
|
|
15765
|
-
"version": "0.0.
|
|
15766
|
-
"resolved": "https://registry.npmjs.org/netlify-onegraph-internal/-/netlify-onegraph-internal-0.0.
|
|
15767
|
-
"integrity": "sha512-
|
|
15765
|
+
"version": "0.0.32",
|
|
15766
|
+
"resolved": "https://registry.npmjs.org/netlify-onegraph-internal/-/netlify-onegraph-internal-0.0.32.tgz",
|
|
15767
|
+
"integrity": "sha512-coV53I8OWqsv6pF5+e7nnIh9wbFcitkdbptsRyhuToJvzbJPvf9F0Ym47bsO6kfnj2iXDZEnT44O5i0gaBmcMQ==",
|
|
15768
15768
|
"dependencies": {
|
|
15769
15769
|
"graphql": "16.0.0",
|
|
15770
15770
|
"node-fetch": "^2.6.0",
|
|
@@ -34723,9 +34723,9 @@
|
|
|
34723
34723
|
}
|
|
34724
34724
|
},
|
|
34725
34725
|
"netlify-onegraph-internal": {
|
|
34726
|
-
"version": "0.0.
|
|
34727
|
-
"resolved": "https://registry.npmjs.org/netlify-onegraph-internal/-/netlify-onegraph-internal-0.0.
|
|
34728
|
-
"integrity": "sha512-
|
|
34726
|
+
"version": "0.0.32",
|
|
34727
|
+
"resolved": "https://registry.npmjs.org/netlify-onegraph-internal/-/netlify-onegraph-internal-0.0.32.tgz",
|
|
34728
|
+
"integrity": "sha512-coV53I8OWqsv6pF5+e7nnIh9wbFcitkdbptsRyhuToJvzbJPvf9F0Ym47bsO6kfnj2iXDZEnT44O5i0gaBmcMQ==",
|
|
34729
34729
|
"requires": {
|
|
34730
34730
|
"graphql": "16.0.0",
|
|
34731
34731
|
"node-fetch": "^2.6.0",
|
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.19.
|
|
4
|
+
"version": "8.19.3",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"contributors": [
|
|
7
7
|
"Abraham Schilling <AbrahamSchilling@gmail.com> (https://gitlab.com/n4bb12)",
|
|
@@ -164,7 +164,6 @@
|
|
|
164
164
|
"url": "https://github.com/netlify/cli/issues"
|
|
165
165
|
},
|
|
166
166
|
"scripts": {
|
|
167
|
-
"snap": "ava --verbose -u",
|
|
168
167
|
"prepare": "husky install node_modules/@netlify/eslint-config-node/.husky/",
|
|
169
168
|
"start": "node ./bin/run",
|
|
170
169
|
"test": "run-s format test:dev",
|
|
@@ -271,7 +270,7 @@
|
|
|
271
270
|
"multiparty": "^4.2.1",
|
|
272
271
|
"netlify": "^11.0.0",
|
|
273
272
|
"netlify-headers-parser": "^6.0.1",
|
|
274
|
-
"netlify-onegraph-internal": "0.0.
|
|
273
|
+
"netlify-onegraph-internal": "0.0.32",
|
|
275
274
|
"netlify-redirect-parser": "^13.0.2",
|
|
276
275
|
"netlify-redirector": "^0.2.1",
|
|
277
276
|
"node-fetch": "^2.6.0",
|
|
@@ -158,7 +158,7 @@ const getNetlifyGraphConfig = async ({ command, options, settings }) => {
|
|
|
158
158
|
} catch (detectServerSettingsError) {
|
|
159
159
|
settings = {}
|
|
160
160
|
warn(
|
|
161
|
-
`Error while auto-detecting project settings, Netlify Graph
|
|
161
|
+
`Error while auto-detecting project settings, Netlify Graph encountered problems: ${JSON.stringify(
|
|
162
162
|
detectServerSettingsError,
|
|
163
163
|
null,
|
|
164
164
|
2,
|