@wix/create-app 0.0.230 → 0.0.232

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.
@@ -14,7 +14,7 @@ import {
14
14
  require_is_git_url,
15
15
  require_lib,
16
16
  require_semver
17
- } from "./chunk-OJBASFIA.js";
17
+ } from "./chunk-BLZB3Y74.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-NICF3ZGF.js.map
3989
+ //# sourceMappingURL=generator-LCJUKG2D.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-OJBASFIA.js";
103
+ } from "./chunk-BLZB3Y74.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()
@@ -50859,6 +50860,26 @@ function getErrorComponent(code, cause) {
50859
50860
  }
50860
50861
  );
50861
50862
  },
50863
+ FailedToBuildExtensionsApp: () => {
50864
+ return () => /* @__PURE__ */ import_react78.default.createElement(
50865
+ ErrorMessage,
50866
+ {
50867
+ cause,
50868
+ message: "Failed to build the extensions application.",
50869
+ hint: "Please check the build output for more information"
50870
+ }
50871
+ );
50872
+ },
50873
+ InvalidExtensionsBuildMetadata: () => {
50874
+ return () => /* @__PURE__ */ import_react78.default.createElement(
50875
+ ErrorMessage,
50876
+ {
50877
+ cause,
50878
+ message: "@wix/extensions.build() returned invalid build metadata.",
50879
+ hint: "Please make sure the installed @wix/custom-extensions version is compatible with this CLI."
50880
+ }
50881
+ );
50882
+ },
50862
50883
  FailedToGetAppInstallationDetails: ({ appId }) => {
50863
50884
  return () => /* @__PURE__ */ import_react78.default.createElement(
50864
50885
  SystemErrorMessage,
@@ -56754,7 +56775,7 @@ function reportCommandStartEvent({
56754
56775
  var package_default = {
56755
56776
  name: "@wix/create-app",
56756
56777
  description: "Create Wix apps",
56757
- version: "0.0.230",
56778
+ version: "0.0.232",
56758
56779
  author: "Ihor Machuzhak",
56759
56780
  bin: "bin/index.cjs",
56760
56781
  devDependencies: {
@@ -67491,7 +67512,7 @@ function getTasks({
67491
67512
  cause: e2
67492
67513
  });
67493
67514
  }
67494
- const { generateApp } = await import("./generator-NICF3ZGF.js");
67515
+ const { generateApp } = await import("./generator-LCJUKG2D.js");
67495
67516
  await generateApp({
67496
67517
  packageName,
67497
67518
  packageFolder,