@wix/create-new 0.0.94 → 0.0.96

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.
@@ -13,7 +13,7 @@ import {
13
13
  require_lib,
14
14
  temporaryDirectory,
15
15
  updateEnvFile
16
- } from "./chunk-4MTB5HLH.js";
16
+ } from "./chunk-53VKLHMI.js";
17
17
  import {
18
18
  __toESM,
19
19
  init_esm_shims
@@ -115,4 +115,4 @@ async function generateApp({
115
115
  export {
116
116
  generateApp
117
117
  };
118
- //# sourceMappingURL=generator-T2AEF3W7.js.map
118
+ //# sourceMappingURL=generator-C2FQ2YVL.js.map
package/build/index.js CHANGED
@@ -118,7 +118,7 @@ import {
118
118
  writeJson,
119
119
  writePackageJson,
120
120
  zod_default
121
- } from "./chunk-4MTB5HLH.js";
121
+ } from "./chunk-53VKLHMI.js";
122
122
  import {
123
123
  __commonJS,
124
124
  __dirname,
@@ -65571,6 +65571,9 @@ function getErrorComponent(code, cause) {
65571
65571
  FailedToQuerySites: () => {
65572
65572
  return () => /* @__PURE__ */ import_react84.default.createElement(ErrorMessage, { message: "Failed to request sites list." });
65573
65573
  },
65574
+ FailedToGetDomainSuggestions: () => {
65575
+ return () => /* @__PURE__ */ import_react84.default.createElement(ErrorMessage, { message: "Failed to get domain suggestions." });
65576
+ },
65574
65577
  FailedToGetSite: () => {
65575
65578
  return () => /* @__PURE__ */ import_react84.default.createElement(ErrorMessage, { message: "Couldn't get information about your configured development site." });
65576
65579
  },
@@ -65592,6 +65595,26 @@ function getErrorComponent(code, cause) {
65592
65595
  }
65593
65596
  );
65594
65597
  },
65598
+ DevelopmentSiteNotConfigured: () => {
65599
+ return () => /* @__PURE__ */ import_react84.default.createElement(ErrorMessage, { message: "Please select a development site first using the 'wix dev-site' command." });
65600
+ },
65601
+ DevelopmentSiteNotFound: ({ siteId }) => {
65602
+ return () => /* @__PURE__ */ import_react84.default.createElement(
65603
+ ErrorMessage,
65604
+ {
65605
+ message: `Development site ${siteId} was not found or is not accessible.`
65606
+ }
65607
+ );
65608
+ },
65609
+ DevelopmentSiteEnvironmentConflict: ({ envSiteId, requestedSiteId }) => {
65610
+ return () => /* @__PURE__ */ import_react84.default.createElement(
65611
+ ErrorMessage,
65612
+ {
65613
+ message: requestedSiteId ? `Cannot select development site ${requestedSiteId} because WIX_SITE_ID is set to ${envSiteId}.` : `Cannot create and select a development site because WIX_SITE_ID is set to ${envSiteId}.`,
65614
+ hint: "Unset WIX_SITE_ID before changing the selected development site."
65615
+ }
65616
+ );
65617
+ },
65595
65618
  FailedToBuildApp: () => {
65596
65619
  return () => /* @__PURE__ */ import_react84.default.createElement(
65597
65620
  ErrorMessage,
@@ -82810,7 +82833,7 @@ function getTasks({
82810
82833
  cause: e2
82811
82834
  });
82812
82835
  }
82813
- const { generateApp } = await import("./generator-T2AEF3W7.js");
82836
+ const { generateApp } = await import("./generator-C2FQ2YVL.js");
82814
82837
  await generateApp({
82815
82838
  packageName,
82816
82839
  packageFolder,
@@ -95214,7 +95237,7 @@ import { randomUUID as randomUUID3 } from "node:crypto";
95214
95237
  var package_default = {
95215
95238
  name: "@wix/create-new",
95216
95239
  description: "General entry point for creating Wix projects",
95217
- version: "0.0.94",
95240
+ version: "0.0.96",
95218
95241
  bin: "bin/index.cjs",
95219
95242
  devDependencies: {
95220
95243
  "@commander-js/extra-typings": "^13.0.0",