@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
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.
|
|
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}`
|