@agentmemory/agentmemory 0.7.8 → 0.7.9
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 +11 -10
- package/dist/cli.mjs +3 -3
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{src-Ct05bSXw.mjs → src-DNbB7fd7.mjs} +3 -3
- package/dist/{src-Ct05bSXw.mjs.map → src-DNbB7fd7.mjs.map} +1 -1
- package/dist/standalone.mjs +1 -1
- package/dist/standalone.mjs.map +1 -1
- package/package.json +1 -1
- package/plugin/.claude-plugin/plugin.json +2 -2
|
@@ -3804,7 +3804,7 @@ function registerAutoForgetFunction(sdk, kv) {
|
|
|
3804
3804
|
|
|
3805
3805
|
//#endregion
|
|
3806
3806
|
//#region src/version.ts
|
|
3807
|
-
const VERSION = "0.7.
|
|
3807
|
+
const VERSION = "0.7.9";
|
|
3808
3808
|
|
|
3809
3809
|
//#endregion
|
|
3810
3810
|
//#region src/functions/export-import.ts
|
|
@@ -3909,7 +3909,7 @@ function registerExportImportFunction(sdk, kv) {
|
|
|
3909
3909
|
"0.7.5",
|
|
3910
3910
|
"0.7.6",
|
|
3911
3911
|
"0.7.7",
|
|
3912
|
-
"0.7.
|
|
3912
|
+
"0.7.9"
|
|
3913
3913
|
]).has(importData.version)) return {
|
|
3914
3914
|
success: false,
|
|
3915
3915
|
error: `Unsupported export version: ${importData.version}`
|
|
@@ -14727,4 +14727,4 @@ main().catch((err) => {
|
|
|
14727
14727
|
|
|
14728
14728
|
//#endregion
|
|
14729
14729
|
export { };
|
|
14730
|
-
//# sourceMappingURL=src-
|
|
14730
|
+
//# sourceMappingURL=src-DNbB7fd7.mjs.map
|