@wix/create-app 0.0.208 → 0.0.209

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-WTXRYBKF.js";
17
+ } from "./chunk-RS4G232L.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-JYID4IWD.js.map
3989
+ //# sourceMappingURL=generator-EUKGZEJA.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-WTXRYBKF.js";
103
+ } from "./chunk-RS4G232L.js";
104
104
  import {
105
105
  __commonJS,
106
106
  __dirname,
@@ -50314,6 +50314,9 @@ function getErrorComponent(code, cause) {
50314
50314
  AuthenticationRequired: () => {
50315
50315
  return () => /* @__PURE__ */ import_react77.default.createElement(ErrorMessage, { message: "You have to already be logged in to run this command." });
50316
50316
  },
50317
+ LoginRequired: () => {
50318
+ return () => /* @__PURE__ */ import_react77.default.createElement(ErrorMessage, { message: "You are not authenticated, log in by running `wix login`." });
50319
+ },
50317
50320
  InvalidApiKey: () => {
50318
50321
  return () => /* @__PURE__ */ import_react77.default.createElement(ErrorMessage, { message: "You used invalid API key to log in." });
50319
50322
  },
@@ -56004,7 +56007,7 @@ function reportCommandStartEvent({
56004
56007
  var package_default = {
56005
56008
  name: "@wix/create-app",
56006
56009
  description: "Create Wix apps",
56007
- version: "0.0.208",
56010
+ version: "0.0.209",
56008
56011
  author: "Ihor Machuzhak",
56009
56012
  bin: "bin/index.cjs",
56010
56013
  devDependencies: {
@@ -66740,7 +66743,7 @@ function getTasks({
66740
66743
  cause: e2
66741
66744
  });
66742
66745
  }
66743
- const { generateApp } = await import("./generator-JYID4IWD.js");
66746
+ const { generateApp } = await import("./generator-EUKGZEJA.js");
66744
66747
  await generateApp({
66745
66748
  packageName,
66746
66749
  packageFolder,