openclaw-linso 1.0.4 → 1.0.5

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,5 +1,5 @@
1
1
  {
2
- "id": "linso",
2
+ "id": "openclaw-linso",
3
3
  "name": "Linso iOS Channel",
4
4
  "description": "Linso iOS App channel for OpenClaw — connects your iPhone to your AI via cloud Relay",
5
5
  "version": "1.0.0",
@@ -9,7 +9,6 @@
9
9
  "additionalProperties": false,
10
10
  "properties": {
11
11
  "enabled": { "type": "boolean" },
12
- "relayUrl": { "type": "string", "description": "Relay Server WebSocket URL, e.g. wss://relay.yourdomain.com" },
13
12
  "appToken": { "type": "string", "description": "Token from Linso iOS App Settings — used to pair App with this Gateway" },
14
13
  "agentId": { "type": "string" },
15
14
  "dmPolicy": { "type": "string", "enum": ["open", "pairing"] }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-linso",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Linso iOS App channel plugin for OpenClaw — connects via cloud Relay Server",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",