@wix/create-new 0.0.97 → 0.0.99

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wix/create-new",
3
3
  "description": "General entry point for creating Wix projects",
4
- "version": "0.0.97",
4
+ "version": "0.0.99",
5
5
  "bin": "bin/index.cjs",
6
6
  "devDependencies": {
7
7
  "@commander-js/extra-typings": "^13.0.0",
@@ -49,5 +49,5 @@
49
49
  ]
50
50
  }
51
51
  },
52
- "falconPackageHash": "e595b19e519823c7a06116123164f30e208cc751effb49dd8282709f"
52
+ "falconPackageHash": "7c02eb3d4abaea2c93f812297fcc082ee135169adb2c93dd5af52c27"
53
53
  }
@@ -2,11 +2,11 @@
2
2
  import { defineConfig } from 'astro/config';
3
3
  import wix from '@wix/astro';
4
4
  import react from "@astrojs/react";
5
- import cloudflare from "@astrojs/cloudflare";
5
+ import wixHostingAdapter from "@wix/astro-wix-hosting-adapter";
6
6
 
7
7
  export default defineConfig({
8
8
  output: "server",
9
- adapter: cloudflare(),
9
+ adapter: wixHostingAdapter(),
10
10
  integrations: [wix(), react()],
11
11
  image: { domains: ["static.wixstatic.com"] },
12
12
  security: { checkOrigin: false },
@@ -18,7 +18,7 @@ to: package.json
18
18
  "typecheck": "astro check"
19
19
  },
20
20
  "dependencies": {
21
- "@wix/astro": "^2.38.0",
21
+ "@wix/astro": "^2.39.0",
22
22
  "@wix/dashboard": "^1.3.43",
23
23
  "@wix/design-system": "^1.154.0",
24
24
  "@wix/essentials": "^0.1.23",
@@ -27,10 +27,10 @@ to: package.json
27
27
  },
28
28
  "devDependencies": {
29
29
  "@astrojs/check": "^0.9.9",
30
- "@astrojs/cloudflare": "^12.5.3",
31
30
  "@astrojs/react": "^4.3.0",
32
31
  "@types/react": "^18.3.1",
33
32
  "@types/react-dom": "^18.3.1",
33
+ "@wix/astro-wix-hosting-adapter": "^2.0.0",
34
34
  "@wix/cli": "^1.1.135",
35
35
  "@wix/sdk-types": "^1.0.0",
36
36
  "react": "^18.3.1",