@openclaw/synology-chat 2026.5.31-beta.1 → 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/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # OpenClaw Synology Chat
2
+
3
+ Official OpenClaw channel plugin for Synology Chat conversations and direct messages.
4
+
5
+ Install from OpenClaw:
6
+
7
+ ```bash
8
+ openclaw plugin add @openclaw/synology-chat
9
+ ```
10
+
11
+ Configure Synology Chat credentials and allowed conversations in OpenClaw, then use the plugin to route messages between Synology Chat and OpenClaw agents.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@openclaw/synology-chat",
3
- "version": "2026.5.31-beta.1",
3
+ "version": "2026.5.31-beta.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/synology-chat",
9
- "version": "2026.5.31-beta.1",
9
+ "version": "2026.5.31-beta.3",
10
10
  "dependencies": {
11
11
  "zod": "4.4.3"
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/synology-chat",
3
- "version": "2026.5.31-beta.1",
3
+ "version": "2026.5.31-beta.3",
4
4
  "description": "Synology Chat channel plugin for OpenClaw channels and direct messages.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,10 +27,10 @@
27
27
  "minHostVersion": ">=2026.4.10"
28
28
  },
29
29
  "compat": {
30
- "pluginApi": ">=2026.5.31-beta.1"
30
+ "pluginApi": ">=2026.5.31-beta.3"
31
31
  },
32
32
  "build": {
33
- "openclawVersion": "2026.5.31-beta.1"
33
+ "openclawVersion": "2026.5.31-beta.3"
34
34
  },
35
35
  "release": {
36
36
  "publishToClawHub": true,
@@ -47,10 +47,11 @@
47
47
  "files": [
48
48
  "dist/**",
49
49
  "openclaw.plugin.json",
50
- "npm-shrinkwrap.json"
50
+ "npm-shrinkwrap.json",
51
+ "README.md"
51
52
  ],
52
53
  "peerDependencies": {
53
- "openclaw": ">=2026.5.31-beta.1"
54
+ "openclaw": ">=2026.5.31-beta.3"
54
55
  },
55
56
  "peerDependenciesMeta": {
56
57
  "openclaw": {