create-vulajs-app 1.1.0 → 1.1.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vulajs-app",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Create a new Vula.js application",
5
5
  "bin": {
6
6
  "create-vulajs-app": "./bin/index.js"
@@ -8,8 +8,7 @@
8
8
  "dependencies": {
9
9
  "react": "^19.2.6",
10
10
  "react-dom": "^19.2.6",
11
- "@swavoti/vula": "latest",
12
- "@vula/video-opti": "latest"
11
+ "@swavoti/vula": "latest"
13
12
  },
14
13
  "devDependencies": {
15
14
  "@types/react": "^19.0.0",
@@ -5,7 +5,7 @@
5
5
  app:
6
6
  name: "My Vula App"
7
7
  # Path to favicon/icon, relative to project root (from assets/ folder)
8
- icon: "assets/icon.png"
8
+ icon: "assets/vula.jpeg"
9
9
  # Default HTML language attribute
10
10
  lang: "en"
11
11
 
@@ -46,3 +46,11 @@ server:
46
46
  compression: true
47
47
  # Trust X-Forwarded-* headers (set true when behind a reverse proxy)
48
48
  trust-proxy: false
49
+
50
+ modules:
51
+ # Automatically load and register @swavoti/video-opti middleware
52
+ video-opti: true
53
+ # Automatically load and register @swavoti/image-opti middleware
54
+ image-opti: true
55
+ # Experimental Server-Side Rendering
56
+ ssr: true