@wix/cli 1.1.78 → 1.1.79

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.
@@ -5,7 +5,7 @@ import {
5
5
  } from "./chunk-F6VUNTGD.js";
6
6
  import {
7
7
  reportCommandStartEvent
8
- } from "./chunk-VGH2WOQG.js";
8
+ } from "./chunk-4BWILWXX.js";
9
9
  import "./chunk-T2TARSVP.js";
10
10
  import {
11
11
  BiProvider,
@@ -55,4 +55,4 @@ async function runCommand(command, services, commandFn) {
55
55
  export {
56
56
  renderCommand
57
57
  };
58
- //# sourceMappingURL=render-command-4Z5GYACI.js.map
58
+ //# sourceMappingURL=render-command-LAH4TCW4.js.map
@@ -44,7 +44,7 @@ var devCommand = (services, cliVersion) => {
44
44
  return createCommand("dev").description(t("site_dev_command_def.description")).option("--tunnel", t("site_dev_command_def.option.tunnel")).action(async (options, command) => {
45
45
  const { tunnel = false } = options;
46
46
  const { renderCommand } = await import("./render-command-2WCIXKOR.js");
47
- const { DevCommand } = await import("./DevCommand-WWEO6WT4.js");
47
+ const { DevCommand } = await import("./DevCommand-NJ6THMY4.js");
48
48
  await renderCommand(
49
49
  command,
50
50
  services,
@@ -130,4 +130,4 @@ var getRootCommand = async function getRootCommand2(services, cliVersion) {
130
130
  export {
131
131
  getRootCommand
132
132
  };
133
- //# sourceMappingURL=src-WY6KW6NB.js.map
133
+ //# sourceMappingURL=src-T3DZBBXE.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wix/cli",
3
3
  "description": "CLI tool for building Wix sites and applications",
4
- "version": "1.1.78",
4
+ "version": "1.1.79",
5
5
  "bin": {
6
6
  "wix": "bin/wix.cjs"
7
7
  },
@@ -88,5 +88,5 @@
88
88
  ]
89
89
  }
90
90
  },
91
- "falconPackageHash": "3c0c932e30ecebc267bdf08d71b6eec6b542bd421019345bb7bfe3be"
91
+ "falconPackageHash": "c4163bcbb20968642bd4c1e1b6b01c79327ff8f242e8f0f9e93dd15b"
92
92
  }