wrangler 3.78.10 → 3.78.12

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.78.10",
3
+ "version": "3.78.12",
4
4
  "description": "Command-line interface for all things Cloudflare Workers",
5
5
  "keywords": [
6
6
  "wrangler",
@@ -158104,7 +158104,7 @@ var import_undici3 = __toESM(require_undici());
158104
158104
 
158105
158105
  // package.json
158106
158106
  var name = "wrangler";
158107
- var version = "3.78.10";
158107
+ var version = "3.78.12";
158108
158108
 
158109
158109
  // src/user/index.ts
158110
158110
  init_import_meta_url();
@@ -175939,9 +175939,7 @@ function DevSession(props) {
175939
175939
  )
175940
175940
  });
175941
175941
  if (!props.local && (props.bindings.queues?.length || props.queueConsumers?.length)) {
175942
- logger.warn(
175943
- "Queues are currently in Beta and are not supported in wrangler dev remote mode."
175944
- );
175942
+ logger.warn("Queues are not yet supported in wrangler dev remote mode.");
175945
175943
  }
175946
175944
  const classNamesWhichUseSQLite = getClassNamesWhichUseSQLite(
175947
175945
  props.migrations
@@ -214548,6 +214546,7 @@ use --persist-to=./wrangler-local-state to keep using the old path.`
214548
214546
  config,
214549
214547
  "dev"
214550
214548
  );
214549
+ await getHostAndRoutes(args, config);
214551
214550
  assetsOptions = processAssetsArg(args, config);
214552
214551
  if (assetsOptions && !args.assets) {
214553
214552
  await assetsWatcher?.close();
@@ -215831,9 +215830,7 @@ async function resolveConfig(config, input) {
215831
215830
  }
215832
215831
  const queues2 = extractBindingsOfType("queue", resolved.bindings);
215833
215832
  if (resolved.dev.remote && (queues2?.length || resolved.triggers?.some((t3) => t3.type === "queue-consumer"))) {
215834
- logger.warn(
215835
- "Queues are currently in Beta and are not supported in wrangler dev remote mode."
215836
- );
215833
+ logger.warn("Queues are not yet supported in wrangler dev remote mode.");
215837
215834
  }
215838
215835
  const classNamesWhichUseSQLite = getClassNamesWhichUseSQLite(
215839
215836
  resolved.migrations
@@ -217974,3 +217971,4 @@ yargs-parser/build/lib/index.js:
217974
217971
  * SPDX-License-Identifier: ISC
217975
217972
  *)
217976
217973
  */
217974
+ //# sourceMappingURL=cli.js.map