@cccarv82/freya 2.3.12 → 2.3.13

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.
Files changed (2) hide show
  1. package/cli/web.js +1 -0
  2. package/package.json +1 -1
package/cli/web.js CHANGED
@@ -1381,6 +1381,7 @@ function buildTimelineHtml(safeDefault, appVersion) {
1381
1381
  <button class=\"railBtn\" id=\"railCompanion\" type=\"button\" title=\"Companion\">C</button>
1382
1382
  <button class=\"railBtn\" id=\"railProjects\" type=\"button\" title=\"Projects\">P</button>
1383
1383
  <button class=\"railBtn active\" id=\"railTimeline\" type=\"button\" title=\"Timeline\">T</button>
1384
+ <button class=\"railBtn\" id=\"railGraph\" type=\"button\" title=\"Grafo\">G</button>
1384
1385
  </div>
1385
1386
  <div class=\"railBottom\">
1386
1387
  <div class=\"railStatus\" id=\"railStatus\" title=\"status\"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cccarv82/freya",
3
- "version": "2.3.12",
3
+ "version": "2.3.13",
4
4
  "description": "Personal AI Assistant with local-first persistence",
5
5
  "scripts": {
6
6
  "health": "node scripts/validate-data.js && node scripts/validate-structure.js",