adp-openclaw 0.0.35 → 0.0.37

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/monitor.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adp-openclaw",
3
- "version": "0.0.35",
3
+ "version": "0.0.37",
4
4
  "description": "ADP-OpenClaw demo channel plugin (Go WebSocket backend)",
5
5
  "type": "module",
6
6
  "dependencies": {
package/src/monitor.ts CHANGED
@@ -23,7 +23,7 @@ import {
23
23
  import crypto from "crypto";
24
24
 
25
25
  // Plugin version from package.json
26
- const PLUGIN_VERSION = "0.0.25";
26
+ const PLUGIN_VERSION = "0.0.37";
27
27
 
28
28
  // WebSocket reconnect delay (fixed at 1 second)
29
29
  const RECONNECT_DELAY_MS = 1000;