@xdarkicex/openclaw-memory-libravdb 1.5.2 → 1.5.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.
package/dist/index.js CHANGED
@@ -40058,6 +40058,7 @@ var SidecarSupervisor = class {
40058
40058
  this.reconnectScheduled = false;
40059
40059
  const message = error instanceof Error ? error.message : String(error);
40060
40060
  this.logger.error(`[libravdb] sidecar reconnect failed: ${message}`);
40061
+ void this.handleExit(1);
40061
40062
  });
40062
40063
  });
40063
40064
  }
package/dist/sidecar.js CHANGED
@@ -317,6 +317,7 @@ class SidecarSupervisor {
317
317
  this.reconnectScheduled = false;
318
318
  const message = error instanceof Error ? error.message : String(error);
319
319
  this.logger.error(`[libravdb] sidecar reconnect failed: ${message}`);
320
+ void this.handleExit(1);
320
321
  });
321
322
  });
322
323
  }
@@ -2,7 +2,7 @@
2
2
  "id": "libravdb-memory",
3
3
  "name": "LibraVDB Memory",
4
4
  "description": "Persistent vector memory with three-tier hybrid scoring",
5
- "version": "1.5.2",
5
+ "version": "1.5.3",
6
6
  "kind": [
7
7
  "memory",
8
8
  "context-engine"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xdarkicex/openclaw-memory-libravdb",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",