openclaw-zulip 0.2.3 → 0.2.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.
@@ -3,7 +3,6 @@
3
3
  "channels": ["zulip"],
4
4
  "configSchema": {
5
5
  "type": "object",
6
- "additionalProperties": false,
7
6
  "properties": {
8
7
  "serverUrl": {
9
8
  "type": "string",
@@ -36,7 +35,6 @@
36
35
  "description": "Zulip bot or user account",
37
36
  "schema": {
38
37
  "type": "object",
39
- "additionalProperties": false,
40
38
  "properties": {
41
39
  "serverUrl": {
42
40
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-zulip",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "OpenClaw channel plugin for Zulip — clean-room implementation with ACP topic bindings",
5
5
  "license": "MIT",
6
6
  "author": "whizzlefred",