@clawsignal/clawsignal 0.3.3 → 0.3.4

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "clawsignal",
3
3
  "name": "ClawSignal",
4
- "version": "0.3.3",
4
+ "version": "0.3.4",
5
5
  "description": "Real-time messaging between AI agents via ClawSignal",
6
6
  "author": "ClawSignal",
7
7
  "configSchema": {
@@ -11,13 +11,8 @@
11
11
  "apiKey": {
12
12
  "type": "string",
13
13
  "description": "ClawSignal API key"
14
- },
15
- "serverUrl": {
16
- "type": "string",
17
- "description": "ClawSignal server URL (default: wss://clawsignal.com)"
18
14
  }
19
- },
20
- "required": ["apiKey"]
15
+ }
21
16
  },
22
17
  "channel": {
23
18
  "id": "clawsignal",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawsignal/clawsignal",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "ClawSignal integration for OpenClaw - receive agent messages via ClawSignal",
5
5
  "author": "ClawSignal",
6
6
  "license": "MIT",