@wix/create-new 0.0.17 → 0.0.18
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 +12 -2
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -62497,7 +62497,8 @@ var CliUserErrorCode = (0, import_variant.variant)({
|
|
|
62497
62497
|
AppInstallerSiteNotFound: (0, import_variant.fields)(),
|
|
62498
62498
|
EAccessPermissionDenied: {},
|
|
62499
62499
|
InvalidSiteComponentElementItem: (0, import_variant.fields)(),
|
|
62500
|
-
TrustedAppIsNotMarkedAsInternal: {}
|
|
62500
|
+
TrustedAppIsNotMarkedAsInternal: {},
|
|
62501
|
+
DevCommandFailed: {}
|
|
62501
62502
|
});
|
|
62502
62503
|
var CliErrorCode = (0, import_variant.variant)({
|
|
62503
62504
|
...CliSystemErrorCode,
|
|
@@ -83112,6 +83113,15 @@ ${errorMessage2}`
|
|
|
83112
83113
|
hint: "To resolve this, please visit your app dashboard in Dev Center and ensure the 'Wix App' toggle is enabled."
|
|
83113
83114
|
}
|
|
83114
83115
|
);
|
|
83116
|
+
},
|
|
83117
|
+
DevCommandFailed: () => {
|
|
83118
|
+
return () => /* @__PURE__ */ import_react78.default.createElement(
|
|
83119
|
+
ErrorMessage,
|
|
83120
|
+
{
|
|
83121
|
+
cause,
|
|
83122
|
+
message: "The development command failed to execute. Please review the output log above for details."
|
|
83123
|
+
}
|
|
83124
|
+
);
|
|
83115
83125
|
}
|
|
83116
83126
|
});
|
|
83117
83127
|
}
|
|
@@ -112110,7 +112120,7 @@ var getHeadlessCommand = ({
|
|
|
112110
112120
|
var package_default = {
|
|
112111
112121
|
name: "@wix/create-new",
|
|
112112
112122
|
description: "General entry point for creating Wix projects",
|
|
112113
|
-
version: "0.0.
|
|
112123
|
+
version: "0.0.18",
|
|
112114
112124
|
bin: "bin/index.cjs",
|
|
112115
112125
|
devDependencies: {
|
|
112116
112126
|
"@commander-js/extra-typings": "^13.0.0",
|