@w3osc/openclaw-conduit 1.0.5 → 1.0.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.
@@ -18,6 +18,7 @@
18
18
  },
19
19
  "apiKey": {
20
20
  "type": "string",
21
+ "sensitive": true,
21
22
  "description": "Conduit API key (sk-arb-...). Generate one in Settings → Permissions."
22
23
  },
23
24
  "allowFrom": {
@@ -27,6 +28,7 @@
27
28
  },
28
29
  "webhookSecret": {
29
30
  "type": "string",
31
+ "sensitive": true,
30
32
  "description": "Optional secret Conduit sends as Authorization: Bearer <secret> on each inbound message for request verification."
31
33
  }
32
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w3osc/openclaw-conduit",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "OpenClaw channel plugin that connects Conduit as a native messaging channel",
5
5
  "type": "module",
6
6
  "exports": {