@openclaw/nextcloud-talk 2026.5.10-beta.2 → 2026.5.10-beta.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.
package/dist/api.js CHANGED
@@ -1,2 +1,2 @@
1
- import { t as nextcloudTalkPlugin } from "./channel-DSNSV1Y5.js";
1
+ import { t as nextcloudTalkPlugin } from "./channel-cSkkIgTL.js";
2
2
  export { nextcloudTalkPlugin };
@@ -8,7 +8,7 @@ import { createAllowlistProviderRouteAllowlistWarningCollector } from "openclaw/
8
8
  import { buildWebhookChannelStatusSummary, createComputedAccountStatusAdapter, createDefaultChannelRuntimeState } from "openclaw/plugin-sdk/status-helpers";
9
9
  import { DEFAULT_ACCOUNT_ID, createAccountListHelpers, normalizeAccountId, resolveAccountWithDefaultFallback, resolveMergedAccountConfig } from "openclaw/plugin-sdk/account-core";
10
10
  import { tryReadSecretFileSync } from "openclaw/plugin-sdk/secret-file-runtime";
11
- import { convertMarkdownTables, normalizeLowercaseStringOrEmpty, normalizeOptionalLowercaseString, normalizeOptionalString, normalizeStringEntries } from "openclaw/plugin-sdk/text-runtime";
11
+ import { normalizeLowercaseStringOrEmpty, normalizeOptionalLowercaseString, normalizeOptionalString, normalizeStringEntries } from "openclaw/plugin-sdk/string-coerce-runtime";
12
12
  import { buildSecretInputSchema, hasConfiguredSecretInput, normalizeResolvedSecretInputString } from "openclaw/plugin-sdk/secret-input";
13
13
  import { createResolvedApproverActionAuthAdapter, resolveApprovalApprovers } from "openclaw/plugin-sdk/approval-auth-runtime";
14
14
  import { formatErrorMessage } from "openclaw/plugin-sdk/error-runtime";
@@ -17,6 +17,7 @@ import { ssrfPolicyFromPrivateNetworkOptIn, ssrfPolicyFromPrivateNetworkOptIn as
17
17
  import { readFileSync } from "node:fs";
18
18
  import { requireRuntimeConfig } from "openclaw/plugin-sdk/plugin-config-runtime";
19
19
  import { resolveMarkdownTableMode } from "openclaw/plugin-sdk/markdown-table-runtime";
20
+ import { convertMarkdownTables } from "openclaw/plugin-sdk/text-chunking";
20
21
  import { createHmac, randomBytes, timingSafeEqual } from "node:crypto";
21
22
  import { clearAccountEntryFields } from "openclaw/plugin-sdk/channel-plugin-common";
22
23
  import { DEFAULT_ACCOUNT_ID as DEFAULT_ACCOUNT_ID$2 } from "openclaw/plugin-sdk/account-id";
@@ -24,7 +25,7 @@ import { DmPolicySchema, GroupPolicySchema, MarkdownConfigSchema, ReplyRuntimeCo
24
25
  import { formatAllowFromLowercase } from "openclaw/plugin-sdk/allow-from";
25
26
  import { adaptScopedAccountAccessor, createScopedChannelConfigAdapter, createScopedDmSecurityResolver } from "openclaw/plugin-sdk/channel-config-helpers";
26
27
  import { requireChannelOpenAllowFrom, resolveLoggerBackedRuntime, runStoppablePassiveMonitor, safeParseJsonWithSchema } from "openclaw/plugin-sdk/extension-shared";
27
- import { z } from "openclaw/plugin-sdk/zod";
28
+ import { z } from "zod";
28
29
  import { createAccountStatusSink } from "openclaw/plugin-sdk/channel-lifecycle";
29
30
  import os from "node:os";
30
31
  import { channelIngressRoutes, resolveStableChannelMessageIngress } from "openclaw/plugin-sdk/channel-ingress-runtime";
@@ -1,2 +1,2 @@
1
- import { t as nextcloudTalkPlugin } from "./channel-DSNSV1Y5.js";
1
+ import { t as nextcloudTalkPlugin } from "./channel-cSkkIgTL.js";
2
2
  export { nextcloudTalkPlugin };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/nextcloud-talk",
3
- "version": "2026.5.10-beta.2",
3
+ "version": "2026.5.10-beta.4",
4
4
  "description": "OpenClaw Nextcloud Talk channel plugin",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  "openclaw": "workspace:*"
13
13
  },
14
14
  "peerDependencies": {
15
- "openclaw": ">=2026.5.10-beta.2"
15
+ "openclaw": ">=2026.5.10-beta.4"
16
16
  },
17
17
  "peerDependenciesMeta": {
18
18
  "openclaw": {
@@ -44,10 +44,10 @@
44
44
  "minHostVersion": ">=2026.4.10"
45
45
  },
46
46
  "compat": {
47
- "pluginApi": ">=2026.5.10-beta.2"
47
+ "pluginApi": ">=2026.5.10-beta.4"
48
48
  },
49
49
  "build": {
50
- "openclawVersion": "2026.5.10-beta.2"
50
+ "openclawVersion": "2026.5.10-beta.4"
51
51
  },
52
52
  "release": {
53
53
  "publishToClawHub": true,
@@ -58,6 +58,9 @@
58
58
  ],
59
59
  "runtimeSetupEntry": "./dist/setup-entry.js"
60
60
  },
61
+ "dependencies": {
62
+ "zod": "^4.4.3"
63
+ },
61
64
  "files": [
62
65
  "dist/**",
63
66
  "openclaw.plugin.json"