@t0ken.ai/memoryx-openclaw-plugin 2.2.2 → 2.2.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -5
package/dist/index.js CHANGED
@@ -232,7 +232,7 @@ let plugin;
232
232
  export default {
233
233
  id: "memoryx-openclaw-plugin",
234
234
  name: "MemoryX Realtime Plugin",
235
- version: "2.2.2",
235
+ version: "2.2.3",
236
236
  description: "Real-time memory capture and recall for OpenClaw (powered by @t0ken.ai/memoryx-sdk)",
237
237
  register(api, pluginConfig) {
238
238
  api.logger.info("[MemoryX] Plugin registering...");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t0ken.ai/memoryx-openclaw-plugin",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "MemoryX real-time memory capture and recall plugin for OpenClaw (powered by @t0ken.ai/memoryx-sdk)",
5
5
  "type": "module",
6
6
  "author": "MemoryX Team",
@@ -12,8 +12,7 @@
12
12
  "README.md"
13
13
  ],
14
14
  "scripts": {
15
- "build": "tsc",
16
- "postinstall": "npm rebuild better-sqlite3 || echo 'better-sqlite3 rebuild skipped'"
15
+ "build": "tsc"
17
16
  },
18
17
  "keywords": [
19
18
  "openclaw",
@@ -36,7 +35,6 @@
36
35
  "typescript": "^5.0.0"
37
36
  },
38
37
  "dependencies": {
39
- "@t0ken.ai/memoryx-sdk": "^1.1.0",
40
- "better-sqlite3": "^11.0.0"
38
+ "@t0ken.ai/memoryx-sdk": "^1.1.0"
41
39
  }
42
40
  }