@wix/create-app 0.0.230 → 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/index.js +2 -1
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -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()
|
|
@@ -56754,7 +56755,7 @@ function reportCommandStartEvent({
|
|
|
56754
56755
|
var package_default = {
|
|
56755
56756
|
name: "@wix/create-app",
|
|
56756
56757
|
description: "Create Wix apps",
|
|
56757
|
-
version: "0.0.
|
|
56758
|
+
version: "0.0.231",
|
|
56758
56759
|
author: "Ihor Machuzhak",
|
|
56759
56760
|
bin: "bin/index.cjs",
|
|
56760
56761
|
devDependencies: {
|