@wix/create-headless-site 0.0.37 → 0.0.39

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.
package/build/index.js CHANGED
@@ -74768,7 +74768,8 @@ var CliUserErrorCode = (0, import_variant11.variant)({
74768
74768
  AppInstallerSiteNotFound: (0, import_variant11.fields)(),
74769
74769
  EAccessPermissionDenied: {},
74770
74770
  InvalidSiteComponentElementItem: (0, import_variant11.fields)(),
74771
- TrustedAppIsNotMarkedAsInternal: {}
74771
+ TrustedAppIsNotMarkedAsInternal: {},
74772
+ DevCommandFailed: {}
74772
74773
  });
74773
74774
  var CliErrorCode = (0, import_variant11.variant)({
74774
74775
  ...CliSystemErrorCode,
@@ -85764,6 +85765,15 @@ ${errorMessage}`
85764
85765
  hint: "To resolve this, please visit your app dashboard in Dev Center and ensure the 'Wix App' toggle is enabled."
85765
85766
  }
85766
85767
  );
85768
+ },
85769
+ DevCommandFailed: () => {
85770
+ return () => /* @__PURE__ */ import_react78.default.createElement(
85771
+ ErrorMessage,
85772
+ {
85773
+ cause,
85774
+ message: "The development command failed to execute. Please review the output log above for details."
85775
+ }
85776
+ );
85767
85777
  }
85768
85778
  });
85769
85779
  }
@@ -90379,7 +90389,7 @@ function wixCliCliError(params) {
90379
90389
  var package_default = {
90380
90390
  name: "@wix/create-headless-site",
90381
90391
  description: "Headless site creation wizard",
90382
- version: "0.0.37",
90392
+ version: "0.0.39",
90383
90393
  bin: "bin/index.cjs",
90384
90394
  devDependencies: {
90385
90395
  "@commander-js/extra-typings": "^13.0.0",