@openclaw/synology-chat 2026.5.10-beta.1 → 2026.5.10-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,3 +1,3 @@
1
- import { n as setSynologyRuntime, t as synologyChatPlugin } from "./channel-IPqYKUxY.js";
1
+ import { n as setSynologyRuntime, t as synologyChatPlugin } from "./channel-BMciGDyi.js";
2
2
  import { t as collectSynologyChatSecurityAuditFindings } from "./security-audit-Zu_nkF2x.js";
3
3
  export { collectSynologyChatSecurityAuditFindings, setSynologyRuntime, synologyChatPlugin };
@@ -1,4 +1,4 @@
1
- import { i as resolveAccount, n as synologyChatSetupWizard, r as listAccountIds, t as synologyChatSetupAdapter } from "./setup-surface-daP5yN4Y.js";
1
+ import { i as resolveAccount, n as synologyChatSetupWizard, r as listAccountIds, t as synologyChatSetupAdapter } from "./setup-surface-M48VQ4Kr.js";
2
2
  import { t as collectSynologyChatSecurityAuditFindings } from "./security-audit-Zu_nkF2x.js";
3
3
  import { DEFAULT_ACCOUNT_ID } from "openclaw/plugin-sdk/account-id";
4
4
  import { createHybridChannelConfigAdapter, createScopedDmSecurityResolver } from "openclaw/plugin-sdk/channel-config-helpers";
@@ -7,7 +7,7 @@ import { waitUntilAbort } from "openclaw/plugin-sdk/channel-lifecycle";
7
7
  import { createMessageReceiptFromOutboundResults, defineChannelMessageAdapter } from "openclaw/plugin-sdk/channel-message";
8
8
  import { composeWarningCollectors, createConditionalWarningCollector, projectAccountConfigWarningCollector, projectAccountWarningCollector } from "openclaw/plugin-sdk/channel-policy";
9
9
  import { createEmptyChannelDirectoryAdapter } from "openclaw/plugin-sdk/directory-runtime";
10
- import { normalizeLowercaseStringOrEmpty } from "openclaw/plugin-sdk/text-runtime";
10
+ import { normalizeLowercaseStringOrEmpty } from "openclaw/plugin-sdk/string-coerce-runtime";
11
11
  import { DEFAULT_ACCOUNT_ID as DEFAULT_ACCOUNT_ID$1 } from "openclaw/plugin-sdk/account-resolution";
12
12
  import { createResolvedApproverActionAuthAdapter, resolveApprovalApprovers } from "openclaw/plugin-sdk/approval-auth-runtime";
13
13
  import * as http from "node:http";
@@ -15,7 +15,7 @@ import * as https from "node:https";
15
15
  import { safeParseJsonWithSchema, safeParseWithSchema } from "openclaw/plugin-sdk/extension-shared";
16
16
  import { sleep } from "openclaw/plugin-sdk/runtime-env";
17
17
  import { formatErrorMessage, resolvePinnedHostnameWithPolicy } from "openclaw/plugin-sdk/ssrf-runtime";
18
- import { z } from "openclaw/plugin-sdk/zod";
18
+ import { z } from "zod";
19
19
  import { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-config-schema";
20
20
  import { beginWebhookRequestPipelineOrReject, createFixedWindowRateLimiter, createWebhookInFlightLimiter, isRequestBodyLimitError, readRequestBodyWithLimit, registerPluginHttpRoute, requestBodyErrorToText } from "openclaw/plugin-sdk/webhook-ingress";
21
21
  import { createPluginRuntimeStore } from "openclaw/plugin-sdk/runtime-store";
@@ -1,2 +1,2 @@
1
- import { t as synologyChatPlugin } from "./channel-IPqYKUxY.js";
1
+ import { t as synologyChatPlugin } from "./channel-BMciGDyi.js";
2
2
  export { synologyChatPlugin };
package/dist/setup-api.js CHANGED
@@ -1,2 +1,2 @@
1
- import { n as synologyChatSetupWizard, t as synologyChatSetupAdapter } from "./setup-surface-daP5yN4Y.js";
1
+ import { n as synologyChatSetupWizard, t as synologyChatSetupAdapter } from "./setup-surface-M48VQ4Kr.js";
2
2
  export { synologyChatSetupAdapter, synologyChatSetupWizard };
@@ -1,4 +1,4 @@
1
- import { normalizeOptionalString } from "openclaw/plugin-sdk/text-runtime";
1
+ import { normalizeOptionalString } from "openclaw/plugin-sdk/string-coerce-runtime";
2
2
  import { DEFAULT_ACCOUNT_ID, listCombinedAccountIds, resolveMergedAccountConfig } from "openclaw/plugin-sdk/account-resolution";
3
3
  import { resolveDangerousNameMatchingEnabled } from "openclaw/plugin-sdk/dangerous-name-runtime";
4
4
  import { DEFAULT_ACCOUNT_ID as DEFAULT_ACCOUNT_ID$1, createAllowFromSection, createStandardChannelSetupStatus, formatDocsLink, mergeAllowFromEntries, normalizeAccountId, setSetupChannelEnabled, splitSetupEntries } from "openclaw/plugin-sdk/setup";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/synology-chat",
3
- "version": "2026.5.10-beta.1",
3
+ "version": "2026.5.10-beta.3",
4
4
  "description": "Synology Chat channel plugin for OpenClaw",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,10 +30,10 @@
30
30
  "minHostVersion": ">=2026.4.10"
31
31
  },
32
32
  "compat": {
33
- "pluginApi": ">=2026.5.10-beta.1"
33
+ "pluginApi": ">=2026.5.10-beta.3"
34
34
  },
35
35
  "build": {
36
- "openclawVersion": "2026.5.10-beta.1"
36
+ "openclawVersion": "2026.5.10-beta.3"
37
37
  },
38
38
  "release": {
39
39
  "publishToClawHub": true,
@@ -44,12 +44,15 @@
44
44
  ],
45
45
  "runtimeSetupEntry": "./dist/setup-entry.js"
46
46
  },
47
+ "dependencies": {
48
+ "zod": "^4.4.3"
49
+ },
47
50
  "files": [
48
51
  "dist/**",
49
52
  "openclaw.plugin.json"
50
53
  ],
51
54
  "peerDependencies": {
52
- "openclaw": ">=2026.5.10-beta.1"
55
+ "openclaw": ">=2026.5.10-beta.3"
53
56
  },
54
57
  "peerDependenciesMeta": {
55
58
  "openclaw": {