@wix/create-new 0.0.46 → 0.0.47
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-G37X6RCS.js → chunk-YCBN4IEQ.js} +4 -2
- package/build/{chunk-G37X6RCS.js.map → chunk-YCBN4IEQ.js.map} +1 -1
- package/build/{generator-NVASIFXO.js → generator-UAZEKWHO.js} +7 -3
- package/build/generator-UAZEKWHO.js.map +1 -0
- package/build/index.js +46 -25
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- package/templates/app/blank/wix.config.json.ejs +2 -0
- package/build/generator-NVASIFXO.js.map +0 -1
|
@@ -19397,7 +19397,9 @@ var wixAstroAppConfigSchema = zod_default.object({
|
|
|
19397
19397
|
$schema: zod_default.string().optional(),
|
|
19398
19398
|
projectType: zod_default.literal("App"),
|
|
19399
19399
|
appId: zod_default.string(),
|
|
19400
|
-
projectId: zod_default.string().optional()
|
|
19400
|
+
projectId: zod_default.string().optional(),
|
|
19401
|
+
codeIdentifier: zod_default.string().optional(),
|
|
19402
|
+
namespace: zod_default.string().optional()
|
|
19401
19403
|
});
|
|
19402
19404
|
var wixAstroConfigSchema = zod_default.discriminatedUnion("projectType", [
|
|
19403
19405
|
wixAstroSiteConfigSchema,
|
|
@@ -19751,4 +19753,4 @@ is-git-url/index.js:
|
|
|
19751
19753
|
* Released under the MIT License.
|
|
19752
19754
|
*)
|
|
19753
19755
|
*/
|
|
19754
|
-
//# sourceMappingURL=chunk-
|
|
19756
|
+
//# sourceMappingURL=chunk-YCBN4IEQ.js.map
|