mindcache 3.2.0 → 3.3.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.
- package/dist/{CloudAdapter-BcKF4Yaf.d.mts → CloudAdapter-CSncOr3V.d.mts} +161 -4
- package/dist/{CloudAdapter-BcKF4Yaf.d.ts → CloudAdapter-CSncOr3V.d.ts} +161 -4
- package/dist/cloud/index.d.mts +2 -2
- package/dist/cloud/index.d.ts +2 -2
- package/dist/cloud/index.js +695 -12
- package/dist/cloud/index.js.map +1 -1
- package/dist/cloud/index.mjs +695 -12
- package/dist/cloud/index.mjs.map +1 -1
- package/dist/index.d.mts +5 -3
- package/dist/index.d.ts +5 -3
- package/dist/index.js +699 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +699 -13
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mindcache",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "A TypeScript library for managing short-term memory in AI agents through an LLM-friendly key-value repository",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -88,4 +88,4 @@
|
|
|
88
88
|
"publishConfig": {
|
|
89
89
|
"access": "public"
|
|
90
90
|
}
|
|
91
|
-
}
|
|
91
|
+
}
|