netlify 22.1.6 → 22.1.7
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",
|
|
3
|
-
"version": "22.1.
|
|
3
|
+
"version": "22.1.7",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify",
|
|
9
|
-
"version": "22.1.
|
|
9
|
+
"version": "22.1.7",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@netlify/build-info": "10.0.6",
|
|
18
18
|
"@netlify/config": "23.0.10",
|
|
19
19
|
"@netlify/edge-bundler": "14.0.6",
|
|
20
|
-
"@netlify/edge-functions": "2.15.
|
|
20
|
+
"@netlify/edge-functions": "2.15.2",
|
|
21
21
|
"@netlify/headers-parser": "9.0.1",
|
|
22
22
|
"@netlify/local-functions-proxy": "2.0.3",
|
|
23
23
|
"@netlify/redirect-parser": "15.0.2",
|
|
@@ -1828,9 +1828,9 @@
|
|
|
1828
1828
|
}
|
|
1829
1829
|
},
|
|
1830
1830
|
"node_modules/@netlify/edge-functions": {
|
|
1831
|
-
"version": "2.15.
|
|
1832
|
-
"resolved": "https://registry.npmjs.org/@netlify/edge-functions/-/edge-functions-2.15.
|
|
1833
|
-
"integrity": "sha512-
|
|
1831
|
+
"version": "2.15.2",
|
|
1832
|
+
"resolved": "https://registry.npmjs.org/@netlify/edge-functions/-/edge-functions-2.15.2.tgz",
|
|
1833
|
+
"integrity": "sha512-h9xUaNYQIDEzw9h0UwKAsO4rv+mtTXGZ8u4GyMsagY4dPS02BjusC4bmaqpEcjrtuCM2AbbRpDYFMn+xy+KkDg==",
|
|
1834
1834
|
"dependencies": {
|
|
1835
1835
|
"@netlify/dev-utils": "3.2.1",
|
|
1836
1836
|
"@netlify/edge-bundler": "^14.0.6",
|
|
@@ -14610,9 +14610,9 @@
|
|
|
14610
14610
|
}
|
|
14611
14611
|
},
|
|
14612
14612
|
"@netlify/edge-functions": {
|
|
14613
|
-
"version": "2.15.
|
|
14614
|
-
"resolved": "https://registry.npmjs.org/@netlify/edge-functions/-/edge-functions-2.15.
|
|
14615
|
-
"integrity": "sha512-
|
|
14613
|
+
"version": "2.15.2",
|
|
14614
|
+
"resolved": "https://registry.npmjs.org/@netlify/edge-functions/-/edge-functions-2.15.2.tgz",
|
|
14615
|
+
"integrity": "sha512-h9xUaNYQIDEzw9h0UwKAsO4rv+mtTXGZ8u4GyMsagY4dPS02BjusC4bmaqpEcjrtuCM2AbbRpDYFMn+xy+KkDg==",
|
|
14616
14616
|
"requires": {
|
|
14617
14617
|
"@netlify/dev-utils": "3.2.1",
|
|
14618
14618
|
"@netlify/edge-bundler": "^14.0.6",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "22.1.
|
|
4
|
+
"version": "22.1.7",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@netlify/build-info": "10.0.6",
|
|
63
63
|
"@netlify/config": "23.0.10",
|
|
64
64
|
"@netlify/edge-bundler": "14.0.6",
|
|
65
|
-
"@netlify/edge-functions": "2.15.
|
|
65
|
+
"@netlify/edge-functions": "2.15.2",
|
|
66
66
|
"@netlify/headers-parser": "9.0.1",
|
|
67
67
|
"@netlify/local-functions-proxy": "2.0.3",
|
|
68
68
|
"@netlify/redirect-parser": "15.0.2",
|