@agentmemory/agentmemory 0.8.0 → 0.8.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.
@@ -3909,7 +3909,7 @@ function registerAutoForgetFunction(sdk, kv) {
3909
3909
 
3910
3910
  //#endregion
3911
3911
  //#region src/version.ts
3912
- const VERSION = "0.8.0";
3912
+ const VERSION = "0.8.1";
3913
3913
 
3914
3914
  //#endregion
3915
3915
  //#region src/functions/export-import.ts
@@ -4015,7 +4015,8 @@ function registerExportImportFunction(sdk, kv) {
4015
4015
  "0.7.6",
4016
4016
  "0.7.7",
4017
4017
  "0.7.9",
4018
- "0.8.0"
4018
+ "0.8.0",
4019
+ "0.8.1"
4019
4020
  ]).has(importData.version)) return {
4020
4021
  success: false,
4021
4022
  error: `Unsupported export version: ${importData.version}`
@@ -14464,9 +14465,11 @@ function startViewerServer(port, _kv, _sdk, secret, restPort) {
14464
14465
  if (method === "GET" && (pathname === "/" || pathname === "/viewer" || pathname === "/agentmemory/viewer")) {
14465
14466
  const base = dirname(fileURLToPath(import.meta.url));
14466
14467
  const candidates = [
14467
- join(base, "..", "src", "viewer", "index.html"),
14468
+ join(base, "index.html"),
14469
+ join(base, "viewer", "index.html"),
14468
14470
  join(base, "..", "viewer", "index.html"),
14469
- join(base, "viewer", "index.html")
14471
+ join(base, "..", "src", "viewer", "index.html"),
14472
+ join(base, "..", "dist", "viewer", "index.html")
14470
14473
  ];
14471
14474
  for (const p of candidates) try {
14472
14475
  const html = readFileSync(p, "utf-8");
@@ -14856,4 +14859,4 @@ main().catch((err) => {
14856
14859
 
14857
14860
  //#endregion
14858
14861
  export { };
14859
- //# sourceMappingURL=src-qOdKVNQz.mjs.map
14862
+ //# sourceMappingURL=src-Df36IFVL.mjs.map