netlify-cli 17.37.0-rc.0 → 17.37.0-rc.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": "17.37.0-rc.
|
|
3
|
+
"version": "17.37.0-rc.1",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "17.37.0-rc.
|
|
9
|
+
"version": "17.37.0-rc.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@fastify/static": "7.0.4",
|
|
15
15
|
"@netlify/blobs": "8.0.1",
|
|
16
16
|
"@netlify/build": "29.54.5",
|
|
17
|
-
"@netlify/build-info": "^7.15.0-rc.
|
|
17
|
+
"@netlify/build-info": "^7.15.0-rc.1",
|
|
18
18
|
"@netlify/config": "20.19.0",
|
|
19
19
|
"@netlify/edge-bundler": "12.2.3",
|
|
20
20
|
"@netlify/edge-functions": "2.9.0",
|
|
@@ -1185,9 +1185,9 @@
|
|
|
1185
1185
|
}
|
|
1186
1186
|
},
|
|
1187
1187
|
"node_modules/@netlify/build-info": {
|
|
1188
|
-
"version": "7.15.0-rc.
|
|
1189
|
-
"resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.15.0-rc.
|
|
1190
|
-
"integrity": "sha512-
|
|
1188
|
+
"version": "7.15.0-rc.1",
|
|
1189
|
+
"resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.15.0-rc.1.tgz",
|
|
1190
|
+
"integrity": "sha512-HyWDUhkuisS29N5yknDydp4qe/TfahRIUQVaXMz0pnEHPXYOBAP+YTAf16Z9//Neh1xGlASxkG/Oo49a6Zae6g==",
|
|
1191
1191
|
"dependencies": {
|
|
1192
1192
|
"@bugsnag/js": "^7.20.0",
|
|
1193
1193
|
"@iarna/toml": "^2.2.5",
|
|
@@ -15558,9 +15558,9 @@
|
|
|
15558
15558
|
}
|
|
15559
15559
|
},
|
|
15560
15560
|
"@netlify/build-info": {
|
|
15561
|
-
"version": "7.15.0-rc.
|
|
15562
|
-
"resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.15.0-rc.
|
|
15563
|
-
"integrity": "sha512-
|
|
15561
|
+
"version": "7.15.0-rc.1",
|
|
15562
|
+
"resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.15.0-rc.1.tgz",
|
|
15563
|
+
"integrity": "sha512-HyWDUhkuisS29N5yknDydp4qe/TfahRIUQVaXMz0pnEHPXYOBAP+YTAf16Z9//Neh1xGlASxkG/Oo49a6Zae6g==",
|
|
15564
15564
|
"requires": {
|
|
15565
15565
|
"@bugsnag/js": "^7.20.0",
|
|
15566
15566
|
"@iarna/toml": "^2.2.5",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "17.37.0-rc.
|
|
4
|
+
"version": "17.37.0-rc.1",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@fastify/static": "7.0.4",
|
|
40
40
|
"@netlify/blobs": "8.0.1",
|
|
41
41
|
"@netlify/build": "29.54.5",
|
|
42
|
-
"@netlify/build-info": "^7.15.0-rc.
|
|
42
|
+
"@netlify/build-info": "^7.15.0-rc.1",
|
|
43
43
|
"@netlify/config": "20.19.0",
|
|
44
44
|
"@netlify/edge-bundler": "12.2.3",
|
|
45
45
|
"@netlify/edge-functions": "2.9.0",
|