@olonjs/cli 3.0.96 → 3.0.97
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.
|
@@ -1645,7 +1645,7 @@ cat << 'END_OF_FILE_CONTENT' > "package.json"
|
|
|
1645
1645
|
"@tiptap/extension-link": "^2.11.5",
|
|
1646
1646
|
"@tiptap/react": "^2.11.5",
|
|
1647
1647
|
"@tiptap/starter-kit": "^2.11.5",
|
|
1648
|
-
"@olonjs/core": "^1.0.
|
|
1648
|
+
"@olonjs/core": "^1.0.85",
|
|
1649
1649
|
"class-variance-authority": "^0.7.1",
|
|
1650
1650
|
"clsx": "^2.1.1",
|
|
1651
1651
|
"lucide-react": "^0.474.0",
|
|
@@ -10671,9 +10671,46 @@ cat << 'END_OF_FILE_CONTENT' > "src/data/config/site.json"
|
|
|
10671
10671
|
"data": {
|
|
10672
10672
|
"logoText": "Olon",
|
|
10673
10673
|
"badge": "",
|
|
10674
|
-
"links":
|
|
10675
|
-
|
|
10676
|
-
|
|
10674
|
+
"links": [
|
|
10675
|
+
{
|
|
10676
|
+
"label": "Platform",
|
|
10677
|
+
"href": "/platform",
|
|
10678
|
+
"children": [
|
|
10679
|
+
{
|
|
10680
|
+
"label": "Overview",
|
|
10681
|
+
"href": "/platform/overview"
|
|
10682
|
+
},
|
|
10683
|
+
{
|
|
10684
|
+
"label": "Architecture",
|
|
10685
|
+
"href": "/platform/architecture"
|
|
10686
|
+
},
|
|
10687
|
+
{
|
|
10688
|
+
"label": "Security",
|
|
10689
|
+
"href": "/platform/security"
|
|
10690
|
+
},
|
|
10691
|
+
{
|
|
10692
|
+
"label": "Integrations",
|
|
10693
|
+
"href": "/platform/integrations"
|
|
10694
|
+
},
|
|
10695
|
+
{
|
|
10696
|
+
"label": "Roadmap",
|
|
10697
|
+
"href": "/platform/roadmap"
|
|
10698
|
+
}
|
|
10699
|
+
]
|
|
10700
|
+
},
|
|
10701
|
+
{
|
|
10702
|
+
"label": "Solutions",
|
|
10703
|
+
"href": "/solutions"
|
|
10704
|
+
},
|
|
10705
|
+
{
|
|
10706
|
+
"label": "Pricing",
|
|
10707
|
+
"href": "/pricing"
|
|
10708
|
+
},
|
|
10709
|
+
{
|
|
10710
|
+
"label": "Resources",
|
|
10711
|
+
"href": "/resources"
|
|
10712
|
+
}
|
|
10713
|
+
],
|
|
10677
10714
|
"ctaLabel": "Get started →",
|
|
10678
10715
|
"ctaHref": "#contact",
|
|
10679
10716
|
"signinHref": "#login"
|
|
@@ -10942,7 +10979,6 @@ cat << 'END_OF_FILE_CONTENT' > "src/data/pages/home.json"
|
|
|
10942
10979
|
"description": "OlonJS standardizes machine-readable web content across tenants. Predictable page endpoints for agents, typed schema contracts, repeatable governance."
|
|
10943
10980
|
},
|
|
10944
10981
|
"sections": [
|
|
10945
|
-
|
|
10946
10982
|
{
|
|
10947
10983
|
"id": "hero-main",
|
|
10948
10984
|
"type": "hero",
|
|
@@ -11114,7 +11150,6 @@ cat << 'END_OF_FILE_CONTENT' > "src/data/pages/home.json"
|
|
|
11114
11150
|
}
|
|
11115
11151
|
}
|
|
11116
11152
|
]
|
|
11117
|
-
|
|
11118
11153
|
}
|
|
11119
11154
|
END_OF_FILE_CONTENT
|
|
11120
11155
|
mkdir -p "src/data/pages/platform"
|
|
@@ -596,7 +596,7 @@ cat << 'END_OF_FILE_CONTENT' > "package.json"
|
|
|
596
596
|
"@tiptap/extension-link": "^2.11.5",
|
|
597
597
|
"@tiptap/react": "^2.11.5",
|
|
598
598
|
"@tiptap/starter-kit": "^2.11.5",
|
|
599
|
-
"@olonjs/core": "^1.0.
|
|
599
|
+
"@olonjs/core": "^1.0.85",
|
|
600
600
|
"clsx": "^2.1.1",
|
|
601
601
|
"lucide-react": "^0.474.0",
|
|
602
602
|
"react": "^19.0.0",
|
|
@@ -1645,7 +1645,7 @@ cat << 'END_OF_FILE_CONTENT' > "package.json"
|
|
|
1645
1645
|
"@tiptap/extension-link": "^2.11.5",
|
|
1646
1646
|
"@tiptap/react": "^2.11.5",
|
|
1647
1647
|
"@tiptap/starter-kit": "^2.11.5",
|
|
1648
|
-
"@olonjs/core": "^1.0.
|
|
1648
|
+
"@olonjs/core": "^1.0.85",
|
|
1649
1649
|
"class-variance-authority": "^0.7.1",
|
|
1650
1650
|
"clsx": "^2.1.1",
|
|
1651
1651
|
"lucide-react": "^0.474.0",
|
|
@@ -10671,9 +10671,46 @@ cat << 'END_OF_FILE_CONTENT' > "src/data/config/site.json"
|
|
|
10671
10671
|
"data": {
|
|
10672
10672
|
"logoText": "Olon",
|
|
10673
10673
|
"badge": "",
|
|
10674
|
-
"links":
|
|
10675
|
-
|
|
10676
|
-
|
|
10674
|
+
"links": [
|
|
10675
|
+
{
|
|
10676
|
+
"label": "Platform",
|
|
10677
|
+
"href": "/platform",
|
|
10678
|
+
"children": [
|
|
10679
|
+
{
|
|
10680
|
+
"label": "Overview",
|
|
10681
|
+
"href": "/platform/overview"
|
|
10682
|
+
},
|
|
10683
|
+
{
|
|
10684
|
+
"label": "Architecture",
|
|
10685
|
+
"href": "/platform/architecture"
|
|
10686
|
+
},
|
|
10687
|
+
{
|
|
10688
|
+
"label": "Security",
|
|
10689
|
+
"href": "/platform/security"
|
|
10690
|
+
},
|
|
10691
|
+
{
|
|
10692
|
+
"label": "Integrations",
|
|
10693
|
+
"href": "/platform/integrations"
|
|
10694
|
+
},
|
|
10695
|
+
{
|
|
10696
|
+
"label": "Roadmap",
|
|
10697
|
+
"href": "/platform/roadmap"
|
|
10698
|
+
}
|
|
10699
|
+
]
|
|
10700
|
+
},
|
|
10701
|
+
{
|
|
10702
|
+
"label": "Solutions",
|
|
10703
|
+
"href": "/solutions"
|
|
10704
|
+
},
|
|
10705
|
+
{
|
|
10706
|
+
"label": "Pricing",
|
|
10707
|
+
"href": "/pricing"
|
|
10708
|
+
},
|
|
10709
|
+
{
|
|
10710
|
+
"label": "Resources",
|
|
10711
|
+
"href": "/resources"
|
|
10712
|
+
}
|
|
10713
|
+
],
|
|
10677
10714
|
"ctaLabel": "Get started →",
|
|
10678
10715
|
"ctaHref": "#contact",
|
|
10679
10716
|
"signinHref": "#login"
|
|
@@ -10942,7 +10979,6 @@ cat << 'END_OF_FILE_CONTENT' > "src/data/pages/home.json"
|
|
|
10942
10979
|
"description": "OlonJS standardizes machine-readable web content across tenants. Predictable page endpoints for agents, typed schema contracts, repeatable governance."
|
|
10943
10980
|
},
|
|
10944
10981
|
"sections": [
|
|
10945
|
-
|
|
10946
10982
|
{
|
|
10947
10983
|
"id": "hero-main",
|
|
10948
10984
|
"type": "hero",
|
|
@@ -11114,7 +11150,6 @@ cat << 'END_OF_FILE_CONTENT' > "src/data/pages/home.json"
|
|
|
11114
11150
|
}
|
|
11115
11151
|
}
|
|
11116
11152
|
]
|
|
11117
|
-
|
|
11118
11153
|
}
|
|
11119
11154
|
END_OF_FILE_CONTENT
|
|
11120
11155
|
mkdir -p "src/data/pages/platform"
|