@agentmemory/agentmemory 0.9.23 → 0.9.24
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.d.mts.map +1 -1
- package/dist/cli.mjs +15 -12
- package/dist/cli.mjs.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{src-DvS3bhMe.mjs → src-B8J9Exum.mjs} +4 -3
- package/dist/src-B8J9Exum.mjs.map +1 -0
- package/dist/{standalone-DHQcPX_g.mjs → standalone-CPfsVTBA.mjs} +2 -2
- package/dist/{standalone-DHQcPX_g.mjs.map → standalone-CPfsVTBA.mjs.map} +1 -1
- package/dist/standalone.mjs +1 -1
- package/dist/standalone.mjs.map +1 -1
- package/dist/version-BWEBnKAp.mjs +6 -0
- package/dist/version-BWEBnKAp.mjs.map +1 -0
- package/package.json +1 -1
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/plugin/.codex-plugin/plugin.json +1 -1
- package/plugin/plugin.json +1 -1
- package/dist/src-DvS3bhMe.mjs.map +0 -1
- package/dist/version-BPfyI4Kc.mjs +0 -6
- package/dist/version-BPfyI4Kc.mjs.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -6793,7 +6793,7 @@ function registerAutoForgetFunction(sdk, kv) {
|
|
|
6793
6793
|
|
|
6794
6794
|
//#endregion
|
|
6795
6795
|
//#region src/version.ts
|
|
6796
|
-
const VERSION = "0.9.
|
|
6796
|
+
const VERSION = "0.9.24";
|
|
6797
6797
|
|
|
6798
6798
|
//#endregion
|
|
6799
6799
|
//#region src/functions/export-import.ts
|
|
@@ -6934,7 +6934,8 @@ function registerExportImportFunction(sdk, kv) {
|
|
|
6934
6934
|
"0.9.20",
|
|
6935
6935
|
"0.9.21",
|
|
6936
6936
|
"0.9.22",
|
|
6937
|
-
"0.9.23"
|
|
6937
|
+
"0.9.23",
|
|
6938
|
+
"0.9.24"
|
|
6938
6939
|
]).has(importData.version)) return {
|
|
6939
6940
|
success: false,
|
|
6940
6941
|
error: `Unsupported export version: ${importData.version}`
|