@bunkercache/opencode-memoir 0.2.2 → 0.2.3
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.js +2 -7
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -448,6 +448,7 @@ class Logger {
|
|
|
448
448
|
this.log("error", message, extra);
|
|
449
449
|
}
|
|
450
450
|
}
|
|
451
|
+
|
|
451
452
|
// src/db/index.ts
|
|
452
453
|
import { existsSync as existsSync4 } from "fs";
|
|
453
454
|
|
|
@@ -14678,12 +14679,6 @@ var MemoirPlugin = async (ctx) => {
|
|
|
14678
14679
|
};
|
|
14679
14680
|
var src_default = MemoirPlugin;
|
|
14680
14681
|
export {
|
|
14681
|
-
getMessageTracker,
|
|
14682
|
-
getMemoryService,
|
|
14683
|
-
getChunkService,
|
|
14684
14682
|
src_default as default,
|
|
14685
|
-
MemoirPlugin
|
|
14686
|
-
Logger,
|
|
14687
|
-
DatabaseService,
|
|
14688
|
-
ConfigService
|
|
14683
|
+
MemoirPlugin
|
|
14689
14684
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bunkercache/opencode-memoir",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "A smart memory management plugin for OpenCode that supports nested aggregation of memory, summaries, and file changes that compact in layers with upstream references for lookups.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Chris Tunbridge",
|