@wix/create-app 0.0.251 → 0.0.253

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-UN7PDR6G.js";
17
+ } from "./chunk-7QKXO6Q5.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-VWEWJKQB.js.map
3989
+ //# sourceMappingURL=generator-G3PPR2ZE.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-UN7PDR6G.js";
103
+ } from "./chunk-7QKXO6Q5.js";
104
104
  import {
105
105
  __commonJS,
106
106
  __dirname,
@@ -50755,6 +50755,18 @@ function getErrorComponent(code, cause) {
50755
50755
  ConnectUnsupportedForProjectType: () => {
50756
50756
  return () => /* @__PURE__ */ import_react78.default.createElement(ErrorMessage, { message: "The connect command is only available for Site projects." });
50757
50757
  },
50758
+ GenerateExtensionUnsupportedForProjectType: ({
50759
+ extensionType,
50760
+ projectType
50761
+ }) => {
50762
+ return () => /* @__PURE__ */ import_react78.default.createElement(
50763
+ ErrorMessage,
50764
+ {
50765
+ message: `\`${extensionType}\` extensions can't be generated in ${projectType} projects.`,
50766
+ hint: "Run `wix generate` without `--type` to see the extension types available in this project."
50767
+ }
50768
+ );
50769
+ },
50758
50770
  FailedToRenewAuthToken: () => {
50759
50771
  return () => /* @__PURE__ */ import_react78.default.createElement(SystemErrorMessage, { message: "Failed to renew access token." });
50760
50772
  },
@@ -57050,7 +57062,7 @@ init_esm_shims();
57050
57062
  var package_default = {
57051
57063
  name: "@wix/create-app",
57052
57064
  description: "Create Wix apps",
57053
- version: "0.0.251",
57065
+ version: "0.0.253",
57054
57066
  author: "Ihor Machuzhak",
57055
57067
  bin: "bin/index.cjs",
57056
57068
  devDependencies: {
@@ -68160,7 +68172,7 @@ function getTasks({
68160
68172
  cause: e2
68161
68173
  });
68162
68174
  }
68163
- const { generateApp } = await import("./generator-VWEWJKQB.js");
68175
+ const { generateApp } = await import("./generator-G3PPR2ZE.js");
68164
68176
  await generateApp({
68165
68177
  packageName,
68166
68178
  packageFolder,