@agentmemory/agentmemory 0.9.19 → 0.9.20
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/cli.mjs +4 -4
- package/dist/cli.mjs.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{src-2wwYDPGA.mjs → src-DPSaLB5-.mjs} +3 -2
- package/dist/src-DPSaLB5-.mjs.map +1 -0
- package/dist/standalone.mjs +1 -1
- package/dist/standalone.mjs.map +1 -1
- package/package.json +1 -1
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/plugin/.codex-plugin/plugin.json +1 -1
- package/plugin/hooks/hooks.codex.json +0 -4
- package/dist/src-2wwYDPGA.mjs.map +0 -1
|
@@ -6001,7 +6001,8 @@ function registerExportImportFunction(sdk, kv) {
|
|
|
6001
6001
|
"0.9.16",
|
|
6002
6002
|
"0.9.17",
|
|
6003
6003
|
"0.9.18",
|
|
6004
|
-
"0.9.19"
|
|
6004
|
+
"0.9.19",
|
|
6005
|
+
"0.9.20"
|
|
6005
6006
|
]).has(importData.version)) return {
|
|
6006
6007
|
success: false,
|
|
6007
6008
|
error: `Unsupported export version: ${importData.version}`
|
|
@@ -18939,4 +18940,4 @@ main().catch((err) => {
|
|
|
18939
18940
|
|
|
18940
18941
|
//#endregion
|
|
18941
18942
|
export { };
|
|
18942
|
-
//# sourceMappingURL=src-
|
|
18943
|
+
//# sourceMappingURL=src-DPSaLB5-.mjs.map
|