netlify-cli 8.11.0 → 8.11.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
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "8.11.
|
|
3
|
+
"version": "8.11.1",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "8.11.
|
|
9
|
+
"version": "8.11.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@netlify/framework-info": "^9.0.0",
|
|
16
16
|
"@netlify/local-functions-proxy": "^1.1.1",
|
|
17
17
|
"@netlify/plugin-edge-handlers": "^3.0.4",
|
|
18
|
-
"@netlify/plugins-list": "^6.3.
|
|
18
|
+
"@netlify/plugins-list": "^6.3.1",
|
|
19
19
|
"@netlify/routing-local-proxy": "^0.34.1",
|
|
20
20
|
"@netlify/zip-it-and-ship-it": "^5.5.0",
|
|
21
21
|
"@octokit/rest": "^18.0.0",
|
|
@@ -3100,9 +3100,9 @@
|
|
|
3100
3100
|
}
|
|
3101
3101
|
},
|
|
3102
3102
|
"node_modules/@netlify/plugins-list": {
|
|
3103
|
-
"version": "6.3.
|
|
3104
|
-
"resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-6.3.
|
|
3105
|
-
"integrity": "sha512-
|
|
3103
|
+
"version": "6.3.1",
|
|
3104
|
+
"resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-6.3.1.tgz",
|
|
3105
|
+
"integrity": "sha512-6yAYBSELlg3oROgrFt1OCa5QwhINfkoBM2rv2Bpo7T5guwsCsEw7vI/O6nMLNDs6wGUyN43cjv2HTxaJBM/i4A==",
|
|
3106
3106
|
"engines": {
|
|
3107
3107
|
"node": "^12.20.0 || ^14.14.0 || >=16.0.0"
|
|
3108
3108
|
}
|
|
@@ -24208,9 +24208,9 @@
|
|
|
24208
24208
|
}
|
|
24209
24209
|
},
|
|
24210
24210
|
"@netlify/plugins-list": {
|
|
24211
|
-
"version": "6.3.
|
|
24212
|
-
"resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-6.3.
|
|
24213
|
-
"integrity": "sha512-
|
|
24211
|
+
"version": "6.3.1",
|
|
24212
|
+
"resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-6.3.1.tgz",
|
|
24213
|
+
"integrity": "sha512-6yAYBSELlg3oROgrFt1OCa5QwhINfkoBM2rv2Bpo7T5guwsCsEw7vI/O6nMLNDs6wGUyN43cjv2HTxaJBM/i4A=="
|
|
24214
24214
|
},
|
|
24215
24215
|
"@netlify/routing-local-proxy": {
|
|
24216
24216
|
"version": "0.34.1",
|
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.11.
|
|
4
|
+
"version": "8.11.1",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"contributors": [
|
|
7
7
|
"Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@netlify/framework-info": "^9.0.0",
|
|
82
82
|
"@netlify/local-functions-proxy": "^1.1.1",
|
|
83
83
|
"@netlify/plugin-edge-handlers": "^3.0.4",
|
|
84
|
-
"@netlify/plugins-list": "^6.3.
|
|
84
|
+
"@netlify/plugins-list": "^6.3.1",
|
|
85
85
|
"@netlify/routing-local-proxy": "^0.34.1",
|
|
86
86
|
"@netlify/zip-it-and-ship-it": "^5.5.0",
|
|
87
87
|
"@octokit/rest": "^18.0.0",
|
|
@@ -9,15 +9,15 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@netlify/functions": "^0.
|
|
13
|
-
"@types/node": "^14.
|
|
12
|
+
"@netlify/functions": "^0.11.0",
|
|
13
|
+
"@types/node": "^14.0.0",
|
|
14
14
|
"typescript": "^4.0.0"
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
"node_modules/@netlify/functions": {
|
|
18
|
-
"version": "0.
|
|
19
|
-
"resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-0.
|
|
20
|
-
"integrity": "sha512
|
|
18
|
+
"version": "0.11.0",
|
|
19
|
+
"resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-0.11.0.tgz",
|
|
20
|
+
"integrity": "sha512-+WWX081UCkLZYkfh1Ru+PH5HTujNXugeskATGhZLTyS1U3Cqh2gYLArdG1a/vU8WWopu/wjpxEOdWq8/T5Nw5Q==",
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"is-promise": "^4.0.0"
|
|
23
23
|
},
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@netlify/functions": {
|
|
53
|
-
"version": "0.
|
|
54
|
-
"resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-0.
|
|
55
|
-
"integrity": "sha512
|
|
53
|
+
"version": "0.11.0",
|
|
54
|
+
"resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-0.11.0.tgz",
|
|
55
|
+
"integrity": "sha512-+WWX081UCkLZYkfh1Ru+PH5HTujNXugeskATGhZLTyS1U3Cqh2gYLArdG1a/vU8WWopu/wjpxEOdWq8/T5Nw5Q==",
|
|
56
56
|
"requires": {
|
|
57
57
|
"is-promise": "^4.0.0"
|
|
58
58
|
}
|