@wix/create-new 0.0.82 → 0.0.84

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-C2BJURIW.js";
16
+ } from "./chunk-SFOWMTOT.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-RMZDEH6M.js.map
118
+ //# sourceMappingURL=generator-MC3RF2NR.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-C2BJURIW.js";
121
+ } from "./chunk-SFOWMTOT.js";
122
122
  import {
123
123
  __commonJS,
124
124
  __dirname,
@@ -65307,6 +65307,14 @@ function getErrorComponent(code, cause) {
65307
65307
  FailedToFetchAppForVersion: () => {
65308
65308
  return () => /* @__PURE__ */ import_react84.default.createElement(SystemErrorMessage, { message: `Failed to fetch app configuration.` });
65309
65309
  },
65310
+ FailedToFetchLatestProductionVersion: () => {
65311
+ return () => /* @__PURE__ */ import_react84.default.createElement(
65312
+ SystemErrorMessage,
65313
+ {
65314
+ message: `Failed to fetch the latest production version for an app.`
65315
+ }
65316
+ );
65317
+ },
65310
65318
  FailedToGetAppSecret: () => {
65311
65319
  return () => /* @__PURE__ */ import_react84.default.createElement(
65312
65320
  SystemErrorMessage,
@@ -81974,7 +81982,7 @@ function getTasks({
81974
81982
  cause: e2
81975
81983
  });
81976
81984
  }
81977
- const { generateApp } = await import("./generator-RMZDEH6M.js");
81985
+ const { generateApp } = await import("./generator-MC3RF2NR.js");
81978
81986
  await generateApp({
81979
81987
  packageName,
81980
81988
  packageFolder,
@@ -94364,7 +94372,7 @@ import { randomUUID as randomUUID3 } from "node:crypto";
94364
94372
  var package_default = {
94365
94373
  name: "@wix/create-new",
94366
94374
  description: "General entry point for creating Wix projects",
94367
- version: "0.0.82",
94375
+ version: "0.0.84",
94368
94376
  bin: "bin/index.cjs",
94369
94377
  devDependencies: {
94370
94378
  "@commander-js/extra-typings": "^13.0.0",