@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/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.23";
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}`