@t0ken.ai/memoryx-openclaw-plugin 1.0.6 → 1.0.7

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
@@ -321,9 +321,9 @@ class MemoryXPlugin {
321
321
  }
322
322
  let plugin;
323
323
  export default {
324
- id: "@t0ken.ai/memoryx-openclaw-plugin",
324
+ id: "memoryx-openclaw-plugin",
325
325
  name: "MemoryX Real-time Plugin",
326
- version: "1.0.6",
326
+ version: "1.0.7",
327
327
  description: "Real-time memory capture and recall for OpenClaw",
328
328
  register(api, pluginConfig) {
329
329
  api.logger.info("[MemoryX] Plugin registering...");
@@ -1,7 +1,7 @@
1
1
  {
2
- "id": "@t0ken.ai/memoryx-openclaw-plugin",
2
+ "id": "memoryx-openclaw-plugin",
3
3
  "name": "MemoryX Real-time Plugin",
4
- "version": "1.0.6",
4
+ "version": "1.0.7",
5
5
  "description": "Real-time memory capture and recall for OpenClaw",
6
6
  "kind": "memory",
7
7
  "main": "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t0ken.ai/memoryx-openclaw-plugin",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "MemoryX real-time memory capture and recall plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "author": "MemoryX Team",