netlify 22.2.2 → 22.3.0
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/commands/functions/functions-serve.d.ts.map +1 -1
- package/dist/commands/functions/functions-serve.js +1 -0
- package/dist/commands/functions/functions-serve.js.map +1 -1
- package/dist/lib/geo-location.d.ts +2 -16
- package/dist/lib/geo-location.d.ts.map +1 -1
- package/dist/lib/geo-location.js +2 -9
- package/dist/lib/geo-location.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/utils/command-helpers.d.ts +1 -2
- package/dist/utils/command-helpers.d.ts.map +1 -1
- package/npm-shrinkwrap.json +1376 -1450
- package/package.json +15 -14
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "22.
|
|
4
|
+
"version": "22.3.0",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -57,16 +57,17 @@
|
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@fastify/static": "7.0.4",
|
|
59
59
|
"@netlify/api": "14.0.3",
|
|
60
|
-
"@netlify/blobs": "
|
|
61
|
-
"@netlify/build": "
|
|
60
|
+
"@netlify/blobs": "10.0.5",
|
|
61
|
+
"@netlify/build": "34.2.5",
|
|
62
62
|
"@netlify/build-info": "10.0.7",
|
|
63
|
-
"@netlify/config": "23.0
|
|
64
|
-
"@netlify/
|
|
65
|
-
"@netlify/edge-
|
|
63
|
+
"@netlify/config": "23.2.0",
|
|
64
|
+
"@netlify/dev-utils": "3.3.0",
|
|
65
|
+
"@netlify/edge-bundler": "14.2.2",
|
|
66
|
+
"@netlify/edge-functions": "2.15.7",
|
|
66
67
|
"@netlify/headers-parser": "9.0.1",
|
|
67
68
|
"@netlify/local-functions-proxy": "2.0.3",
|
|
68
69
|
"@netlify/redirect-parser": "15.0.2",
|
|
69
|
-
"@netlify/zip-it-and-ship-it": "
|
|
70
|
+
"@netlify/zip-it-and-ship-it": "14.0.0",
|
|
70
71
|
"@octokit/rest": "21.1.1",
|
|
71
72
|
"@opentelemetry/api": "1.8.0",
|
|
72
73
|
"@pnpm/tabtab": "0.5.4",
|
|
@@ -76,7 +77,7 @@
|
|
|
76
77
|
"backoff": "2.5.0",
|
|
77
78
|
"boxen": "8.0.1",
|
|
78
79
|
"chalk": "5.4.1",
|
|
79
|
-
"chokidar": "
|
|
80
|
+
"chokidar": "4.0.3",
|
|
80
81
|
"ci-info": "4.2.0",
|
|
81
82
|
"clean-deep": "3.4.0",
|
|
82
83
|
"commander": "12.1.0",
|
|
@@ -84,7 +85,7 @@
|
|
|
84
85
|
"content-type": "1.0.5",
|
|
85
86
|
"cookie": "1.0.2",
|
|
86
87
|
"cron-parser": "4.9.0",
|
|
87
|
-
"debug": "4.4.
|
|
88
|
+
"debug": "4.4.1",
|
|
88
89
|
"decache": "4.6.2",
|
|
89
90
|
"dot-prop": "9.0.0",
|
|
90
91
|
"dotenv": "16.5.0",
|
|
@@ -109,7 +110,7 @@
|
|
|
109
110
|
"https-proxy-agent": "7.0.6",
|
|
110
111
|
"inquirer": "8.2.6",
|
|
111
112
|
"inquirer-autocomplete-prompt": "1.4.0",
|
|
112
|
-
"ipx": "
|
|
113
|
+
"ipx": "3.0.3",
|
|
113
114
|
"is-docker": "3.0.0",
|
|
114
115
|
"is-stream": "4.0.1",
|
|
115
116
|
"is-wsl": "3.1.0",
|
|
@@ -126,7 +127,7 @@
|
|
|
126
127
|
"nanospinner": "1.2.2",
|
|
127
128
|
"netlify-redirector": "0.5.0",
|
|
128
129
|
"node-fetch": "3.3.2",
|
|
129
|
-
"normalize-package-data": "
|
|
130
|
+
"normalize-package-data": "7.0.0",
|
|
130
131
|
"open": "10.1.2",
|
|
131
132
|
"p-filter": "4.1.0",
|
|
132
133
|
"p-map": "7.0.3",
|
|
@@ -138,17 +139,17 @@
|
|
|
138
139
|
"raw-body": "3.0.0",
|
|
139
140
|
"read-package-up": "11.0.0",
|
|
140
141
|
"readdirp": "4.1.2",
|
|
141
|
-
"semver": "7.7.
|
|
142
|
+
"semver": "7.7.2",
|
|
142
143
|
"source-map-support": "0.5.21",
|
|
143
144
|
"terminal-link": "4.0.0",
|
|
144
145
|
"toml": "3.0.0",
|
|
145
146
|
"tomlify-j0.4": "3.0.0",
|
|
146
|
-
"ulid": "3.0.
|
|
147
|
+
"ulid": "3.0.1",
|
|
147
148
|
"update-notifier": "7.3.1",
|
|
148
149
|
"uuid": "11.1.0",
|
|
149
150
|
"wait-port": "1.1.0",
|
|
150
151
|
"write-file-atomic": "5.0.1",
|
|
151
|
-
"ws": "8.18.
|
|
152
|
+
"ws": "8.18.3"
|
|
152
153
|
},
|
|
153
154
|
"ava": {
|
|
154
155
|
"files": [
|