wrangler 2.4.3 → 2.4.4

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.4.3",
3
+ "version": "2.4.4",
4
4
  "description": "Command-line interface for all things Cloudflare Workers",
5
5
  "keywords": [
6
6
  "wrangler",
package/src/pages/dev.tsx CHANGED
@@ -293,7 +293,6 @@ export const Handler = async ({
293
293
  buildOutputDirectory: directory,
294
294
  nodeCompat,
295
295
  local: true,
296
- d1Databases: d1s.map((binding) => binding.toString()),
297
296
  });
298
297
  await metrics.sendMetricsEvent("build pages functions");
299
298
 
@@ -312,7 +311,6 @@ export const Handler = async ({
312
311
  buildOutputDirectory: directory,
313
312
  nodeCompat,
314
313
  local: true,
315
- d1Databases: d1s.map((binding) => binding.toString()),
316
314
  });
317
315
  await metrics.sendMetricsEvent("build pages functions");
318
316
  } catch (e) {
@@ -141160,7 +141160,7 @@ var import_websocket_server = __toESM(require_websocket_server2(), 1);
141160
141160
  var wrapper_default = import_websocket.default;
141161
141161
 
141162
141162
  // package.json
141163
- var version = "2.4.3";
141163
+ var version = "2.4.4";
141164
141164
  var package_default = {
141165
141165
  name: "wrangler",
141166
141166
  version,
@@ -158470,8 +158470,7 @@ use --persist-to=./wrangler-local-state to keep using the old path.`
158470
158470
  onEnd,
158471
158471
  buildOutputDirectory: directory,
158472
158472
  nodeCompat,
158473
- local: true,
158474
- d1Databases: d1s.map((binding) => binding.toString())
158473
+ local: true
158475
158474
  });
158476
158475
  await sendMetricsEvent("build pages functions");
158477
158476
  (0, import_chokidar3.watch)([functionsDirectory], {
@@ -158487,8 +158486,7 @@ use --persist-to=./wrangler-local-state to keep using the old path.`
158487
158486
  onEnd,
158488
158487
  buildOutputDirectory: directory,
158489
158488
  nodeCompat,
158490
- local: true,
158491
- d1Databases: d1s.map((binding) => binding.toString())
158489
+ local: true
158492
158490
  });
158493
158491
  await sendMetricsEvent("build pages functions");
158494
158492
  } catch (e2) {