@openclaw/nextcloud-talk 2026.5.31-beta.1 → 2026.5.31-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/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # OpenClaw Nextcloud Talk
2
+
3
+ Official OpenClaw channel plugin for Nextcloud Talk conversations.
4
+
5
+ Install from OpenClaw:
6
+
7
+ ```bash
8
+ openclaw plugin add @openclaw/nextcloud-talk
9
+ ```
10
+
11
+ Configure the Nextcloud server and Talk credentials in OpenClaw, then enable the conversations where agents should receive and send messages.
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@openclaw/nextcloud-talk",
3
- "version": "2026.5.31-beta.1",
3
+ "version": "2026.5.31-beta.2",
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.1",
9
+ "version": "2026.5.31-beta.2",
10
10
  "dependencies": {
11
11
  "zod": "4.4.3"
12
12
  },
13
13
  "peerDependencies": {
14
- "openclaw": ">=2026.5.31-beta.1"
14
+ "openclaw": ">=2026.5.31-beta.2"
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.1",
3
+ "version": "2026.5.31-beta.2",
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.1"
11
+ "openclaw": ">=2026.5.31-beta.2"
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.1"
43
+ "pluginApi": ">=2026.5.31-beta.2"
44
44
  },
45
45
  "build": {
46
- "openclawVersion": "2026.5.31-beta.1"
46
+ "openclawVersion": "2026.5.31-beta.2"
47
47
  },
48
48
  "release": {
49
49
  "publishToClawHub": true,
@@ -60,7 +60,8 @@
60
60
  "files": [
61
61
  "dist/**",
62
62
  "openclaw.plugin.json",
63
- "npm-shrinkwrap.json"
63
+ "npm-shrinkwrap.json",
64
+ "README.md"
64
65
  ],
65
66
  "bundledDependencies": [
66
67
  "zod"