@cerefox/memory 0.4.0 → 0.4.3

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.
@@ -25313,7 +25313,7 @@ var ALL_TOOLS = [
25313
25313
  var TOOLS_BY_NAME = Object.fromEntries(ALL_TOOLS.map((t) => [t.name, t]));
25314
25314
 
25315
25315
  // src/server.ts
25316
- var PKG_VERSION = "0.4.0";
25316
+ var PKG_VERSION = "0.4.3";
25317
25317
  var SERVER_NAME = "cerefox";
25318
25318
  function buildServer() {
25319
25319
  const settings = loadSettings();
@@ -25371,7 +25371,7 @@ async function warnIfSchemaVersionMismatch(supabase) {
25371
25371
  }
25372
25372
 
25373
25373
  // src/bin/cerefox-mcp.ts
25374
- var VERSION = "0.4.0";
25374
+ var VERSION = "0.4.3";
25375
25375
  var HELP = `Cerefox MCP server (@cerefox/memory v${VERSION})
25376
25376
 
25377
25377
  USAGE
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cerefox/memory",
3
- "version": "0.4.0",
3
+ "version": "0.4.3",
4
4
  "description": "Cerefox — user-owned shared memory for AI agents. The local TypeScript runtime: stdio MCP server in v0.4; CLI binary added in v0.5; in-process web server in v0.6; ingestion pipeline in v0.7.",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/fstamatelopoulos/cerefox",
@@ -27,7 +27,7 @@
27
27
  "bun": ">=1.0.0"
28
28
  },
29
29
  "bin": {
30
- "cerefox-mcp": "./dist/bin/cerefox-mcp.js"
30
+ "cerefox-mcp": "dist/bin/cerefox-mcp.js"
31
31
  },
32
32
  "files": [
33
33
  "dist",