@memorilabs/openclaw-memori 0.0.3 → 0.0.4

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/README.md CHANGED
@@ -83,7 +83,7 @@ Get persistent memory running in your OpenClaw gateway in three steps.
83
83
 
84
84
  ### Prerequisites
85
85
 
86
- - [OpenClaw](https://openclaw.com) `v2026.3.2` or later
86
+ - [OpenClaw](https://openclaw.ai) `v2026.3.2` or later
87
87
  - A Memori API key from [app.memorilabs.ai](https://app.memorilabs.ai)
88
88
  - An Entity ID to attribute memories to, such as a user ID, tenant ID, or agent name
89
89
 
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.0.3";
1
+ export declare const SDK_VERSION = "0.0.4";
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const SDK_VERSION = '0.0.3';
1
+ export const SDK_VERSION = '0.0.4';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memorilabs/openclaw-memori",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Official MemoriLabs.ai long-term memory plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",