@olonjs/cli 3.0.99 → 3.0.103

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.
@@ -1646,7 +1646,7 @@ cat << 'END_OF_FILE_CONTENT' > "package.json"
1646
1646
  "@tiptap/extension-link": "^2.11.5",
1647
1647
  "@tiptap/react": "^2.11.5",
1648
1648
  "@tiptap/starter-kit": "^2.11.5",
1649
- "@olonjs/core": "^1.0.87",
1649
+ "@olonjs/core": "^1.0.90",
1650
1650
  "class-variance-authority": "^0.7.1",
1651
1651
  "clsx": "^2.1.1",
1652
1652
  "lucide-react": "^0.474.0",
@@ -5574,7 +5574,6 @@ export type DevexData = z.infer<typeof DevexSchema>;
5574
5574
  export type DevexSettings = z.infer<typeof BaseSectionSettingsSchema>;
5575
5575
 
5576
5576
  END_OF_FILE_CONTENT
5577
- mkdir -p "src/components/docs-layout"
5578
5577
  mkdir -p "src/components/feature-grid"
5579
5578
  echo "Creating src/components/feature-grid/View.tsx..."
5580
5579
  cat << 'END_OF_FILE_CONTENT' > "src/components/feature-grid/View.tsx"
@@ -12593,7 +12592,6 @@ ReactDOM.createRoot(document.getElementById('root')!).render(
12593
12592
 
12594
12593
  END_OF_FILE_CONTENT
12595
12594
  # SKIP: src/registry-types.ts is binary and cannot be embedded as text.
12596
- mkdir -p "src/server"
12597
12595
  mkdir -p "src/types"
12598
12596
  echo "Creating src/types.ts..."
12599
12597
  cat << 'END_OF_FILE_CONTENT' > "src/types.ts"
@@ -551,7 +551,6 @@ Senza questo, in Studio l'overlay non si vede nell'iframe.
551
551
  Usando questo percorso hai **governance** piena: tipi, schema, editor, Add Section e overlay allineati alle spec v1.2. Per le versioni con tutti i "Perché servono" usa il file **JSONPAGES_Specs_v1.2_completo.md**.
552
552
 
553
553
  END_OF_FILE_CONTENT
554
- mkdir -p "docs/ver"
555
554
  echo "Creating index.html..."
556
555
  cat << 'END_OF_FILE_CONTENT' > "index.html"
557
556
  <!DOCTYPE html>
@@ -597,7 +596,7 @@ cat << 'END_OF_FILE_CONTENT' > "package.json"
597
596
  "@tiptap/extension-link": "^2.11.5",
598
597
  "@tiptap/react": "^2.11.5",
599
598
  "@tiptap/starter-kit": "^2.11.5",
600
- "@olonjs/core": "^1.0.87",
599
+ "@olonjs/core": "^1.0.90",
601
600
  "clsx": "^2.1.1",
602
601
  "lucide-react": "^0.474.0",
603
602
  "react": "^19.0.0",
@@ -4750,7 +4749,6 @@ export type ImageBreakData = z.infer<typeof ImageBreakSchema>;
4750
4749
  export type ImageBreakSettings = Record<string, unknown>;
4751
4750
 
4752
4751
  END_OF_FILE_CONTENT
4753
- mkdir -p "src/components/image-test"
4754
4752
  mkdir -p "src/components/kitchen-showcase"
4755
4753
  echo "Creating src/components/kitchen-showcase/View.tsx..."
4756
4754
  cat << 'END_OF_FILE_CONTENT' > "src/components/kitchen-showcase/View.tsx"
@@ -11446,7 +11444,6 @@ ReactDOM.createRoot(document.getElementById('root')!).render(
11446
11444
 
11447
11445
  END_OF_FILE_CONTENT
11448
11446
  # SKIP: src/registry-types.ts is binary and cannot be embedded as text.
11449
- mkdir -p "src/server"
11450
11447
  mkdir -p "src/types"
11451
11448
  echo "Creating src/types.ts..."
11452
11449
  cat << 'END_OF_FILE_CONTENT' > "src/types.ts"
@@ -1646,7 +1646,7 @@ cat << 'END_OF_FILE_CONTENT' > "package.json"
1646
1646
  "@tiptap/extension-link": "^2.11.5",
1647
1647
  "@tiptap/react": "^2.11.5",
1648
1648
  "@tiptap/starter-kit": "^2.11.5",
1649
- "@olonjs/core": "^1.0.87",
1649
+ "@olonjs/core": "^1.0.90",
1650
1650
  "class-variance-authority": "^0.7.1",
1651
1651
  "clsx": "^2.1.1",
1652
1652
  "lucide-react": "^0.474.0",
@@ -5574,7 +5574,6 @@ export type DevexData = z.infer<typeof DevexSchema>;
5574
5574
  export type DevexSettings = z.infer<typeof BaseSectionSettingsSchema>;
5575
5575
 
5576
5576
  END_OF_FILE_CONTENT
5577
- mkdir -p "src/components/docs-layout"
5578
5577
  mkdir -p "src/components/feature-grid"
5579
5578
  echo "Creating src/components/feature-grid/View.tsx..."
5580
5579
  cat << 'END_OF_FILE_CONTENT' > "src/components/feature-grid/View.tsx"
@@ -12593,7 +12592,6 @@ ReactDOM.createRoot(document.getElementById('root')!).render(
12593
12592
 
12594
12593
  END_OF_FILE_CONTENT
12595
12594
  # SKIP: src/registry-types.ts is binary and cannot be embedded as text.
12596
- mkdir -p "src/server"
12597
12595
  mkdir -p "src/types"
12598
12596
  echo "Creating src/types.ts..."
12599
12597
  cat << 'END_OF_FILE_CONTENT' > "src/types.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olonjs/cli",
3
- "version": "3.0.99",
3
+ "version": "3.0.103",
4
4
  "description": "The Sovereign CLI Engine for OlonJS.",
5
5
  "type": "module",
6
6
  "bin": {