@openclaw/signal 2026.7.1-beta.1 → 2026.7.1-beta.2
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/{accounts-hOCHbEhX.js → accounts-B7Rz3_xV.js} +2 -1
- package/dist/api.js +7 -7
- package/dist/approval-auth-DPVK9A_l.js +151 -0
- package/dist/{approval-handler.runtime-C4S7IAvt.js → approval-handler.runtime-BZLgs7EM.js} +27 -9
- package/dist/{approval-reactions-H-RPGBK7.js → approval-reactions-5x1kmQEq.js} +43 -10
- package/dist/{channel-aQhurb0Z.js → channel-BfWp-F-r.js} +130 -46
- package/dist/channel-plugin-api.js +1 -1
- package/dist/{channel.runtime-C5skg4Q0.js → channel.runtime-Ks7GIWM1.js} +2 -2
- package/dist/{reaction-runtime-api-BRJCLiqK.js → client-adapter-Dm8-wT2n.js} +1 -127
- package/dist/{message-actions-BnugYXjB.js → message-actions-Cs9XckSd.js} +6 -29
- package/dist/{monitor-C1gdgT7W.js → monitor-C9SiyrFt.js} +146 -15
- package/dist/{probe-BvFJLOBi.js → probe-BL2BqTbG.js} +1 -1
- package/dist/reaction-runtime-api-BkAxQPGs.js +115 -0
- package/dist/reaction-runtime-api.js +1 -1
- package/dist/rpc-context-DbFMe7am.js +17 -0
- package/dist/runtime-api.js +7 -7
- package/dist/{send-De6LIOLq.js → send-CLzc3RUg.js} +4 -3
- package/dist/{send.runtime-BnjSh7QP.js → send.runtime-DgijYwpJ.js} +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/openclaw.plugin.json +18 -0
- package/package.json +4 -4
package/openclaw.plugin.json
CHANGED
|
@@ -100,6 +100,15 @@
|
|
|
100
100
|
"sendReadReceipts": {
|
|
101
101
|
"type": "boolean"
|
|
102
102
|
},
|
|
103
|
+
"aliases": {
|
|
104
|
+
"type": "object",
|
|
105
|
+
"propertyNames": {
|
|
106
|
+
"type": "string"
|
|
107
|
+
},
|
|
108
|
+
"additionalProperties": {
|
|
109
|
+
"type": "string"
|
|
110
|
+
}
|
|
111
|
+
},
|
|
103
112
|
"dmPolicy": {
|
|
104
113
|
"default": "pairing",
|
|
105
114
|
"type": "string",
|
|
@@ -461,6 +470,15 @@
|
|
|
461
470
|
"sendReadReceipts": {
|
|
462
471
|
"type": "boolean"
|
|
463
472
|
},
|
|
473
|
+
"aliases": {
|
|
474
|
+
"type": "object",
|
|
475
|
+
"propertyNames": {
|
|
476
|
+
"type": "string"
|
|
477
|
+
},
|
|
478
|
+
"additionalProperties": {
|
|
479
|
+
"type": "string"
|
|
480
|
+
}
|
|
481
|
+
},
|
|
464
482
|
"dmPolicy": {
|
|
465
483
|
"default": "pairing",
|
|
466
484
|
"type": "string",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/signal",
|
|
3
|
-
"version": "2026.7.1-beta.
|
|
3
|
+
"version": "2026.7.1-beta.2",
|
|
4
4
|
"description": "OpenClaw Signal channel plugin",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"allowInvalidConfigRecovery": true
|
|
45
45
|
},
|
|
46
46
|
"compat": {
|
|
47
|
-
"pluginApi": ">=2026.7.1-beta.
|
|
47
|
+
"pluginApi": ">=2026.7.1-beta.2"
|
|
48
48
|
},
|
|
49
49
|
"build": {
|
|
50
|
-
"openclawVersion": "2026.7.1-beta.
|
|
50
|
+
"openclawVersion": "2026.7.1-beta.2",
|
|
51
51
|
"bundledDist": false
|
|
52
52
|
},
|
|
53
53
|
"release": {
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"README.md"
|
|
71
71
|
],
|
|
72
72
|
"peerDependencies": {
|
|
73
|
-
"openclaw": ">=2026.7.1-beta.
|
|
73
|
+
"openclaw": ">=2026.7.1-beta.2"
|
|
74
74
|
},
|
|
75
75
|
"peerDependenciesMeta": {
|
|
76
76
|
"openclaw": {
|