@wix/create-new 0.0.77 → 0.0.79

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-SP6CBGLK.js";
16
+ } from "./chunk-OZTYFORB.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-CUTI2BWL.js.map
118
+ //# sourceMappingURL=generator-346WRGXX.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-SP6CBGLK.js";
121
+ } from "./chunk-OZTYFORB.js";
122
122
  import {
123
123
  __commonJS,
124
124
  __dirname,
@@ -4068,7 +4068,7 @@ function __classPrivateFieldIn(state, receiver) {
4068
4068
  if (receiver === null || typeof receiver !== "object" && typeof receiver !== "function") throw new TypeError("Cannot use 'in' operator on non-object");
4069
4069
  return typeof state === "function" ? receiver === state : state.has(receiver);
4070
4070
  }
4071
- function __addDisposableResource(env3, value2, async) {
4071
+ function __addDisposableResource(env4, value2, async) {
4072
4072
  if (value2 !== null && value2 !== void 0) {
4073
4073
  if (typeof value2 !== "object" && typeof value2 !== "function") throw new TypeError("Object expected.");
4074
4074
  var dispose, inner;
@@ -4089,22 +4089,22 @@ function __addDisposableResource(env3, value2, async) {
4089
4089
  return Promise.reject(e2);
4090
4090
  }
4091
4091
  };
4092
- env3.stack.push({ value: value2, dispose, async });
4092
+ env4.stack.push({ value: value2, dispose, async });
4093
4093
  } else if (async) {
4094
- env3.stack.push({ async: true });
4094
+ env4.stack.push({ async: true });
4095
4095
  }
4096
4096
  return value2;
4097
4097
  }
4098
- function __disposeResources(env3) {
4098
+ function __disposeResources(env4) {
4099
4099
  function fail(e2) {
4100
- env3.error = env3.hasError ? new _SuppressedError(e2, env3.error, "An error was suppressed during disposal.") : e2;
4101
- env3.hasError = true;
4100
+ env4.error = env4.hasError ? new _SuppressedError(e2, env4.error, "An error was suppressed during disposal.") : e2;
4101
+ env4.hasError = true;
4102
4102
  }
4103
4103
  var r2, s2 = 0;
4104
4104
  function next() {
4105
- while (r2 = env3.stack.pop()) {
4105
+ while (r2 = env4.stack.pop()) {
4106
4106
  try {
4107
- if (!r2.async && s2 === 1) return s2 = 0, env3.stack.push(r2), Promise.resolve().then(next);
4107
+ if (!r2.async && s2 === 1) return s2 = 0, env4.stack.push(r2), Promise.resolve().then(next);
4108
4108
  if (r2.dispose) {
4109
4109
  var result = r2.dispose.call(r2.value);
4110
4110
  if (r2.async) return s2 |= 2, Promise.resolve(result).then(next, function(e2) {
@@ -4116,8 +4116,8 @@ function __disposeResources(env3) {
4116
4116
  fail(e2);
4117
4117
  }
4118
4118
  }
4119
- if (s2 === 1) return env3.hasError ? Promise.reject(env3.error) : Promise.resolve();
4120
- if (env3.hasError) throw env3.error;
4119
+ if (s2 === 1) return env4.hasError ? Promise.reject(env4.error) : Promise.resolve();
4120
+ if (env4.hasError) throw env4.error;
4121
4121
  }
4122
4122
  return next();
4123
4123
  }
@@ -5355,7 +5355,7 @@ var require_common = __commonJS({
5355
5355
  "../../node_modules/debug/src/common.js"(exports, module2) {
5356
5356
  "use strict";
5357
5357
  init_esm_shims();
5358
- function setup(env3) {
5358
+ function setup(env4) {
5359
5359
  createDebug.debug = createDebug;
5360
5360
  createDebug.default = createDebug;
5361
5361
  createDebug.coerce = coerce;
@@ -5364,8 +5364,8 @@ var require_common = __commonJS({
5364
5364
  createDebug.enabled = enabled;
5365
5365
  createDebug.humanize = require_ms();
5366
5366
  createDebug.destroy = destroy;
5367
- Object.keys(env3).forEach((key) => {
5368
- createDebug[key] = env3[key];
5367
+ Object.keys(env4).forEach((key) => {
5368
+ createDebug[key] = env4[key];
5369
5369
  });
5370
5370
  createDebug.names = [];
5371
5371
  createDebug.skips = [];
@@ -5723,20 +5723,20 @@ var require_supports_color = __commonJS({
5723
5723
  var os7 = __require("os");
5724
5724
  var tty3 = __require("tty");
5725
5725
  var hasFlag4 = require_has_flag();
5726
- var { env: env3 } = process;
5726
+ var { env: env4 } = process;
5727
5727
  var forceColor;
5728
5728
  if (hasFlag4("no-color") || hasFlag4("no-colors") || hasFlag4("color=false") || hasFlag4("color=never")) {
5729
5729
  forceColor = 0;
5730
5730
  } else if (hasFlag4("color") || hasFlag4("colors") || hasFlag4("color=true") || hasFlag4("color=always")) {
5731
5731
  forceColor = 1;
5732
5732
  }
5733
- if ("FORCE_COLOR" in env3) {
5734
- if (env3.FORCE_COLOR === "true") {
5733
+ if ("FORCE_COLOR" in env4) {
5734
+ if (env4.FORCE_COLOR === "true") {
5735
5735
  forceColor = 1;
5736
- } else if (env3.FORCE_COLOR === "false") {
5736
+ } else if (env4.FORCE_COLOR === "false") {
5737
5737
  forceColor = 0;
5738
5738
  } else {
5739
- forceColor = env3.FORCE_COLOR.length === 0 ? 1 : Math.min(parseInt(env3.FORCE_COLOR, 10), 3);
5739
+ forceColor = env4.FORCE_COLOR.length === 0 ? 1 : Math.min(parseInt(env4.FORCE_COLOR, 10), 3);
5740
5740
  }
5741
5741
  }
5742
5742
  function translateLevel3(level) {
@@ -5764,7 +5764,7 @@ var require_supports_color = __commonJS({
5764
5764
  return 0;
5765
5765
  }
5766
5766
  const min = forceColor || 0;
5767
- if (env3.TERM === "dumb") {
5767
+ if (env4.TERM === "dumb") {
5768
5768
  return min;
5769
5769
  }
5770
5770
  if (process.platform === "win32") {
@@ -5774,34 +5774,34 @@ var require_supports_color = __commonJS({
5774
5774
  }
5775
5775
  return 1;
5776
5776
  }
5777
- if ("CI" in env3) {
5778
- if (["TRAVIS", "CIRCLECI", "APPVEYOR", "GITLAB_CI", "GITHUB_ACTIONS", "BUILDKITE"].some((sign) => sign in env3) || env3.CI_NAME === "codeship") {
5777
+ if ("CI" in env4) {
5778
+ if (["TRAVIS", "CIRCLECI", "APPVEYOR", "GITLAB_CI", "GITHUB_ACTIONS", "BUILDKITE"].some((sign) => sign in env4) || env4.CI_NAME === "codeship") {
5779
5779
  return 1;
5780
5780
  }
5781
5781
  return min;
5782
5782
  }
5783
- if ("TEAMCITY_VERSION" in env3) {
5784
- return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env3.TEAMCITY_VERSION) ? 1 : 0;
5783
+ if ("TEAMCITY_VERSION" in env4) {
5784
+ return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env4.TEAMCITY_VERSION) ? 1 : 0;
5785
5785
  }
5786
- if (env3.COLORTERM === "truecolor") {
5786
+ if (env4.COLORTERM === "truecolor") {
5787
5787
  return 3;
5788
5788
  }
5789
- if ("TERM_PROGRAM" in env3) {
5790
- const version = parseInt((env3.TERM_PROGRAM_VERSION || "").split(".")[0], 10);
5791
- switch (env3.TERM_PROGRAM) {
5789
+ if ("TERM_PROGRAM" in env4) {
5790
+ const version = parseInt((env4.TERM_PROGRAM_VERSION || "").split(".")[0], 10);
5791
+ switch (env4.TERM_PROGRAM) {
5792
5792
  case "iTerm.app":
5793
5793
  return version >= 3 ? 3 : 2;
5794
5794
  case "Apple_Terminal":
5795
5795
  return 2;
5796
5796
  }
5797
5797
  }
5798
- if (/-256(color)?$/i.test(env3.TERM)) {
5798
+ if (/-256(color)?$/i.test(env4.TERM)) {
5799
5799
  return 2;
5800
5800
  }
5801
- if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env3.TERM)) {
5801
+ if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env4.TERM)) {
5802
5802
  return 1;
5803
5803
  }
5804
- if ("COLORTERM" in env3) {
5804
+ if ("COLORTERM" in env4) {
5805
5805
  return 1;
5806
5806
  }
5807
5807
  return min;
@@ -9147,7 +9147,7 @@ var require_ci_info = __commonJS({
9147
9147
  "use strict";
9148
9148
  init_esm_shims();
9149
9149
  var vendors = require_vendors();
9150
- var env3 = process.env;
9150
+ var env4 = process.env;
9151
9151
  Object.defineProperty(exports, "_vendors", {
9152
9152
  value: vendors.map(function(v) {
9153
9153
  return v.constant;
@@ -9167,14 +9167,14 @@ var require_ci_info = __commonJS({
9167
9167
  exports.name = vendor.name;
9168
9168
  switch (typeof vendor.pr) {
9169
9169
  case "string":
9170
- exports.isPR = !!env3[vendor.pr];
9170
+ exports.isPR = !!env4[vendor.pr];
9171
9171
  break;
9172
9172
  case "object":
9173
9173
  if ("env" in vendor.pr) {
9174
- exports.isPR = vendor.pr.env in env3 && env3[vendor.pr.env] !== vendor.pr.ne;
9174
+ exports.isPR = vendor.pr.env in env4 && env4[vendor.pr.env] !== vendor.pr.ne;
9175
9175
  } else if ("any" in vendor.pr) {
9176
9176
  exports.isPR = vendor.pr.any.some(function(key) {
9177
- return !!env3[key];
9177
+ return !!env4[key];
9178
9178
  });
9179
9179
  } else {
9180
9180
  exports.isPR = checkEnv(vendor.pr);
@@ -9184,29 +9184,29 @@ var require_ci_info = __commonJS({
9184
9184
  exports.isPR = null;
9185
9185
  }
9186
9186
  });
9187
- exports.isCI = !!(env3.CI !== "false" && // Bypass all checks if CI env is explicitly set to 'false'
9188
- (env3.BUILD_ID || // Jenkins, Cloudbees
9189
- env3.BUILD_NUMBER || // Jenkins, TeamCity
9190
- env3.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari
9191
- env3.CI_APP_ID || // Appflow
9192
- env3.CI_BUILD_ID || // Appflow
9193
- env3.CI_BUILD_NUMBER || // Appflow
9194
- env3.CI_NAME || // Codeship and others
9195
- env3.CONTINUOUS_INTEGRATION || // Travis CI, Cirrus CI
9196
- env3.RUN_ID || // TaskCluster, dsari
9187
+ exports.isCI = !!(env4.CI !== "false" && // Bypass all checks if CI env is explicitly set to 'false'
9188
+ (env4.BUILD_ID || // Jenkins, Cloudbees
9189
+ env4.BUILD_NUMBER || // Jenkins, TeamCity
9190
+ env4.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari
9191
+ env4.CI_APP_ID || // Appflow
9192
+ env4.CI_BUILD_ID || // Appflow
9193
+ env4.CI_BUILD_NUMBER || // Appflow
9194
+ env4.CI_NAME || // Codeship and others
9195
+ env4.CONTINUOUS_INTEGRATION || // Travis CI, Cirrus CI
9196
+ env4.RUN_ID || // TaskCluster, dsari
9197
9197
  exports.name || false));
9198
9198
  function checkEnv(obj) {
9199
- if (typeof obj === "string") return !!env3[obj];
9199
+ if (typeof obj === "string") return !!env4[obj];
9200
9200
  if ("env" in obj) {
9201
- return env3[obj.env] && env3[obj.env].includes(obj.includes);
9201
+ return env4[obj.env] && env4[obj.env].includes(obj.includes);
9202
9202
  }
9203
9203
  if ("any" in obj) {
9204
9204
  return obj.any.some(function(k) {
9205
- return !!env3[k];
9205
+ return !!env4[k];
9206
9206
  });
9207
9207
  }
9208
9208
  return Object.keys(obj).every(function(k) {
9209
- return env3[k] === obj[k];
9209
+ return env4[k] === obj[k];
9210
9210
  });
9211
9211
  }
9212
9212
  }
@@ -17767,7 +17767,7 @@ var require_ci_info2 = __commonJS({
17767
17767
  "use strict";
17768
17768
  init_esm_shims();
17769
17769
  var vendors = require_vendors2();
17770
- var env3 = process.env;
17770
+ var env4 = process.env;
17771
17771
  Object.defineProperty(exports, "_vendors", {
17772
17772
  value: vendors.map(function(v) {
17773
17773
  return v.constant;
@@ -17789,47 +17789,47 @@ var require_ci_info2 = __commonJS({
17789
17789
  exports.isPR = checkPR(vendor);
17790
17790
  exports.id = vendor.constant;
17791
17791
  });
17792
- exports.isCI = !!(env3.CI !== "false" && // Bypass all checks if CI env is explicitly set to 'false'
17793
- (env3.BUILD_ID || // Jenkins, Cloudbees
17794
- env3.BUILD_NUMBER || // Jenkins, TeamCity
17795
- env3.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari, Cloudflare Pages
17796
- env3.CI_APP_ID || // Appflow
17797
- env3.CI_BUILD_ID || // Appflow
17798
- env3.CI_BUILD_NUMBER || // Appflow
17799
- env3.CI_NAME || // Codeship and others
17800
- env3.CONTINUOUS_INTEGRATION || // Travis CI, Cirrus CI
17801
- env3.RUN_ID || // TaskCluster, dsari
17792
+ exports.isCI = !!(env4.CI !== "false" && // Bypass all checks if CI env is explicitly set to 'false'
17793
+ (env4.BUILD_ID || // Jenkins, Cloudbees
17794
+ env4.BUILD_NUMBER || // Jenkins, TeamCity
17795
+ env4.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari, Cloudflare Pages
17796
+ env4.CI_APP_ID || // Appflow
17797
+ env4.CI_BUILD_ID || // Appflow
17798
+ env4.CI_BUILD_NUMBER || // Appflow
17799
+ env4.CI_NAME || // Codeship and others
17800
+ env4.CONTINUOUS_INTEGRATION || // Travis CI, Cirrus CI
17801
+ env4.RUN_ID || // TaskCluster, dsari
17802
17802
  exports.name || false));
17803
17803
  function checkEnv(obj) {
17804
- if (typeof obj === "string") return !!env3[obj];
17804
+ if (typeof obj === "string") return !!env4[obj];
17805
17805
  if ("env" in obj) {
17806
- return env3[obj.env] && env3[obj.env].includes(obj.includes);
17806
+ return env4[obj.env] && env4[obj.env].includes(obj.includes);
17807
17807
  }
17808
17808
  if ("any" in obj) {
17809
17809
  return obj.any.some(function(k) {
17810
- return !!env3[k];
17810
+ return !!env4[k];
17811
17811
  });
17812
17812
  }
17813
17813
  return Object.keys(obj).every(function(k) {
17814
- return env3[k] === obj[k];
17814
+ return env4[k] === obj[k];
17815
17815
  });
17816
17816
  }
17817
17817
  function checkPR(vendor) {
17818
17818
  switch (typeof vendor.pr) {
17819
17819
  case "string":
17820
- return !!env3[vendor.pr];
17820
+ return !!env4[vendor.pr];
17821
17821
  case "object":
17822
17822
  if ("env" in vendor.pr) {
17823
17823
  if ("any" in vendor.pr) {
17824
17824
  return vendor.pr.any.some(function(key) {
17825
- return env3[vendor.pr.env] === key;
17825
+ return env4[vendor.pr.env] === key;
17826
17826
  });
17827
17827
  } else {
17828
- return vendor.pr.env in env3 && env3[vendor.pr.env] !== vendor.pr.ne;
17828
+ return vendor.pr.env in env4 && env4[vendor.pr.env] !== vendor.pr.ne;
17829
17829
  }
17830
17830
  } else if ("any" in vendor.pr) {
17831
17831
  return vendor.pr.any.some(function(key) {
17832
- return !!env3[key];
17832
+ return !!env4[key];
17833
17833
  });
17834
17834
  } else {
17835
17835
  return checkEnv(vendor.pr);
@@ -18296,8 +18296,8 @@ function setLogLevelFromEnv(key, environment, values) {
18296
18296
  }
18297
18297
  function parseEnvironment(values) {
18298
18298
  var environment = {};
18299
- for (var env3 in DEFAULT_ENVIRONMENT) {
18300
- var key = env3;
18299
+ for (var env4 in DEFAULT_ENVIRONMENT) {
18300
+ var key = env4;
18301
18301
  switch (key) {
18302
18302
  case "OTEL_LOG_LEVEL":
18303
18303
  setLogLevelFromEnv(key, environment, values);
@@ -54475,12 +54475,12 @@ init_esm_shims();
54475
54475
  init_esm_shims();
54476
54476
  import process13 from "node:process";
54477
54477
  function isUnicodeSupported() {
54478
- const { env: env3 } = process13;
54479
- const { TERM, TERM_PROGRAM } = env3;
54478
+ const { env: env4 } = process13;
54479
+ const { TERM, TERM_PROGRAM } = env4;
54480
54480
  if (process13.platform !== "win32") {
54481
54481
  return TERM !== "linux";
54482
54482
  }
54483
- return Boolean(env3.WT_SESSION) || Boolean(env3.TERMINUS_SUBLIME) || env3.ConEmuTask === "{cmd::Cmder}" || TERM_PROGRAM === "Terminus-Sublime" || TERM_PROGRAM === "vscode" || TERM === "xterm-256color" || TERM === "alacritty" || TERM === "rxvt-unicode" || TERM === "rxvt-unicode-256color" || env3.TERMINAL_EMULATOR === "JetBrains-JediTerm";
54483
+ return Boolean(env4.WT_SESSION) || Boolean(env4.TERMINUS_SUBLIME) || env4.ConEmuTask === "{cmd::Cmder}" || TERM_PROGRAM === "Terminus-Sublime" || TERM_PROGRAM === "vscode" || TERM === "xterm-256color" || TERM === "alacritty" || TERM === "rxvt-unicode" || TERM === "rxvt-unicode-256color" || env4.TERMINAL_EMULATOR === "JetBrains-JediTerm";
54484
54484
  }
54485
54485
 
54486
54486
  // ../cli-ui-kit/src/components/UnorderedList/DefaultMarker.ts
@@ -64021,9 +64021,10 @@ var DebugLogContext = (0, import_react79.createContext)(null);
64021
64021
  // ../cli-env/src/index.ts
64022
64022
  init_esm_shims();
64023
64023
  var import_ci_info = __toESM(require_ci_info2(), 1);
64024
+ import { env as env3 } from "node:process";
64024
64025
  var remoteLogContextSchema = zod_default.record(zod_default.string(), zod_default.unknown());
64025
64026
  function getRemoteLogContext() {
64026
- const remoteContext = process.env.REMOTE_MACHINE_LOG_CONTEXT;
64027
+ const remoteContext = env3.REMOTE_MACHINE_LOG_CONTEXT;
64027
64028
  if (!remoteContext) {
64028
64029
  return {};
64029
64030
  }
@@ -64039,10 +64040,11 @@ var createEnv = () => {
64039
64040
  return {
64040
64041
  isCI: overrides2.isCI ?? import_ci_info.default.isCI,
64041
64042
  isPR: overrides2.isPR ?? import_ci_info.default.isPR,
64042
- ciName: overrides2.ciName ?? import_ci_info.default.name ?? process.env.CI_NAME ?? null,
64043
- cliEnvName: overrides2.cliEnvName ?? process.env.WIX_RUNTIME_ENVIRONMENT ?? null,
64044
- cliTrackingId: overrides2.cliTrackingId ?? process.env.TRACKING_ID ?? null,
64045
- remoteLogContext: getRemoteLogContext()
64043
+ ciName: overrides2.ciName ?? import_ci_info.default.name ?? env3.CI_NAME ?? null,
64044
+ cliEnvName: overrides2.cliEnvName ?? env3.WIX_RUNTIME_ENVIRONMENT ?? null,
64045
+ cliTrackingId: overrides2.cliTrackingId ?? env3.TRACKING_ID ?? null,
64046
+ remoteLogContext: getRemoteLogContext(),
64047
+ devCenterDraftOverrides: env3.WIX_CLI_DEV_CENTER_DRAFT_OVERRIDES === "true"
64046
64048
  };
64047
64049
  };
64048
64050
 
@@ -65887,6 +65889,35 @@ ${errorMessage2}`
65887
65889
  message: `Failed to create a companion app for your project.`
65888
65890
  }
65889
65891
  );
65892
+ },
65893
+ MultipleConfigFiles: ({ paths }) => {
65894
+ return () => /* @__PURE__ */ import_react83.default.createElement(
65895
+ ErrorMessage,
65896
+ {
65897
+ cause,
65898
+ message: defaultOutdent`Found multiple Wix config files. Please keep only one:
65899
+ ${paths.join("\n")}`
65900
+ }
65901
+ );
65902
+ },
65903
+ ConfigNoDefaultExport: ({ path: path4 }) => {
65904
+ return () => /* @__PURE__ */ import_react83.default.createElement(
65905
+ ErrorMessage,
65906
+ {
65907
+ cause,
65908
+ message: `No default export in Wix config file at "${path4}"`
65909
+ }
65910
+ );
65911
+ },
65912
+ InvalidConfigDefinition: ({ reason }) => {
65913
+ return () => /* @__PURE__ */ import_react83.default.createElement(
65914
+ ErrorMessage,
65915
+ {
65916
+ cause,
65917
+ message: "Invalid Wix config definition.",
65918
+ hint: reason
65919
+ }
65920
+ );
65890
65921
  }
65891
65922
  });
65892
65923
  }
@@ -70416,7 +70447,7 @@ async function createPanorama(options) {
70416
70447
  aiAgentName: aiAgentName2
70417
70448
  } = options;
70418
70449
  const userConfig = await readUserConfig();
70419
- const env3 = createEnv();
70450
+ const env4 = createEnv();
70420
70451
  const factory = panoramaClientFactory({
70421
70452
  baseParams: {
70422
70453
  platform: Platform.Standalone,
@@ -70430,11 +70461,11 @@ async function createPanorama(options) {
70430
70461
  silent: true
70431
70462
  },
70432
70463
  data: {
70433
- cliTrackingId: env3.cliTrackingId,
70434
- cliEnvName: env3.cliEnvName,
70464
+ cliTrackingId: env4.cliTrackingId,
70465
+ cliEnvName: env4.cliEnvName,
70435
70466
  cliSessionId: cliSessionId2,
70436
70467
  aiAgentName: aiAgentName2,
70437
- ...env3.remoteLogContext
70468
+ ...env4.remoteLogContext
70438
70469
  }
70439
70470
  }).withGlobalConfig(globalConfig).setMuted(!userConfig.telemetry);
70440
70471
  const panorama2 = createPanoramaWrapper(factory);
@@ -81801,7 +81832,7 @@ function getTasks({
81801
81832
  cause: e2
81802
81833
  });
81803
81834
  }
81804
- const { generateApp } = await import("./generator-CUTI2BWL.js");
81835
+ const { generateApp } = await import("./generator-346WRGXX.js");
81805
81836
  await generateApp({
81806
81837
  packageName,
81807
81838
  packageFolder,
@@ -94188,7 +94219,7 @@ import { randomUUID as randomUUID3 } from "node:crypto";
94188
94219
  var package_default = {
94189
94220
  name: "@wix/create-new",
94190
94221
  description: "General entry point for creating Wix projects",
94191
- version: "0.0.77",
94222
+ version: "0.0.79",
94192
94223
  bin: "bin/index.cjs",
94193
94224
  devDependencies: {
94194
94225
  "@commander-js/extra-typings": "^13.0.0",