virlow-mcp 3.11.13 → 3.13.0

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/dist/cli.js +1 -1
  2. package/package.json +4 -4
package/dist/cli.js CHANGED
@@ -1873,7 +1873,7 @@ function startUnlockServer(api, vault, opts = {}) {
1873
1873
  }
1874
1874
 
1875
1875
  // src/version.ts
1876
- var VERSION = true ? "3.11.13" : "dev";
1876
+ var VERSION = true ? "3.13.0" : "dev";
1877
1877
 
1878
1878
  // src/server.ts
1879
1879
  function defaultEmbeddingCacheDir() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "virlow-mcp",
3
- "version": "3.11.13",
3
+ "version": "3.13.0",
4
4
  "description": "Local MCP server for Virlow Secure Notes: end-to-end-encrypted AI memories and notes for Cursor, Claude, Codex, and any MCP client.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -34,9 +34,9 @@
34
34
  "esbuild": "^0.25.0",
35
35
  "typescript": "^5.8.0",
36
36
  "vitest": "^3.0.0",
37
- "@batalabs/virlow-crypto": "3.11.13",
38
- "@batalabs/virlow-memory": "3.11.13",
39
- "@batalabs/virlow-mcp-core": "3.11.13"
37
+ "@batalabs/virlow-memory": "3.13.0",
38
+ "@batalabs/virlow-mcp-core": "3.13.0",
39
+ "@batalabs/virlow-crypto": "3.13.0"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "node build.mjs",