@wix/create-new 0.0.108 → 0.0.109
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/index.js +4 -1
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -92955,6 +92955,8 @@ async function modifyAstroConfig(projectFolder) {
|
|
|
92955
92955
|
addIntegration2(loadedFile, react);
|
|
92956
92956
|
const wix = setImport(loadedFile, "@wix/astro", "wix");
|
|
92957
92957
|
addIntegration2(loadedFile, wix);
|
|
92958
|
+
const wixPages = setImport(loadedFile, "@wix/astro-pages", "wixPages");
|
|
92959
|
+
addIntegration2(loadedFile, wixPages);
|
|
92958
92960
|
setAdapter(loadedFile);
|
|
92959
92961
|
const config = getDefineConfigOptions(loadedFile);
|
|
92960
92962
|
config.image ??= {};
|
|
@@ -93041,6 +93043,7 @@ async function extend2(projectFolder) {
|
|
|
93041
93043
|
"@types/react-dom": "^18.3.1",
|
|
93042
93044
|
"@wix/cli": "^1.1.92",
|
|
93043
93045
|
"@wix/astro": "^2.39.0",
|
|
93046
|
+
"@wix/astro-pages": "^2.0.4",
|
|
93044
93047
|
react: "18.3.1",
|
|
93045
93048
|
"react-dom": "18.3.1",
|
|
93046
93049
|
"@wix/astro-wix-hosting-adapter": "^2.0.0"
|
|
@@ -95556,7 +95559,7 @@ import { randomUUID as randomUUID3 } from "node:crypto";
|
|
|
95556
95559
|
var package_default = {
|
|
95557
95560
|
name: "@wix/create-new",
|
|
95558
95561
|
description: "General entry point for creating Wix projects",
|
|
95559
|
-
version: "0.0.
|
|
95562
|
+
version: "0.0.109",
|
|
95560
95563
|
bin: "bin/index.cjs",
|
|
95561
95564
|
devDependencies: {
|
|
95562
95565
|
"@commander-js/extra-typings": "^13.0.0",
|