netlify-cli 10.6.0 → 10.6.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,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "10.6.
|
|
3
|
+
"version": "10.6.1",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "10.6.
|
|
9
|
+
"version": "10.6.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@netlify/build": "^27.1.6",
|
|
14
14
|
"@netlify/config": "^18.0.2",
|
|
15
|
-
"@netlify/edge-bundler": "^1.4.
|
|
15
|
+
"@netlify/edge-bundler": "^1.4.1",
|
|
16
16
|
"@netlify/framework-info": "^9.1.0",
|
|
17
17
|
"@netlify/local-functions-proxy": "^1.1.1",
|
|
18
18
|
"@netlify/plugins-list": "^6.28.0",
|
|
@@ -2499,9 +2499,9 @@
|
|
|
2499
2499
|
}
|
|
2500
2500
|
},
|
|
2501
2501
|
"node_modules/@netlify/edge-bundler": {
|
|
2502
|
-
"version": "1.4.
|
|
2503
|
-
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-1.4.
|
|
2504
|
-
"integrity": "sha512-
|
|
2502
|
+
"version": "1.4.1",
|
|
2503
|
+
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-1.4.1.tgz",
|
|
2504
|
+
"integrity": "sha512-sgahUAtGiOHGT/mznoxsLrUmKKq8pzEitS4i5CNHFbdPcY2wUnqHTiKGNLEl1VLtenyLRa6RAujjxRVpYE90mg==",
|
|
2505
2505
|
"dependencies": {
|
|
2506
2506
|
"common-path-prefix": "^3.0.0",
|
|
2507
2507
|
"del": "^6.0.0",
|
|
@@ -24829,9 +24829,9 @@
|
|
|
24829
24829
|
}
|
|
24830
24830
|
},
|
|
24831
24831
|
"@netlify/edge-bundler": {
|
|
24832
|
-
"version": "1.4.
|
|
24833
|
-
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-1.4.
|
|
24834
|
-
"integrity": "sha512-
|
|
24832
|
+
"version": "1.4.1",
|
|
24833
|
+
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-1.4.1.tgz",
|
|
24834
|
+
"integrity": "sha512-sgahUAtGiOHGT/mznoxsLrUmKKq8pzEitS4i5CNHFbdPcY2wUnqHTiKGNLEl1VLtenyLRa6RAujjxRVpYE90mg==",
|
|
24835
24835
|
"requires": {
|
|
24836
24836
|
"common-path-prefix": "^3.0.0",
|
|
24837
24837
|
"del": "^6.0.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.6.
|
|
4
|
+
"version": "10.6.1",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"contributors": [
|
|
7
7
|
"Abraham Schilling <AbrahamSchilling@gmail.com> (https://gitlab.com/n4bb12)",
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"dependencies": {
|
|
215
215
|
"@netlify/build": "^27.1.6",
|
|
216
216
|
"@netlify/config": "^18.0.2",
|
|
217
|
-
"@netlify/edge-bundler": "^1.4.
|
|
217
|
+
"@netlify/edge-bundler": "^1.4.1",
|
|
218
218
|
"@netlify/framework-info": "^9.1.0",
|
|
219
219
|
"@netlify/local-functions-proxy": "^1.1.1",
|
|
220
220
|
"@netlify/plugins-list": "^6.28.0",
|