@wix/create-new 0.0.96 → 0.0.97
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/{chunk-53VKLHMI.js → chunk-T7ZBC7FB.js} +2 -2
- package/build/{generator-C2FQ2YVL.js → generator-52DJIP4U.js} +2 -2
- package/build/index.js +4299 -4286
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- /package/build/{chunk-53VKLHMI.js.map → chunk-T7ZBC7FB.js.map} +0 -0
- /package/build/{generator-C2FQ2YVL.js.map → generator-52DJIP4U.js.map} +0 -0
|
@@ -21708,12 +21708,12 @@ export {
|
|
|
21708
21708
|
readPackageJson,
|
|
21709
21709
|
writePackageJson,
|
|
21710
21710
|
updateEnvFile,
|
|
21711
|
-
require_semver2 as require_semver,
|
|
21712
21711
|
WIX_CONFIG_FILENAME,
|
|
21713
21712
|
USER_CONFIG_FILENAME,
|
|
21714
21713
|
userConfigSchema,
|
|
21715
21714
|
getWixConfigFilePath,
|
|
21716
21715
|
getDebugLogFilePath,
|
|
21716
|
+
require_semver2 as require_semver,
|
|
21717
21717
|
globby,
|
|
21718
21718
|
require_is_git_url,
|
|
21719
21719
|
execa,
|
|
@@ -21797,4 +21797,4 @@ is-git-url/index.js:
|
|
|
21797
21797
|
* Released under the MIT License.
|
|
21798
21798
|
*)
|
|
21799
21799
|
*/
|
|
21800
|
-
//# sourceMappingURL=chunk-
|
|
21800
|
+
//# sourceMappingURL=chunk-T7ZBC7FB.js.map
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
require_lib,
|
|
14
14
|
temporaryDirectory,
|
|
15
15
|
updateEnvFile
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-T7ZBC7FB.js";
|
|
17
17
|
import {
|
|
18
18
|
__toESM,
|
|
19
19
|
init_esm_shims
|
|
@@ -115,4 +115,4 @@ async function generateApp({
|
|
|
115
115
|
export {
|
|
116
116
|
generateApp
|
|
117
117
|
};
|
|
118
|
-
//# sourceMappingURL=generator-
|
|
118
|
+
//# sourceMappingURL=generator-52DJIP4U.js.map
|