@wix/create-app 0.0.221 → 0.0.223

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-P7PXBK72.js";
17
+ } from "./chunk-AR5GU4DQ.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-MTY4HUWZ.js.map
3989
+ //# sourceMappingURL=generator-67LVOXN5.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-P7PXBK72.js";
103
+ } from "./chunk-AR5GU4DQ.js";
104
104
  import {
105
105
  __commonJS,
106
106
  __dirname,
@@ -50557,6 +50557,14 @@ function getErrorComponent(code, cause) {
50557
50557
  FailedToFetchAppForVersion: () => {
50558
50558
  return () => /* @__PURE__ */ import_react78.default.createElement(SystemErrorMessage, { message: `Failed to fetch app configuration.` });
50559
50559
  },
50560
+ FailedToFetchLatestProductionVersion: () => {
50561
+ return () => /* @__PURE__ */ import_react78.default.createElement(
50562
+ SystemErrorMessage,
50563
+ {
50564
+ message: `Failed to fetch the latest production version for an app.`
50565
+ }
50566
+ );
50567
+ },
50560
50568
  FailedToGetAppSecret: () => {
50561
50569
  return () => /* @__PURE__ */ import_react78.default.createElement(
50562
50570
  SystemErrorMessage,
@@ -56137,7 +56145,7 @@ function reportCommandStartEvent({
56137
56145
  var package_default = {
56138
56146
  name: "@wix/create-app",
56139
56147
  description: "Create Wix apps",
56140
- version: "0.0.221",
56148
+ version: "0.0.223",
56141
56149
  author: "Ihor Machuzhak",
56142
56150
  bin: "bin/index.cjs",
56143
56151
  devDependencies: {
@@ -66873,7 +66881,7 @@ function getTasks({
66873
66881
  cause: e2
66874
66882
  });
66875
66883
  }
66876
- const { generateApp } = await import("./generator-MTY4HUWZ.js");
66884
+ const { generateApp } = await import("./generator-67LVOXN5.js");
66877
66885
  await generateApp({
66878
66886
  packageName,
66879
66887
  packageFolder,