@humanlikememory/human-like-mem 0.3.10 → 0.3.11

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.
@@ -3,7 +3,7 @@
3
3
  "id": "human-like-mem",
4
4
  "name": "Human-Like Memory Plugin",
5
5
  "description": "Long-term memory plugin with automatic recall and storage.",
6
- "version": "0.3.10",
6
+ "version": "0.3.11",
7
7
  "kind": "lifecycle",
8
8
  "main": "./index.js",
9
9
  "author": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humanlikememory/human-like-mem",
3
- "version": "0.3.10",
3
+ "version": "0.3.11",
4
4
  "description": "Long-term memory plugin for OpenClaw - AI Social Memory Integration",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -50,8 +50,7 @@
50
50
  "jest": "^29.7.0",
51
51
  "prettier": "^3.2.0"
52
52
  },
53
- "publishConfig": {
54
- "access": "public"
55
- }
56
- }
57
-
53
+ "publishConfig": {
54
+ "access": "public"
55
+ }
56
+ }