@cccarv82/freya 1.0.32 → 1.0.33

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-ui.js +1 -3
  2. package/package.json +1 -1
package/cli/web-ui.js CHANGED
@@ -578,9 +578,7 @@
578
578
  try {
579
579
  setPill('run', 'exporting…');
580
580
  const r = await api('/api/obsidian/export', { dir: dirOrDefault() });
581
- setOut('## Obsidian export
582
-
583
- ' + (r.output || 'ok'));
581
+ setOut('## Obsidian export\n\n' + (r.output || 'ok'));
584
582
  setPill('ok', 'exported');
585
583
  setTimeout(() => setPill('ok', 'idle'), 800);
586
584
  } catch (e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cccarv82/freya",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "description": "Personal AI Assistant with local-first persistence",
5
5
  "scripts": {
6
6
  "health": "node scripts/validate-data.js",