@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.
- package/build/{DevCommand-WWEO6WT4.js → DevCommand-NJ6THMY4.js} +2 -1
- package/build/{DevCommand-WWEO6WT4.js.map → DevCommand-NJ6THMY4.js.map} +1 -1
- package/build/{LoginCommand-U4KJ4GD4.js → LoginCommand-NLH7OCLP.js} +2 -2
- package/build/{chunk-VGH2WOQG.js → chunk-4BWILWXX.js} +2 -2
- package/build/{chunk-VGH2WOQG.js.map → chunk-4BWILWXX.js.map} +1 -1
- package/build/index.js +7 -7
- package/build/index.js.map +1 -1
- package/build/{render-command-4Z5GYACI.js → render-command-LAH4TCW4.js} +2 -2
- package/build/{src-WY6KW6NB.js → src-T3DZBBXE.js} +2 -2
- package/package.json +2 -2
- /package/build/{LoginCommand-U4KJ4GD4.js.map → LoginCommand-NLH7OCLP.js.map} +0 -0
- /package/build/{render-command-4Z5GYACI.js.map → render-command-LAH4TCW4.js.map} +0 -0
- /package/build/{src-WY6KW6NB.js.map → src-T3DZBBXE.js.map} +0 -0
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
} from "./chunk-F6VUNTGD.js";
|
|
6
6
|
import {
|
|
7
7
|
reportCommandStartEvent
|
|
8
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
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.
|
|
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": "
|
|
91
|
+
"falconPackageHash": "c4163bcbb20968642bd4c1e1b6b01c79327ff8f242e8f0f9e93dd15b"
|
|
92
92
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|