@wix/create-new 0.0.92 → 0.0.93

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-VA46CXPF.js";
16
+ } from "./chunk-4MTB5HLH.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-RRWGFS4Y.js.map
118
+ //# sourceMappingURL=generator-T2AEF3W7.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-VA46CXPF.js";
121
+ } from "./chunk-4MTB5HLH.js";
122
122
  import {
123
123
  __commonJS,
124
124
  __dirname,
@@ -65610,6 +65610,26 @@ function getErrorComponent(code, cause) {
65610
65610
  }
65611
65611
  );
65612
65612
  },
65613
+ FailedToBuildExtensionsApp: () => {
65614
+ return () => /* @__PURE__ */ import_react84.default.createElement(
65615
+ ErrorMessage,
65616
+ {
65617
+ cause,
65618
+ message: "Failed to build the extensions application.",
65619
+ hint: "Please check the build output for more information"
65620
+ }
65621
+ );
65622
+ },
65623
+ InvalidExtensionsBuildMetadata: () => {
65624
+ return () => /* @__PURE__ */ import_react84.default.createElement(
65625
+ ErrorMessage,
65626
+ {
65627
+ cause,
65628
+ message: "@wix/extensions.build() returned invalid build metadata.",
65629
+ hint: "Please make sure the installed @wix/custom-extensions version is compatible with this CLI."
65630
+ }
65631
+ );
65632
+ },
65613
65633
  FailedToGetAppInstallationDetails: ({ appId }) => {
65614
65634
  return () => /* @__PURE__ */ import_react84.default.createElement(
65615
65635
  SystemErrorMessage,
@@ -82594,7 +82614,7 @@ function getTasks({
82594
82614
  cause: e2
82595
82615
  });
82596
82616
  }
82597
- const { generateApp } = await import("./generator-RRWGFS4Y.js");
82617
+ const { generateApp } = await import("./generator-T2AEF3W7.js");
82598
82618
  await generateApp({
82599
82619
  packageName,
82600
82620
  packageFolder,
@@ -94998,7 +95018,7 @@ import { randomUUID as randomUUID3 } from "node:crypto";
94998
95018
  var package_default = {
94999
95019
  name: "@wix/create-new",
95000
95020
  description: "General entry point for creating Wix projects",
95001
- version: "0.0.92",
95021
+ version: "0.0.93",
95002
95022
  bin: "bin/index.cjs",
95003
95023
  devDependencies: {
95004
95024
  "@commander-js/extra-typings": "^13.0.0",