@wix/create-new 0.0.36 → 0.0.38
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-A4KF6LJN.js → chunk-OZM7WZ4W.js} +1 -2
- package/build/{chunk-A4KF6LJN.js.map → chunk-OZM7WZ4W.js.map} +1 -1
- package/build/{generator-44WTFHH3.js → generator-LMHXVMXT.js} +2 -2
- package/build/index.js +3 -12
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- /package/build/{generator-44WTFHH3.js.map → generator-LMHXVMXT.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-OZM7WZ4W.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-LMHXVMXT.js.map
|
package/build/index.js
CHANGED
|
@@ -112,7 +112,7 @@ import {
|
|
|
112
112
|
writeJson,
|
|
113
113
|
writePackageJson,
|
|
114
114
|
zod_default
|
|
115
|
-
} from "./chunk-
|
|
115
|
+
} from "./chunk-OZM7WZ4W.js";
|
|
116
116
|
import {
|
|
117
117
|
__commonJS,
|
|
118
118
|
__dirname,
|
|
@@ -67001,15 +67001,6 @@ ${errorMessage2}`
|
|
|
67001
67001
|
}
|
|
67002
67002
|
);
|
|
67003
67003
|
},
|
|
67004
|
-
AppInstallerSiteNotFound: ({ siteId }) => {
|
|
67005
|
-
return () => /* @__PURE__ */ import_react82.default.createElement(
|
|
67006
|
-
ErrorMessage,
|
|
67007
|
-
{
|
|
67008
|
-
message: `Site with ID "${siteId}" not found.`,
|
|
67009
|
-
hint: "Please make sure the site exists and you have access to it."
|
|
67010
|
-
}
|
|
67011
|
-
);
|
|
67012
|
-
},
|
|
67013
67004
|
EAccessPermissionDenied: () => {
|
|
67014
67005
|
return () => /* @__PURE__ */ import_react82.default.createElement(
|
|
67015
67006
|
ErrorMessage,
|
|
@@ -82110,7 +82101,7 @@ function getTasks({
|
|
|
82110
82101
|
cause: e2
|
|
82111
82102
|
});
|
|
82112
82103
|
}
|
|
82113
|
-
const { generateApp } = await import("./generator-
|
|
82104
|
+
const { generateApp } = await import("./generator-LMHXVMXT.js");
|
|
82114
82105
|
await generateApp({
|
|
82115
82106
|
packageName,
|
|
82116
82107
|
packageFolder,
|
|
@@ -95166,7 +95157,7 @@ import { randomUUID as randomUUID2 } from "node:crypto";
|
|
|
95166
95157
|
var package_default = {
|
|
95167
95158
|
name: "@wix/create-new",
|
|
95168
95159
|
description: "General entry point for creating Wix projects",
|
|
95169
|
-
version: "0.0.
|
|
95160
|
+
version: "0.0.38",
|
|
95170
95161
|
bin: "bin/index.cjs",
|
|
95171
95162
|
devDependencies: {
|
|
95172
95163
|
"@commander-js/extra-typings": "^13.0.0",
|