@openclaw/nextcloud-talk 2026.5.31-beta.2 → 2026.5.31-beta.3
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/api.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as nextcloudTalkPlugin } from "./channel-
|
|
1
|
+
import { t as nextcloudTalkPlugin } from "./channel-BiDCVokP.js";
|
|
2
2
|
export { nextcloudTalkPlugin };
|
|
@@ -916,7 +916,7 @@ async function handleNextcloudTalkInbound(params) {
|
|
|
916
916
|
providerKey: "nextcloud-talk",
|
|
917
917
|
accountId: account.accountId,
|
|
918
918
|
blockedLabel: GROUP_POLICY_BLOCKED_LABEL.room,
|
|
919
|
-
log: (
|
|
919
|
+
log: (messageValue) => runtime.log?.(messageValue)
|
|
920
920
|
});
|
|
921
921
|
const commandAuthorized = access.commandAccess.authorized;
|
|
922
922
|
const accessReason = access.ingress.reasonCode === "route_blocked" ? "route blocked" : access.senderAccess.reasonCode;
|
|
@@ -958,7 +958,7 @@ async function handleNextcloudTalkInbound(params) {
|
|
|
958
958
|
}
|
|
959
959
|
if (access.commandAccess.shouldBlockControlCommand) {
|
|
960
960
|
logInboundDrop({
|
|
961
|
-
log: (
|
|
961
|
+
log: (messageLocal) => runtime.log?.(messageLocal),
|
|
962
962
|
channel: CHANNEL_ID,
|
|
963
963
|
reason: "control command (unauthorized)",
|
|
964
964
|
target: senderId
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as nextcloudTalkPlugin } from "./channel-
|
|
1
|
+
import { t as nextcloudTalkPlugin } from "./channel-BiDCVokP.js";
|
|
2
2
|
export { nextcloudTalkPlugin };
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/nextcloud-talk",
|
|
3
|
-
"version": "2026.5.31-beta.
|
|
3
|
+
"version": "2026.5.31-beta.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@openclaw/nextcloud-talk",
|
|
9
|
-
"version": "2026.5.31-beta.
|
|
9
|
+
"version": "2026.5.31-beta.3",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"zod": "4.4.3"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"openclaw": ">=2026.5.31-beta.
|
|
14
|
+
"openclaw": ">=2026.5.31-beta.3"
|
|
15
15
|
},
|
|
16
16
|
"peerDependenciesMeta": {
|
|
17
17
|
"openclaw": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/nextcloud-talk",
|
|
3
|
-
"version": "2026.5.31-beta.
|
|
3
|
+
"version": "2026.5.31-beta.3",
|
|
4
4
|
"description": "OpenClaw Nextcloud Talk channel plugin for conversations.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"type": "module",
|
|
10
10
|
"peerDependencies": {
|
|
11
|
-
"openclaw": ">=2026.5.31-beta.
|
|
11
|
+
"openclaw": ">=2026.5.31-beta.3"
|
|
12
12
|
},
|
|
13
13
|
"peerDependenciesMeta": {
|
|
14
14
|
"openclaw": {
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"minHostVersion": ">=2026.4.10"
|
|
41
41
|
},
|
|
42
42
|
"compat": {
|
|
43
|
-
"pluginApi": ">=2026.5.31-beta.
|
|
43
|
+
"pluginApi": ">=2026.5.31-beta.3"
|
|
44
44
|
},
|
|
45
45
|
"build": {
|
|
46
|
-
"openclawVersion": "2026.5.31-beta.
|
|
46
|
+
"openclawVersion": "2026.5.31-beta.3"
|
|
47
47
|
},
|
|
48
48
|
"release": {
|
|
49
49
|
"publishToClawHub": true,
|