nexus-channel 1.6.5 → 1.7.0
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/openclaw.plugin.json +1 -1
- package/package.json +10 -10
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-channel",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"description": "Nexus Hub 2.0 channel plugin for OpenClaw — enables agents to connect to Nexus Hub as a channel, with A2A dispatch, room summary, and Control Plane management.",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -15,16 +15,16 @@
|
|
|
15
15
|
"test:src": "npm run build && npm run test",
|
|
16
16
|
"prepublishOnly": "npm run build"
|
|
17
17
|
},
|
|
18
|
-
"dependencies": {
|
|
19
|
-
"ws": "^8.19.0"
|
|
20
|
-
},
|
|
18
|
+
"dependencies": {},
|
|
21
19
|
"devDependencies": {
|
|
22
20
|
"@types/node": "^20.11.0",
|
|
23
21
|
"@types/ws": "^8.5.12",
|
|
24
|
-
"typescript": "^5.3.3"
|
|
22
|
+
"typescript": "^5.3.3",
|
|
23
|
+
"ws": "^8.19.0"
|
|
25
24
|
},
|
|
26
25
|
"peerDependencies": {
|
|
27
|
-
"openclaw": "*"
|
|
26
|
+
"openclaw": "*",
|
|
27
|
+
"ws": "^8.0.0"
|
|
28
28
|
},
|
|
29
29
|
"openclaw": {
|
|
30
30
|
"extensions": [
|
|
@@ -40,19 +40,19 @@
|
|
|
40
40
|
"pluginSdkVersion": "2026.3.0"
|
|
41
41
|
},
|
|
42
42
|
"channel": {
|
|
43
|
-
"id": "nexus
|
|
43
|
+
"id": "nexus",
|
|
44
44
|
"label": "Nexus Hub 2.0",
|
|
45
45
|
"selectionLabel": "Nexus Hub (WebSocket)",
|
|
46
46
|
"detailLabel": "Nexus Hub 2.0 Channel",
|
|
47
|
-
"docsPath": "/channels/nexus
|
|
48
|
-
"docsLabel": "nexus
|
|
47
|
+
"docsPath": "/channels/nexus",
|
|
48
|
+
"docsLabel": "nexus",
|
|
49
49
|
"blurb": "Connect to your Nexus Hub 2.0 workspace — A2A dispatch, room summaries, and shared agent memory across rooms.",
|
|
50
50
|
"systemImage": "network",
|
|
51
51
|
"markdownCapable": true
|
|
52
52
|
},
|
|
53
53
|
"install": {
|
|
54
54
|
"npmSpec": "nexus-channel",
|
|
55
|
-
"localPath": "extensions/nexus
|
|
55
|
+
"localPath": "extensions/nexus",
|
|
56
56
|
"defaultChoice": "npm",
|
|
57
57
|
"minHostVersion": ">=2026.3.0"
|
|
58
58
|
},
|