@velvetmonkey/flywheel-memory 2.0.153 → 2.0.154
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/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
[](https://www.npmjs.com/package/@velvetmonkey/flywheel-memory)
|
|
14
14
|
[](https://modelcontextprotocol.io/)
|
|
15
15
|
[](https://github.com/velvetmonkey/flywheel-memory/actions/workflows/ci.yml)
|
|
16
|
-
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
17
17
|
[](https://github.com/velvetmonkey/flywheel-memory)
|
|
18
18
|
[](https://github.com/velvetmonkey/flywheel-memory/blob/main/docs/TESTING.md#performance-benchmarks)
|
|
19
19
|
[](https://github.com/velvetmonkey/flywheel-memory/blob/main/docs/TESTING.md)
|
|
@@ -399,4 +399,4 @@ The fewer tools you load, the less context the AI needs to pick the right one. S
|
|
|
399
399
|
|
|
400
400
|
## License
|
|
401
401
|
|
|
402
|
-
|
|
402
|
+
Apache-2.0 — see [LICENSE](https://github.com/velvetmonkey/flywheel-memory/blob/main/LICENSE) for details.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@velvetmonkey/flywheel-memory",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.154",
|
|
4
4
|
"description": "MCP tools that search, write, and auto-link your Obsidian vault — and learn from your edits.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@huggingface/transformers": "^3.8.1",
|
|
56
56
|
"@modelcontextprotocol/sdk": "^1.25.1",
|
|
57
|
-
"@velvetmonkey/vault-core": "^2.0.
|
|
57
|
+
"@velvetmonkey/vault-core": "^2.0.154",
|
|
58
58
|
"better-sqlite3": "^12.0.0",
|
|
59
59
|
"chokidar": "^4.0.0",
|
|
60
60
|
"gray-matter": "^4.0.3",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"engines": {
|
|
76
76
|
"node": ">=22.0.0"
|
|
77
77
|
},
|
|
78
|
-
"license": "
|
|
78
|
+
"license": "Apache-2.0",
|
|
79
79
|
"files": [
|
|
80
80
|
"bin",
|
|
81
81
|
"dist",
|