mimir-memory 0.1.0 → 0.2.0

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ <p align="center">
2
+ <img src="https://raw.githubusercontent.com/junainfinity/Mimir/main/assets/banner.jpg" alt="Mimir — The Well of Knowledge, Rewritten" width="100%">
3
+ </p>
4
+
1
5
  # mimir-memory (npm)
2
6
 
3
7
  > TypeScript/JavaScript SDK for the [Mimir](https://github.com/junainfinity/Mimir) agentic memory system.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mimir-memory",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "TypeScript/JavaScript SDK for the Mimir agentic memory system — archive and search with bitemporal guarantees",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",