netlify-cli 10.17.0 → 10.17.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 +9 -9
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "10.17.
|
|
3
|
+
"version": "10.17.1",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "10.17.
|
|
9
|
+
"version": "10.17.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"multiparty": "^4.2.1",
|
|
82
82
|
"netlify": "^12.0.0",
|
|
83
83
|
"netlify-headers-parser": "^6.0.2",
|
|
84
|
-
"netlify-onegraph-internal": "0.8.
|
|
84
|
+
"netlify-onegraph-internal": "0.8.4",
|
|
85
85
|
"netlify-redirect-parser": "^13.0.5",
|
|
86
86
|
"netlify-redirector": "^0.2.1",
|
|
87
87
|
"node-fetch": "^2.6.0",
|
|
@@ -16319,9 +16319,9 @@
|
|
|
16319
16319
|
}
|
|
16320
16320
|
},
|
|
16321
16321
|
"node_modules/netlify-onegraph-internal": {
|
|
16322
|
-
"version": "0.8.
|
|
16323
|
-
"resolved": "https://registry.npmjs.org/netlify-onegraph-internal/-/netlify-onegraph-internal-0.8.
|
|
16324
|
-
"integrity": "sha512-
|
|
16322
|
+
"version": "0.8.4",
|
|
16323
|
+
"resolved": "https://registry.npmjs.org/netlify-onegraph-internal/-/netlify-onegraph-internal-0.8.4.tgz",
|
|
16324
|
+
"integrity": "sha512-2/yTjAY4qkoKK2aJhR/IX9+V9R7O4RggypAFR7tFBK67uaXDOY1TkImRnTB/9L8yDueyuLlkm0WmNbg/Vq0DfQ==",
|
|
16325
16325
|
"dependencies": {
|
|
16326
16326
|
"graphql": "16.5.0",
|
|
16327
16327
|
"node-fetch": "^2.6.0",
|
|
@@ -34795,9 +34795,9 @@
|
|
|
34795
34795
|
}
|
|
34796
34796
|
},
|
|
34797
34797
|
"netlify-onegraph-internal": {
|
|
34798
|
-
"version": "0.8.
|
|
34799
|
-
"resolved": "https://registry.npmjs.org/netlify-onegraph-internal/-/netlify-onegraph-internal-0.8.
|
|
34800
|
-
"integrity": "sha512-
|
|
34798
|
+
"version": "0.8.4",
|
|
34799
|
+
"resolved": "https://registry.npmjs.org/netlify-onegraph-internal/-/netlify-onegraph-internal-0.8.4.tgz",
|
|
34800
|
+
"integrity": "sha512-2/yTjAY4qkoKK2aJhR/IX9+V9R7O4RggypAFR7tFBK67uaXDOY1TkImRnTB/9L8yDueyuLlkm0WmNbg/Vq0DfQ==",
|
|
34801
34801
|
"requires": {
|
|
34802
34802
|
"graphql": "16.5.0",
|
|
34803
34803
|
"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": "10.17.
|
|
4
|
+
"version": "10.17.1",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"contributors": [
|
|
7
7
|
"@whitep4nth3r (https://twitter.com/whitep4nth3r)",
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"multiparty": "^4.2.1",
|
|
293
293
|
"netlify": "^12.0.0",
|
|
294
294
|
"netlify-headers-parser": "^6.0.2",
|
|
295
|
-
"netlify-onegraph-internal": "0.8.
|
|
295
|
+
"netlify-onegraph-internal": "0.8.4",
|
|
296
296
|
"netlify-redirect-parser": "^13.0.5",
|
|
297
297
|
"netlify-redirector": "^0.2.1",
|
|
298
298
|
"node-fetch": "^2.6.0",
|