mindkeeper-openclaw 0.2.7 → 0.2.8
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -23644,7 +23644,7 @@ function addSubcommand(parent, name, description, handler) {
|
|
|
23644
23644
|
function createWatcherService(tracker, api) {
|
|
23645
23645
|
let watcher = null;
|
|
23646
23646
|
return {
|
|
23647
|
-
|
|
23647
|
+
id: "mindkeeper-watcher",
|
|
23648
23648
|
async start() {
|
|
23649
23649
|
await tracker.init();
|
|
23650
23650
|
watcher = new Watcher({
|