wrangler 2.20.2 → 2.21.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wrangler",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.21.0",
|
|
4
4
|
"description": "Command-line interface for all things Cloudflare Workers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"wrangler",
|
|
@@ -102,13 +102,13 @@
|
|
|
102
102
|
"@cloudflare/kv-asset-handler": "^0.2.0",
|
|
103
103
|
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
|
|
104
104
|
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
|
|
105
|
-
"@miniflare/core": "2.
|
|
106
|
-
"@miniflare/d1": "2.
|
|
107
|
-
"@miniflare/durable-objects": "2.
|
|
105
|
+
"@miniflare/core": "2.14.2",
|
|
106
|
+
"@miniflare/d1": "2.14.2",
|
|
107
|
+
"@miniflare/durable-objects": "2.14.2",
|
|
108
108
|
"blake3-wasm": "^2.1.5",
|
|
109
109
|
"chokidar": "^3.5.3",
|
|
110
110
|
"esbuild": "0.16.3",
|
|
111
|
-
"miniflare": "2.
|
|
111
|
+
"miniflare": "2.14.2",
|
|
112
112
|
"nanoid": "^3.3.3",
|
|
113
113
|
"path-to-regexp": "^6.2.0",
|
|
114
114
|
"selfsigned": "^2.0.1",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"timeago.js": "^4.0.2",
|
|
184
184
|
"tmp-promise": "^3.0.3",
|
|
185
185
|
"ts-dedent": "^2.2.0",
|
|
186
|
-
"undici": "5.
|
|
186
|
+
"undici": "5.28.2",
|
|
187
187
|
"update-check": "^1.5.4",
|
|
188
188
|
"vitest": "^0.29.2",
|
|
189
189
|
"ws": "^8.5.0",
|