@wix/create-app 0.0.229 → 0.0.231
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-ZSM5TLRI.js → chunk-OJBASFIA.js} +2 -1
- package/build/{chunk-ZSM5TLRI.js.map → chunk-OJBASFIA.js.map} +1 -1
- package/build/{generator-Z254FDKG.js → generator-NICF3ZGF.js} +2 -2
- package/build/index.js +7 -3
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- /package/build/{generator-Z254FDKG.js.map → generator-NICF3ZGF.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-OJBASFIA.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-NICF3ZGF.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-OJBASFIA.js";
|
|
104
104
|
import {
|
|
105
105
|
__commonJS,
|
|
106
106
|
__dirname,
|
|
@@ -49305,6 +49305,7 @@ function buildVerificationUris(verificationUri) {
|
|
|
49305
49305
|
const signupUri = new URL("https://users.wix.com/login/signup/password");
|
|
49306
49306
|
signupUri.searchParams.set("redirectTo", coloredUri.href);
|
|
49307
49307
|
signupUri.searchParams.set("referralInfo", "cli");
|
|
49308
|
+
coloredUri.searchParams.set("referralInfo", "cli");
|
|
49308
49309
|
return {
|
|
49309
49310
|
coloredVerificationUri: coloredUri.toString(),
|
|
49310
49311
|
signupUri: signupUri.toString()
|
|
@@ -51013,6 +51014,9 @@ function getErrorComponent(code, cause) {
|
|
|
51013
51014
|
FailedToUpdateAppRelease: () => {
|
|
51014
51015
|
return () => /* @__PURE__ */ import_react78.default.createElement(SystemErrorMessage, { message: "Failed to update an app configuration." });
|
|
51015
51016
|
},
|
|
51017
|
+
FailedToUpdateOverrideWithNoSideEffects: () => {
|
|
51018
|
+
return () => /* @__PURE__ */ import_react78.default.createElement(SystemErrorMessage, { message: "Failed to update the app preview." });
|
|
51019
|
+
},
|
|
51016
51020
|
FailedToCreateComponents: () => {
|
|
51017
51021
|
return () => /* @__PURE__ */ import_react78.default.createElement(SystemErrorMessage, { message: "Failed to create components." });
|
|
51018
51022
|
},
|
|
@@ -56751,7 +56755,7 @@ function reportCommandStartEvent({
|
|
|
56751
56755
|
var package_default = {
|
|
56752
56756
|
name: "@wix/create-app",
|
|
56753
56757
|
description: "Create Wix apps",
|
|
56754
|
-
version: "0.0.
|
|
56758
|
+
version: "0.0.231",
|
|
56755
56759
|
author: "Ihor Machuzhak",
|
|
56756
56760
|
bin: "bin/index.cjs",
|
|
56757
56761
|
devDependencies: {
|
|
@@ -67488,7 +67492,7 @@ function getTasks({
|
|
|
67488
67492
|
cause: e2
|
|
67489
67493
|
});
|
|
67490
67494
|
}
|
|
67491
|
-
const { generateApp } = await import("./generator-
|
|
67495
|
+
const { generateApp } = await import("./generator-NICF3ZGF.js");
|
|
67492
67496
|
await generateApp({
|
|
67493
67497
|
packageName,
|
|
67494
67498
|
packageFolder,
|