@wix/create-app 0.0.231 → 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,
@@ -50860,6 +50860,26 @@ function getErrorComponent(code, cause) {
50860
50860
  }
50861
50861
  );
50862
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
+ },
50863
50883
  FailedToGetAppInstallationDetails: ({ appId }) => {
50864
50884
  return () => /* @__PURE__ */ import_react78.default.createElement(
50865
50885
  SystemErrorMessage,
@@ -56755,7 +56775,7 @@ function reportCommandStartEvent({
56755
56775
  var package_default = {
56756
56776
  name: "@wix/create-app",
56757
56777
  description: "Create Wix apps",
56758
- version: "0.0.231",
56778
+ version: "0.0.232",
56759
56779
  author: "Ihor Machuzhak",
56760
56780
  bin: "bin/index.cjs",
56761
56781
  devDependencies: {
@@ -67492,7 +67512,7 @@ function getTasks({
67492
67512
  cause: e2
67493
67513
  });
67494
67514
  }
67495
- const { generateApp } = await import("./generator-NICF3ZGF.js");
67515
+ const { generateApp } = await import("./generator-LCJUKG2D.js");
67496
67516
  await generateApp({
67497
67517
  packageName,
67498
67518
  packageFolder,