netlify-cli 17.23.2 → 17.23.3
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/dist/lib/edge-functions/registry.d.ts.map +1 -1
- package/dist/lib/edge-functions/registry.js +6 -2
- package/dist/lib/functions/registry.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/utils/build-info.d.ts.map +1 -1
- package/dist/utils/build-info.js +6 -0
- package/dist/utils/dev.d.ts +4 -4
- package/dist/utils/dev.d.ts.map +1 -1
- package/dist/utils/dev.js +1 -2
- package/dist/utils/open-browser.d.ts +5 -11
- package/dist/utils/open-browser.d.ts.map +1 -1
- package/dist/utils/open-browser.js +3 -11
- package/npm-shrinkwrap.json +863 -445
- package/package.json +8 -8
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.23.
|
|
4
|
+
"version": "17.23.3",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
"@bugsnag/js": "7.22.7",
|
|
39
39
|
"@fastify/static": "6.12.0",
|
|
40
40
|
"@netlify/blobs": "7.3.0",
|
|
41
|
-
"@netlify/build": "29.41.
|
|
41
|
+
"@netlify/build": "29.41.4",
|
|
42
42
|
"@netlify/build-info": "7.13.2",
|
|
43
|
-
"@netlify/config": "20.12.
|
|
43
|
+
"@netlify/config": "20.12.5",
|
|
44
44
|
"@netlify/edge-bundler": "12.0.0",
|
|
45
|
-
"@netlify/edge-functions": "2.
|
|
45
|
+
"@netlify/edge-functions": "2.7.0",
|
|
46
46
|
"@netlify/local-functions-proxy": "1.1.1",
|
|
47
|
-
"@netlify/zip-it-and-ship-it": "9.32.
|
|
47
|
+
"@netlify/zip-it-and-ship-it": "9.32.2",
|
|
48
48
|
"@octokit/rest": "19.0.13",
|
|
49
49
|
"@opentelemetry/api": "1.8.0",
|
|
50
50
|
"ansi-escapes": "6.2.1",
|
|
@@ -110,9 +110,9 @@
|
|
|
110
110
|
"log-symbols": "5.1.0",
|
|
111
111
|
"log-update": "5.0.1",
|
|
112
112
|
"multiparty": "4.2.3",
|
|
113
|
-
"netlify": "13.1.
|
|
113
|
+
"netlify": "13.1.16",
|
|
114
114
|
"netlify-headers-parser": "7.1.4",
|
|
115
|
-
"netlify-redirect-parser": "14.
|
|
115
|
+
"netlify-redirect-parser": "14.3.0",
|
|
116
116
|
"netlify-redirector": "0.5.0",
|
|
117
117
|
"node-fetch": "2.6.12",
|
|
118
118
|
"node-version-alias": "3.4.1",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"pump": "3.0.0",
|
|
129
129
|
"raw-body": "2.5.2",
|
|
130
130
|
"read-package-up": "11.0.0",
|
|
131
|
-
"semver": "7.6.
|
|
131
|
+
"semver": "7.6.2",
|
|
132
132
|
"source-map-support": "0.5.21",
|
|
133
133
|
"strip-ansi-control-characters": "2.0.0",
|
|
134
134
|
"tabtab": "3.0.2",
|