@wix/create-new 0.0.91 → 0.0.92
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
|
@@ -64055,6 +64055,7 @@ function buildVerificationUris(verificationUri) {
|
|
|
64055
64055
|
const signupUri = new URL("https://users.wix.com/login/signup/password");
|
|
64056
64056
|
signupUri.searchParams.set("redirectTo", coloredUri.href);
|
|
64057
64057
|
signupUri.searchParams.set("referralInfo", "cli");
|
|
64058
|
+
coloredUri.searchParams.set("referralInfo", "cli");
|
|
64058
64059
|
return {
|
|
64059
64060
|
coloredVerificationUri: coloredUri.toString(),
|
|
64060
64061
|
signupUri: signupUri.toString()
|
|
@@ -94997,7 +94998,7 @@ import { randomUUID as randomUUID3 } from "node:crypto";
|
|
|
94997
94998
|
var package_default = {
|
|
94998
94999
|
name: "@wix/create-new",
|
|
94999
95000
|
description: "General entry point for creating Wix projects",
|
|
95000
|
-
version: "0.0.
|
|
95001
|
+
version: "0.0.92",
|
|
95001
95002
|
bin: "bin/index.cjs",
|
|
95002
95003
|
devDependencies: {
|
|
95003
95004
|
"@commander-js/extra-typings": "^13.0.0",
|