@wix/create-app 0.0.176 → 0.0.177
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-YJZMSH2X.js → chunk-WQQ7N27K.js} +1 -2
- package/build/{chunk-YJZMSH2X.js.map → chunk-WQQ7N27K.js.map} +1 -1
- package/build/{generator-WYU6PW63.js → generator-BDJKUNKO.js} +2 -2
- package/build/index.js +3 -12
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- /package/build/{generator-WYU6PW63.js.map → generator-BDJKUNKO.js.map} +0 -0
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
pathExists,
|
|
14
14
|
require_is_git_url,
|
|
15
15
|
require_lib
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-WQQ7N27K.js";
|
|
17
17
|
import {
|
|
18
18
|
__commonJS,
|
|
19
19
|
__require,
|
|
@@ -3984,4 +3984,4 @@ ejs/lib/ejs.js:
|
|
|
3984
3984
|
* @license {@link http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0}
|
|
3985
3985
|
*)
|
|
3986
3986
|
*/
|
|
3987
|
-
//# sourceMappingURL=generator-
|
|
3987
|
+
//# sourceMappingURL=generator-BDJKUNKO.js.map
|
package/build/index.js
CHANGED
|
@@ -99,7 +99,7 @@ import {
|
|
|
99
99
|
setupTestEnv,
|
|
100
100
|
writeJson,
|
|
101
101
|
zod_default
|
|
102
|
-
} from "./chunk-
|
|
102
|
+
} from "./chunk-WQQ7N27K.js";
|
|
103
103
|
import {
|
|
104
104
|
__commonJS,
|
|
105
105
|
__dirname,
|
|
@@ -52579,15 +52579,6 @@ ${errorMessage2}`
|
|
|
52579
52579
|
}
|
|
52580
52580
|
);
|
|
52581
52581
|
},
|
|
52582
|
-
AppInstallerSiteNotFound: ({ siteId }) => {
|
|
52583
|
-
return () => /* @__PURE__ */ import_react77.default.createElement(
|
|
52584
|
-
ErrorMessage,
|
|
52585
|
-
{
|
|
52586
|
-
message: `Site with ID "${siteId}" not found.`,
|
|
52587
|
-
hint: "Please make sure the site exists and you have access to it."
|
|
52588
|
-
}
|
|
52589
|
-
);
|
|
52590
|
-
},
|
|
52591
52582
|
EAccessPermissionDenied: () => {
|
|
52592
52583
|
return () => /* @__PURE__ */ import_react77.default.createElement(
|
|
52593
52584
|
ErrorMessage,
|
|
@@ -57460,7 +57451,7 @@ function reportCommandStartEvent({
|
|
|
57460
57451
|
var package_default = {
|
|
57461
57452
|
name: "@wix/create-app",
|
|
57462
57453
|
description: "Create Wix apps",
|
|
57463
|
-
version: "0.0.
|
|
57454
|
+
version: "0.0.177",
|
|
57464
57455
|
author: "Ihor Machuzhak",
|
|
57465
57456
|
bin: "bin/index.cjs",
|
|
57466
57457
|
devDependencies: {
|
|
@@ -67635,7 +67626,7 @@ function getTasks({
|
|
|
67635
67626
|
cause: e2
|
|
67636
67627
|
});
|
|
67637
67628
|
}
|
|
67638
|
-
const { generateApp } = await import("./generator-
|
|
67629
|
+
const { generateApp } = await import("./generator-BDJKUNKO.js");
|
|
67639
67630
|
await generateApp({
|
|
67640
67631
|
packageName,
|
|
67641
67632
|
packageFolder,
|