@alfe.ai/openclaw-database 0.0.16 → 0.0.17

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/plugin2.cjs CHANGED
@@ -485,6 +485,7 @@ const plugin = {
485
485
  apiUrl: config.apiUrl
486
486
  });
487
487
  } catch (err) {
488
+ g[ACTIVATED_KEY] = false;
488
489
  log.error(`Database plugin: failed to resolve config — ${err instanceof Error ? err.message : String(err)}`);
489
490
  return;
490
491
  }
package/dist/plugin2.js CHANGED
@@ -485,6 +485,7 @@ const plugin = {
485
485
  apiUrl: config.apiUrl
486
486
  });
487
487
  } catch (err) {
488
+ g[ACTIVATED_KEY] = false;
488
489
  log.error(`Database plugin: failed to resolve config — ${err instanceof Error ? err.message : String(err)}`);
489
490
  return;
490
491
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfe.ai/openclaw-database",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "description": "OpenClaw database plugin — MongoDB access for agents via MCP tools",
5
5
  "type": "module",
6
6
  "main": "./dist/plugin.js",
@@ -28,7 +28,7 @@
28
28
  ],
29
29
  "dependencies": {
30
30
  "mongodb": "^6.12.0",
31
- "@alfe.ai/agent-api-client": "0.1.1",
31
+ "@alfe.ai/agent-api-client": "0.1.2",
32
32
  "@alfe.ai/config": "0.0.8"
33
33
  },
34
34
  "license": "UNLICENSED",