wrangler 4.76.0 → 4.77.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": "4.76.0",
3
+ "version": "4.77.0",
4
4
  "description": "Command-line interface for all things Cloudflare Workers",
5
5
  "keywords": [
6
6
  "assembly",
@@ -57,7 +57,7 @@
57
57
  "workerd": "1.20260317.1",
58
58
  "@cloudflare/kv-asset-handler": "0.4.2",
59
59
  "@cloudflare/unenv-preset": "2.16.0",
60
- "miniflare": "4.20260317.1"
60
+ "miniflare": "4.20260317.2"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@aws-sdk/client-s3": "^3.721.0",
@@ -77,7 +77,7 @@
77
77
  "@types/json-diff": "^1.0.3",
78
78
  "@types/mime": "^3.0.4",
79
79
  "@types/minimatch": "^5.1.2",
80
- "@types/node": "^20.19.9",
80
+ "@types/node": "^22.10.1",
81
81
  "@types/node-forge": "^1.3.11",
82
82
  "@types/prompts": "^2.0.14",
83
83
  "@types/resolve": "^1.20.6",
@@ -86,7 +86,7 @@
86
86
  "@types/supports-color": "^8.1.1",
87
87
  "@types/ws": "^8.5.7",
88
88
  "@types/yargs": "^17.0.22",
89
- "@vitest/ui": "3.2.4",
89
+ "@vitest/ui": "4.1.0",
90
90
  "@webcontainer/env": "^1.1.0",
91
91
  "am-i-vibing": "^0.1.0",
92
92
  "capnweb": "^0.5.0",
@@ -140,19 +140,19 @@
140
140
  "typescript": "~5.8.3",
141
141
  "undici": "7.24.4",
142
142
  "update-check": "^1.5.4",
143
- "vitest": "3.2.4",
143
+ "vitest": "4.1.0",
144
144
  "vitest-websocket-mock": "^0.4.0",
145
145
  "ws": "8.18.0",
146
146
  "xxhash-wasm": "^1.0.1",
147
147
  "yaml": "^2.8.1",
148
148
  "yargs": "^17.7.2",
149
- "@cloudflare/cli": "1.2.1",
150
149
  "@cloudflare/containers-shared": "0.13.0",
151
- "@cloudflare/pages-shared": "^0.13.117",
150
+ "@cloudflare/cli": "1.2.1",
151
+ "@cloudflare/pages-shared": "^0.13.118",
152
152
  "@cloudflare/workers-shared": "0.19.1",
153
153
  "@cloudflare/workers-tsconfig": "0.0.0",
154
154
  "@cloudflare/workers-utils": "0.13.0",
155
- "@cloudflare/workflows-shared": "0.7.0"
155
+ "@cloudflare/workflows-shared": "0.7.1"
156
156
  },
157
157
  "peerDependencies": {
158
158
  "@cloudflare/workers-types": "^4.20260317.1"
@@ -166,7 +166,7 @@
166
166
  "fsevents": "~2.3.2"
167
167
  },
168
168
  "engines": {
169
- "node": ">=20.0.0"
169
+ "node": ">=20.3.0"
170
170
  },
171
171
  "volta": {
172
172
  "extends": "../../package.json"
@@ -740,6 +740,7 @@ type ReadConfigOptions = ResolveConfigPathOptions & {
740
740
  hideWarnings?: boolean;
741
741
  preserveOriginalMain?: boolean;
742
742
  };
743
+
743
744
  /**
744
745
  * Get the Wrangler configuration; read it from the give `configPath` if available.
745
746
  */
@@ -3151,10 +3152,8 @@ declare function experimental_getWranglerCommands(): {
3151
3152
  };
3152
3153
 
3153
3154
  /**
3154
- * This file contains:
3155
- *
3156
- * - The main entrypoint for the CLI, which calls `main()` from `index.ts`.
3157
- * - The exports for the public API of the package.
3155
+ * This file is the main entrypoint for the CLI, which calls `main()` from `index.ts`.
3156
+ * It also re-exports the public API of the package.
3158
3157
  */
3159
3158
 
3160
3159
  interface Unstable_ASSETSBindingsOptions {