virlow-mcp 3.68.0 → 3.69.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
@@ -4005,7 +4005,7 @@ function startUnlockServer(api, vault, opts = {}) {
4005
4005
  }
4006
4006
 
4007
4007
  // src/version.ts
4008
- var VERSION = true ? "3.68.0" : "dev";
4008
+ var VERSION = true ? "3.69.0" : "dev";
4009
4009
 
4010
4010
  // src/server.ts
4011
4011
  function defaultEmbeddingCacheDir() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "virlow-mcp",
3
- "version": "3.68.0",
3
+ "version": "3.69.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": "UNLICENSED",
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.68.0",
38
- "@batalabs/virlow-mcp-core": "3.68.0",
39
- "@batalabs/virlow-memory": "3.68.0"
37
+ "@batalabs/virlow-crypto": "3.69.0",
38
+ "@batalabs/virlow-memory": "3.69.0",
39
+ "@batalabs/virlow-mcp-core": "3.69.0"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "node build.mjs",