@wix/create-new 0.0.90 → 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.
@@ -13,7 +13,7 @@ import {
13
13
  require_lib,
14
14
  temporaryDirectory,
15
15
  updateEnvFile
16
- } from "./chunk-DS2P4V6Z.js";
16
+ } from "./chunk-VA46CXPF.js";
17
17
  import {
18
18
  __toESM,
19
19
  init_esm_shims
@@ -115,4 +115,4 @@ async function generateApp({
115
115
  export {
116
116
  generateApp
117
117
  };
118
- //# sourceMappingURL=generator-32V7EKA3.js.map
118
+ //# sourceMappingURL=generator-RRWGFS4Y.js.map
package/build/index.js CHANGED
@@ -118,7 +118,7 @@ import {
118
118
  writeJson,
119
119
  writePackageJson,
120
120
  zod_default
121
- } from "./chunk-DS2P4V6Z.js";
121
+ } from "./chunk-VA46CXPF.js";
122
122
  import {
123
123
  __commonJS,
124
124
  __dirname,
@@ -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()
@@ -65763,6 +65764,9 @@ function getErrorComponent(code, cause) {
65763
65764
  FailedToUpdateAppRelease: () => {
65764
65765
  return () => /* @__PURE__ */ import_react84.default.createElement(SystemErrorMessage, { message: "Failed to update an app configuration." });
65765
65766
  },
65767
+ FailedToUpdateOverrideWithNoSideEffects: () => {
65768
+ return () => /* @__PURE__ */ import_react84.default.createElement(SystemErrorMessage, { message: "Failed to update the app preview." });
65769
+ },
65766
65770
  FailedToCreateComponents: () => {
65767
65771
  return () => /* @__PURE__ */ import_react84.default.createElement(SystemErrorMessage, { message: "Failed to create components." });
65768
65772
  },
@@ -82590,7 +82594,7 @@ function getTasks({
82590
82594
  cause: e2
82591
82595
  });
82592
82596
  }
82593
- const { generateApp } = await import("./generator-32V7EKA3.js");
82597
+ const { generateApp } = await import("./generator-RRWGFS4Y.js");
82594
82598
  await generateApp({
82595
82599
  packageName,
82596
82600
  packageFolder,
@@ -94994,7 +94998,7 @@ import { randomUUID as randomUUID3 } from "node:crypto";
94994
94998
  var package_default = {
94995
94999
  name: "@wix/create-new",
94996
95000
  description: "General entry point for creating Wix projects",
94997
- version: "0.0.90",
95001
+ version: "0.0.92",
94998
95002
  bin: "bin/index.cjs",
94999
95003
  devDependencies: {
95000
95004
  "@commander-js/extra-typings": "^13.0.0",