@wix/create-app 0.0.225 → 0.0.226
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-2LGRY6M4.js → chunk-ZSM5TLRI.js} +1 -1
- package/build/{chunk-2LGRY6M4.js.map → chunk-ZSM5TLRI.js.map} +1 -1
- package/build/{generator-M5GXMZS6.js → generator-Z254FDKG.js} +2 -2
- package/build/index.js +3 -3
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- /package/build/{generator-M5GXMZS6.js.map → generator-Z254FDKG.js.map} +0 -0
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
require_is_git_url,
|
|
15
15
|
require_lib,
|
|
16
16
|
require_semver
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-ZSM5TLRI.js";
|
|
18
18
|
import {
|
|
19
19
|
__commonJS,
|
|
20
20
|
__require,
|
|
@@ -3986,4 +3986,4 @@ ejs/lib/ejs.js:
|
|
|
3986
3986
|
* @license {@link http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0}
|
|
3987
3987
|
*)
|
|
3988
3988
|
*/
|
|
3989
|
-
//# sourceMappingURL=generator-
|
|
3989
|
+
//# sourceMappingURL=generator-Z254FDKG.js.map
|
package/build/index.js
CHANGED
|
@@ -100,7 +100,7 @@ import {
|
|
|
100
100
|
setupTestEnv,
|
|
101
101
|
writeJson,
|
|
102
102
|
zod_default
|
|
103
|
-
} from "./chunk-
|
|
103
|
+
} from "./chunk-ZSM5TLRI.js";
|
|
104
104
|
import {
|
|
105
105
|
__commonJS,
|
|
106
106
|
__dirname,
|
|
@@ -56187,7 +56187,7 @@ function reportCommandStartEvent({
|
|
|
56187
56187
|
var package_default = {
|
|
56188
56188
|
name: "@wix/create-app",
|
|
56189
56189
|
description: "Create Wix apps",
|
|
56190
|
-
version: "0.0.
|
|
56190
|
+
version: "0.0.226",
|
|
56191
56191
|
author: "Ihor Machuzhak",
|
|
56192
56192
|
bin: "bin/index.cjs",
|
|
56193
56193
|
devDependencies: {
|
|
@@ -66923,7 +66923,7 @@ function getTasks({
|
|
|
66923
66923
|
cause: e2
|
|
66924
66924
|
});
|
|
66925
66925
|
}
|
|
66926
|
-
const { generateApp } = await import("./generator-
|
|
66926
|
+
const { generateApp } = await import("./generator-Z254FDKG.js");
|
|
66927
66927
|
await generateApp({
|
|
66928
66928
|
packageName,
|
|
66929
66929
|
packageFolder,
|