netlify-cli 23.7.0 → 23.7.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 +14 -2
- package/package.json +3 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "23.7.
|
|
3
|
+
"version": "23.7.1",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "23.7.
|
|
9
|
+
"version": "23.7.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"@netlify/dev-utils": "4.1.3",
|
|
21
21
|
"@netlify/edge-bundler": "14.5.4",
|
|
22
22
|
"@netlify/edge-functions": "2.17.4",
|
|
23
|
+
"@netlify/edge-functions-bootstrap": "2.14.0",
|
|
23
24
|
"@netlify/headers-parser": "9.0.2",
|
|
24
25
|
"@netlify/local-functions-proxy": "2.0.3",
|
|
25
26
|
"@netlify/redirect-parser": "15.0.3",
|
|
@@ -1926,6 +1927,12 @@
|
|
|
1926
1927
|
"node": ">=18.0.0"
|
|
1927
1928
|
}
|
|
1928
1929
|
},
|
|
1930
|
+
"node_modules/@netlify/edge-functions-bootstrap": {
|
|
1931
|
+
"version": "2.14.0",
|
|
1932
|
+
"resolved": "https://registry.npmjs.org/@netlify/edge-functions-bootstrap/-/edge-functions-bootstrap-2.14.0.tgz",
|
|
1933
|
+
"integrity": "sha512-Fs1cQ+XKfKr2OxrAvmX+S46CJmrysxBdCUCTk/wwcCZikrDvsYUFG7FTquUl4JfAf9taYYyW/tPv35gKOKS8BQ==",
|
|
1934
|
+
"license": "MIT"
|
|
1935
|
+
},
|
|
1929
1936
|
"node_modules/@netlify/edge-functions/node_modules/@netlify/dev-utils": {
|
|
1930
1937
|
"version": "4.1.3",
|
|
1931
1938
|
"resolved": "https://registry.npmjs.org/@netlify/dev-utils/-/dev-utils-4.1.3.tgz",
|
|
@@ -14772,6 +14779,11 @@
|
|
|
14772
14779
|
}
|
|
14773
14780
|
}
|
|
14774
14781
|
},
|
|
14782
|
+
"@netlify/edge-functions-bootstrap": {
|
|
14783
|
+
"version": "2.14.0",
|
|
14784
|
+
"resolved": "https://registry.npmjs.org/@netlify/edge-functions-bootstrap/-/edge-functions-bootstrap-2.14.0.tgz",
|
|
14785
|
+
"integrity": "sha512-Fs1cQ+XKfKr2OxrAvmX+S46CJmrysxBdCUCTk/wwcCZikrDvsYUFG7FTquUl4JfAf9taYYyW/tPv35gKOKS8BQ=="
|
|
14786
|
+
},
|
|
14775
14787
|
"@netlify/functions-utils": {
|
|
14776
14788
|
"version": "6.2.7",
|
|
14777
14789
|
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-6.2.7.tgz",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "23.7.
|
|
4
|
+
"version": "23.7.1",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -58,15 +58,16 @@
|
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@fastify/static": "7.0.4",
|
|
61
|
+
"@netlify/ai": "0.2.1",
|
|
61
62
|
"@netlify/api": "14.0.4",
|
|
62
63
|
"@netlify/blobs": "10.0.10",
|
|
63
64
|
"@netlify/build": "35.1.6",
|
|
64
65
|
"@netlify/build-info": "10.0.7",
|
|
65
|
-
"@netlify/ai": "0.2.1",
|
|
66
66
|
"@netlify/config": "24.0.3",
|
|
67
67
|
"@netlify/dev-utils": "4.1.3",
|
|
68
68
|
"@netlify/edge-bundler": "14.5.4",
|
|
69
69
|
"@netlify/edge-functions": "2.17.4",
|
|
70
|
+
"@netlify/edge-functions-bootstrap": "2.14.0",
|
|
70
71
|
"@netlify/headers-parser": "9.0.2",
|
|
71
72
|
"@netlify/local-functions-proxy": "2.0.3",
|
|
72
73
|
"@netlify/redirect-parser": "15.0.3",
|