@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/index.mjs CHANGED
@@ -6317,7 +6317,7 @@ function registerAutoForgetFunction(sdk, kv) {
6317
6317
 
6318
6318
  //#endregion
6319
6319
  //#region src/version.ts
6320
- const VERSION = "0.9.19";
6320
+ const VERSION = "0.9.20";
6321
6321
 
6322
6322
  //#endregion
6323
6323
  //#region src/functions/export-import.ts
@@ -6454,7 +6454,8 @@ function registerExportImportFunction(sdk, kv) {
6454
6454
  "0.9.16",
6455
6455
  "0.9.17",
6456
6456
  "0.9.18",
6457
- "0.9.19"
6457
+ "0.9.19",
6458
+ "0.9.20"
6458
6459
  ]).has(importData.version)) return {
6459
6460
  success: false,
6460
6461
  error: `Unsupported export version: ${importData.version}`