@wix/create-new 0.0.112 → 0.0.114
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/{chunk-DO5DLGL7.js → chunk-CZYDQZ35.js} +2 -1
- package/build/{chunk-DO5DLGL7.js.map → chunk-CZYDQZ35.js.map} +1 -1
- package/build/{generator-DDPWEUUW.js → generator-LKZYBZZH.js} +2 -2
- package/build/index.js +15 -3
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- /package/build/{generator-DDPWEUUW.js.map → generator-LKZYBZZH.js.map} +0 -0
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
require_lib,
|
|
14
14
|
temporaryDirectory,
|
|
15
15
|
updateEnvFile
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-CZYDQZ35.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-
|
|
118
|
+
//# sourceMappingURL=generator-LKZYBZZH.js.map
|
package/build/index.js
CHANGED
|
@@ -119,7 +119,7 @@ import {
|
|
|
119
119
|
writeJson,
|
|
120
120
|
writePackageJson,
|
|
121
121
|
zod_default
|
|
122
|
-
} from "./chunk-
|
|
122
|
+
} from "./chunk-CZYDQZ35.js";
|
|
123
123
|
import {
|
|
124
124
|
__commonJS,
|
|
125
125
|
__dirname,
|
|
@@ -65496,6 +65496,18 @@ function getErrorComponent(code, cause) {
|
|
|
65496
65496
|
ConnectUnsupportedForProjectType: () => {
|
|
65497
65497
|
return () => /* @__PURE__ */ import_react84.default.createElement(ErrorMessage, { message: "The connect command is only available for Site projects." });
|
|
65498
65498
|
},
|
|
65499
|
+
GenerateExtensionUnsupportedForProjectType: ({
|
|
65500
|
+
extensionType,
|
|
65501
|
+
projectType
|
|
65502
|
+
}) => {
|
|
65503
|
+
return () => /* @__PURE__ */ import_react84.default.createElement(
|
|
65504
|
+
ErrorMessage,
|
|
65505
|
+
{
|
|
65506
|
+
message: `\`${extensionType}\` extensions can't be generated in ${projectType} projects.`,
|
|
65507
|
+
hint: "Run `wix generate` without `--type` to see the extension types available in this project."
|
|
65508
|
+
}
|
|
65509
|
+
);
|
|
65510
|
+
},
|
|
65499
65511
|
FailedToRenewAuthToken: () => {
|
|
65500
65512
|
return () => /* @__PURE__ */ import_react84.default.createElement(SystemErrorMessage, { message: "Failed to renew access token." });
|
|
65501
65513
|
},
|
|
@@ -83261,7 +83273,7 @@ function getTasks({
|
|
|
83261
83273
|
cause: e2
|
|
83262
83274
|
});
|
|
83263
83275
|
}
|
|
83264
|
-
const { generateApp } = await import("./generator-
|
|
83276
|
+
const { generateApp } = await import("./generator-LKZYBZZH.js");
|
|
83265
83277
|
await generateApp({
|
|
83266
83278
|
packageName,
|
|
83267
83279
|
packageFolder,
|
|
@@ -95627,7 +95639,7 @@ import { randomUUID as randomUUID3 } from "node:crypto";
|
|
|
95627
95639
|
var package_default = {
|
|
95628
95640
|
name: "@wix/create-new",
|
|
95629
95641
|
description: "General entry point for creating Wix projects",
|
|
95630
|
-
version: "0.0.
|
|
95642
|
+
version: "0.0.114",
|
|
95631
95643
|
bin: "bin/index.cjs",
|
|
95632
95644
|
devDependencies: {
|
|
95633
95645
|
"@commander-js/extra-typings": "^13.0.0",
|