agent-recall-core 3.4.7 → 3.4.8

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/dist/types.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Shared types, interfaces, and constants for agent-recall-mcp.
3
3
  */
4
- export declare const VERSION = "3.4.7";
4
+ export declare const VERSION = "3.4.8";
5
5
  /**
6
6
  * Set the storage root directory. This is process-global state —
7
7
  * only one root is active at a time. Call before any other operations.
package/dist/types.js CHANGED
@@ -6,7 +6,7 @@ import * as os from "node:os";
6
6
  // ---------------------------------------------------------------------------
7
7
  // Constants
8
8
  // ---------------------------------------------------------------------------
9
- export const VERSION = "3.4.7";
9
+ export const VERSION = "3.4.8";
10
10
  // ---------------------------------------------------------------------------
11
11
  // Root directory (configurable at runtime for SDK usage)
12
12
  // ---------------------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-recall-core",
3
- "version": "3.4.7",
3
+ "version": "3.4.8",
4
4
  "description": "Core memory palace engine for AgentRecall",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",