@batalabs/virlow-mcp-core 3.13.0 → 3.14.1
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@batalabs/virlow-mcp-core",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.14.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Virlow MCP connector core: encrypted note and memory access, folder exposure, and the memories opt-in. Shared by the local virlow-mcp CLI and the hosted connector.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"@modelcontextprotocol/sdk": "^1.12.0",
|
|
27
27
|
"yaml": ">=2.8.3 <3",
|
|
28
28
|
"zod": "^3.24.0",
|
|
29
|
-
"@batalabs/virlow-
|
|
30
|
-
"@batalabs/virlow-
|
|
29
|
+
"@batalabs/virlow-crypto": "3.14.1",
|
|
30
|
+
"@batalabs/virlow-memory": "3.14.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/node": "^22.10.0",
|