@velvetmonkey/flywheel-memory 2.0.124 → 2.0.125
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.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10838,6 +10838,7 @@ function enrichResultCompact(result, index, stateDb2, opts) {
|
|
|
10838
10838
|
if (preview) enriched.snippet = preview;
|
|
10839
10839
|
}
|
|
10840
10840
|
if (note) {
|
|
10841
|
+
if (Object.keys(note.frontmatter).length > 0) enriched.frontmatter = note.frontmatter;
|
|
10841
10842
|
enriched.backlink_count = backlinks.length;
|
|
10842
10843
|
enriched.modified = note.modified.toISOString();
|
|
10843
10844
|
if (note.tags.length > 0) enriched.tags = note.tags;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@velvetmonkey/flywheel-memory",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.125",
|
|
4
4
|
"description": "MCP server that gives Claude full read/write access to your Obsidian vault. Select from 69 tools for search, backlinks, graph queries, mutations, agent memory, and hybrid semantic search.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|