@signetai/signet-memory-openclaw 0.211.2 → 0.211.5

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/index.js +0 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -34979,9 +34979,6 @@ class SignetClientP2 {
34979
34979
  async requestSynthesis(opts) {
34980
34980
  return this.transport.post("/api/hooks/synthesis", opts ?? {});
34981
34981
  }
34982
- async synthesisComplete(opts) {
34983
- return this.transport.post("/api/hooks/synthesis/complete", opts);
34984
- }
34985
34982
  async listConnectors() {
34986
34983
  return this.transport.get("/api/connectors");
34987
34984
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signetai/signet-memory-openclaw",
3
- "version": "0.211.2",
3
+ "version": "0.211.5",
4
4
  "description": "Signet adapter for OpenClaw — runtime plugin for AI agent memory",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",