@jsonpages/cli 3.0.18 → 3.0.20

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.
@@ -2463,8 +2463,8 @@ cat << 'END_OF_FILE_CONTENT' > "src/data/pages/home.json"
2463
2463
  "type": "hero",
2464
2464
  "data": {
2465
2465
  "badge": "Composable UI Engine · v1.0",
2466
- "title": "Local Authoring.",
2467
- "titleHighlight": "Global Governance.",
2466
+ "title": "Local Authorin",
2467
+ "titleHighlight": "Global Governance",
2468
2468
  "description": "JsonPages is a high-fidelity Site Factory that solves the scalability bottleneck of traditional CMS systems. Distribute, govern, and render UI components across hundreds of independent sites — without technical drift.",
2469
2469
  "ctas": [
2470
2470
  {
@@ -2495,18 +2495,6 @@ cat << 'END_OF_FILE_CONTENT' > "src/data/pages/home.json"
2495
2495
  },
2496
2496
  "settings": {}
2497
2497
  },
2498
- {
2499
- "id": "image-break-1",
2500
- "type": "image-break",
2501
- "data": {
2502
- "image": {
2503
- "url": "https://images.unsplash.com/photo-1464226184884-fa280b87c399?w=800",
2504
- "alt": "Verdure fresche dall'orto"
2505
- },
2506
- "caption": "Il nostro orto a pochi passi dalla cucina — raccolto ogni mattina all'alba"
2507
- },
2508
- "settings": {}
2509
- },
2510
2498
  {
2511
2499
  "id": "problem-statement",
2512
2500
  "type": "problem-statement",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsonpages/cli",
3
- "version": "3.0.18",
3
+ "version": "3.0.20",
4
4
  "description": "JsonPages CLI - Sovereign Projection Engine",
5
5
  "type": "module",
6
6
  "bin": {
package/src/index.js CHANGED
@@ -138,7 +138,7 @@ program
138
138
  spinner.start('Installing dependencies (this may take a minute)...');
139
139
 
140
140
  const deps = [
141
- 'react', 'react-dom', 'zod', 'react-router-dom@^6.29.0', // pin to satisfy @jsonpages/core peer
141
+ 'react', 'react-dom', 'zod@^3.24.1', 'react-router-dom@^6.29.0', // pin to satisfy @jsonpages/core peers
142
142
  'lucide-react', 'radix-ui',
143
143
  'tailwind-merge', 'clsx',
144
144
  'file-saver', 'jszip',