@wix/create-new 0.0.46 → 0.0.48
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-OJ4BF6SG.js} +5 -3
- package/build/{chunk-G37X6RCS.js.map → chunk-OJ4BF6SG.js.map} +1 -1
- package/build/{generator-NVASIFXO.js → generator-22SWDX6P.js} +7 -3
- package/build/generator-22SWDX6P.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
|
@@ -19309,7 +19309,7 @@ function getFiles(cwd) {
|
|
|
19309
19309
|
// ../gena/src/generator.ts
|
|
19310
19310
|
var fm = import_front_matter.default;
|
|
19311
19311
|
function shouldSkipParsing(file) {
|
|
19312
|
-
return [".png", ".jpg", ".gif", ".astro", ".zip"].includes(
|
|
19312
|
+
return [".png", ".jpg", ".gif", ".astro", ".zip", ".css"].includes(
|
|
19313
19313
|
extname(file).toLowerCase()
|
|
19314
19314
|
);
|
|
19315
19315
|
}
|
|
@@ -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-OJ4BF6SG.js.map
|