rol-websocket-channel 1.7.5 → 1.7.6

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 CHANGED
@@ -492,7 +492,7 @@ async function handleIncomingMessage(payload, account, cfg, runtime, log, mqttTo
492
492
  publishCustomMessageResponse({
493
493
  type: "receiver",
494
494
  trace_id: traceId,
495
- source: "system",
495
+ source: "system-pre",
496
496
  timestamp: Date.now(),
497
497
  success: true,
498
498
  data: {
package/index.ts CHANGED
@@ -632,7 +632,7 @@ async function handleIncomingMessage(
632
632
  publishCustomMessageResponse({
633
633
  type: "receiver",
634
634
  trace_id: traceId,
635
- source: "system",
635
+ source: "system-pre",
636
636
  timestamp: Date.now(),
637
637
  success: true,
638
638
  data: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rol-websocket-channel",
3
- "version": "1.7.5",
3
+ "version": "1.7.6",
4
4
  "description": "Unified OpenClaw plugin: MQTT Channel + Admin Bridge for remote management",
5
5
  "license": "MIT",
6
6
  "author": "nixgnehc",