wrangler 3.13.0 → 3.13.2

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.13.0",
3
+ "version": "3.13.2",
4
4
  "description": "Command-line interface for all things Cloudflare Workers",
5
5
  "keywords": [
6
6
  "wrangler",
@@ -89,7 +89,7 @@
89
89
  "blake3-wasm": "^2.1.5",
90
90
  "chokidar": "^3.5.3",
91
91
  "esbuild": "0.17.19",
92
- "miniflare": "3.20231010.0",
92
+ "miniflare": "3.20231016.0",
93
93
  "nanoid": "^3.3.3",
94
94
  "path-to-regexp": "^6.2.0",
95
95
  "selfsigned": "^2.0.1",
@@ -179,9 +179,9 @@
179
179
  "vitest": "^0.34.4",
180
180
  "ws": "^8.5.0",
181
181
  "xdg-app-paths": "^8.3.0",
182
- "yargs": "^17.4.1",
182
+ "yargs": "^17.7.2",
183
183
  "yoga-layout": "file:../../vendor/yoga-layout-2.0.0-beta.1.tgz",
184
- "@cloudflare/pages-shared": "^0.10.0",
184
+ "@cloudflare/pages-shared": "^0.10.1",
185
185
  "@cloudflare/workers-tsconfig": "0.0.0"
186
186
  },
187
187
  "optionalDependencies": {
@@ -200,7 +200,7 @@
200
200
  "dev": "pnpm run clean && concurrently -c black,blue --kill-others-on-fail false 'pnpm run bundle --watch' 'pnpm run check:type --watch --preserveWatchOutput'",
201
201
  "emit-types": "tsc -p tsconfig.emit.json && node -r esbuild-register scripts/emit-types.ts",
202
202
  "start": "pnpm run bundle && cross-env NODE_OPTIONS=--enable-source-maps ./bin/wrangler.js",
203
- "test": "pnpm run assert-git-version && jest --runInBand",
203
+ "test": "pnpm run assert-git-version && jest",
204
204
  "test:ci": "pnpm run test --coverage",
205
205
  "test:debug": "pnpm run test --silent=false --verbose=true",
206
206
  "test:e2e": "vitest --test-timeout 240000 --single-thread --dir ./e2e run",