@wix/create-new 0.0.91 → 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.
- package/build/{chunk-VA46CXPF.js → chunk-4MTB5HLH.js} +42 -3
- package/build/chunk-4MTB5HLH.js.map +1 -0
- package/build/{generator-RRWGFS4Y.js → generator-T2AEF3W7.js} +2 -2
- package/build/index.js +24 -3
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- package/build/chunk-VA46CXPF.js.map +0 -1
- /package/build/{generator-RRWGFS4Y.js.map → generator-T2AEF3W7.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-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-
|
|
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-
|
|
121
|
+
} from "./chunk-4MTB5HLH.js";
|
|
122
122
|
import {
|
|
123
123
|
__commonJS,
|
|
124
124
|
__dirname,
|
|
@@ -64055,6 +64055,7 @@ function buildVerificationUris(verificationUri) {
|
|
|
64055
64055
|
const signupUri = new URL("https://users.wix.com/login/signup/password");
|
|
64056
64056
|
signupUri.searchParams.set("redirectTo", coloredUri.href);
|
|
64057
64057
|
signupUri.searchParams.set("referralInfo", "cli");
|
|
64058
|
+
coloredUri.searchParams.set("referralInfo", "cli");
|
|
64058
64059
|
return {
|
|
64059
64060
|
coloredVerificationUri: coloredUri.toString(),
|
|
64060
64061
|
signupUri: signupUri.toString()
|
|
@@ -65609,6 +65610,26 @@ function getErrorComponent(code, cause) {
|
|
|
65609
65610
|
}
|
|
65610
65611
|
);
|
|
65611
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
|
+
},
|
|
65612
65633
|
FailedToGetAppInstallationDetails: ({ appId }) => {
|
|
65613
65634
|
return () => /* @__PURE__ */ import_react84.default.createElement(
|
|
65614
65635
|
SystemErrorMessage,
|
|
@@ -82593,7 +82614,7 @@ function getTasks({
|
|
|
82593
82614
|
cause: e2
|
|
82594
82615
|
});
|
|
82595
82616
|
}
|
|
82596
|
-
const { generateApp } = await import("./generator-
|
|
82617
|
+
const { generateApp } = await import("./generator-T2AEF3W7.js");
|
|
82597
82618
|
await generateApp({
|
|
82598
82619
|
packageName,
|
|
82599
82620
|
packageFolder,
|
|
@@ -94997,7 +95018,7 @@ import { randomUUID as randomUUID3 } from "node:crypto";
|
|
|
94997
95018
|
var package_default = {
|
|
94998
95019
|
name: "@wix/create-new",
|
|
94999
95020
|
description: "General entry point for creating Wix projects",
|
|
95000
|
-
version: "0.0.
|
|
95021
|
+
version: "0.0.93",
|
|
95001
95022
|
bin: "bin/index.cjs",
|
|
95002
95023
|
devDependencies: {
|
|
95003
95024
|
"@commander-js/extra-typings": "^13.0.0",
|