@hazeljs/memory 0.2.0-rc.8 → 0.2.1

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -114,7 +114,7 @@ See [@hazeljs/rag README](../rag/README.md) (Memory System / Using @hazeljs/memo
114
114
 
115
115
  ## License
116
116
 
117
- Apache 2.0 © [HazelJS](https://hazeljs.com)
117
+ Apache 2.0 © [HazelJS](https://hazeljs.ai)
118
118
 
119
119
  ## Contributing
120
120
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/memory",
3
- "version": "0.2.0-rc.8",
3
+ "version": "0.2.1",
4
4
  "description": "Pluggable user memory for HazelJS - profile, preferences, behavioral patterns, emotional state, episodic and semantic memory with multi-store support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -73,5 +73,5 @@
73
73
  ],
74
74
  "author": "Muhammad Arslan <muhammad.arslan@hazeljs.ai>",
75
75
  "license": "Apache-2.0",
76
- "gitHead": "c0cfcca112ad5a11c6d5545acc98bb5d39355896"
76
+ "gitHead": "736a56e3d70b51050608cffae2394de3a3487f20"
77
77
  }