wrangler 3.4.0 → 3.5.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wrangler",
3
- "version": "3.4.0",
3
+ "version": "3.5.1",
4
4
  "description": "Command-line interface for all things Cloudflare Workers",
5
5
  "keywords": [
6
6
  "wrangler",
@@ -103,7 +103,7 @@
103
103
  "blake3-wasm": "^2.1.5",
104
104
  "chokidar": "^3.5.3",
105
105
  "esbuild": "0.16.3",
106
- "miniflare": "3.20230724.0",
106
+ "miniflare": "3.20230814.1",
107
107
  "nanoid": "^3.3.3",
108
108
  "path-to-regexp": "^6.2.0",
109
109
  "selfsigned": "^2.0.1",
@@ -266,12 +266,12 @@ declare function deploy({ directory, accountId, projectName, branch, skipCaching
266
266
  created_on: string;
267
267
  production_branch: string;
268
268
  deployment_trigger: {
269
+ type: string;
269
270
  metadata: {
270
271
  branch: string;
271
272
  commit_hash: string;
272
273
  commit_message: string;
273
274
  };
274
- type: string;
275
275
  };
276
276
  latest_stage: {
277
277
  name: "build" | "deploy" | "queued" | "initialize" | "clone_repo";