wrangler 3.16.0 → 3.17.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.16.0",
3
+ "version": "3.17.1",
4
4
  "description": "Command-line interface for all things Cloudflare Workers",
5
5
  "keywords": [
6
6
  "wrangler",
@@ -96,7 +96,7 @@
96
96
  "source-map": "0.6.1",
97
97
  "source-map-support": "0.5.21",
98
98
  "xxhash-wasm": "^1.0.1",
99
- "miniflare": "3.20231030.0"
99
+ "miniflare": "3.20231030.1"
100
100
  },
101
101
  "devDependencies": {
102
102
  "@cloudflare/eslint-config-worker": "*",
@@ -182,7 +182,7 @@
182
182
  "yargs": "^17.7.2",
183
183
  "yoga-layout": "file:../../vendor/yoga-layout-2.0.0-beta.1.tgz",
184
184
  "@cloudflare/cli": "1.0.0",
185
- "@cloudflare/pages-shared": "^0.11.0",
185
+ "@cloudflare/pages-shared": "^0.11.1",
186
186
  "@cloudflare/workers-tsconfig": "0.0.0"
187
187
  },
188
188
  "optionalDependencies": {
@@ -273,12 +273,12 @@ declare function deploy({ directory, accountId, projectName, branch, skipCaching
273
273
  created_on: string;
274
274
  production_branch: string;
275
275
  deployment_trigger: {
276
- type: string;
277
276
  metadata: {
278
277
  branch: string;
279
278
  commit_hash: string;
280
279
  commit_message: string;
281
280
  };
281
+ type: string;
282
282
  };
283
283
  latest_stage: {
284
284
  name: "build" | "deploy" | "queued" | "initialize" | "clone_repo";