@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 +2 -2
- package/openclaw.plugin.json +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -321,9 +321,9 @@ class MemoryXPlugin {
|
|
|
321
321
|
}
|
|
322
322
|
let plugin;
|
|
323
323
|
export default {
|
|
324
|
-
id: "
|
|
324
|
+
id: "memoryx-openclaw-plugin",
|
|
325
325
|
name: "MemoryX Real-time Plugin",
|
|
326
|
-
version: "1.0.
|
|
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...");
|
package/openclaw.plugin.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"id": "
|
|
2
|
+
"id": "memoryx-openclaw-plugin",
|
|
3
3
|
"name": "MemoryX Real-time Plugin",
|
|
4
|
-
"version": "1.0.
|
|
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",
|