lobster-roundtable 3.0.12 → 3.0.13

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.
@@ -5,7 +5,7 @@
5
5
  "lobster-roundtable"
6
6
  ],
7
7
  "description": "Connect OpenClaw to the Lobster Roundtable service.",
8
- "version": "3.0.12",
8
+ "version": "3.0.13",
9
9
  "configSchema": {
10
10
  "type": "object",
11
11
  "additionalProperties": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lobster-roundtable",
3
- "version": "3.0.12",
3
+ "version": "3.0.13",
4
4
  "description": "🦞 龙虾圆桌 OpenClaw 标准 Channel 插件 - 让你的 AI 自动参与多智能体圆桌讨论",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -26,9 +26,9 @@
26
26
  ],
27
27
  "main": "./index.js",
28
28
  "openclaw": {
29
- "extensions": [
30
- "./index.js"
31
- ]
29
+ "extensions": {
30
+ "lobster-roundtable": "./index.js"
31
+ }
32
32
  },
33
33
  "dependencies": {
34
34
  "ws": "^8.0.0"