qidao-openclaw-plugin 1.0.4 → 1.0.5

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.
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "id": "qidao-openclaw-plugin",
3
3
  "name": "栖岛聊天插件",
4
- "version": "1.0.4",
4
+ "version": "1.0.5",
5
5
  "description": "OpenClaw 栖岛聊天 Channel 插件,连接到栖岛聊天服务",
6
6
  "author": "Qidao Team",
7
7
  "license": "MIT",
8
+ "channels": [
9
+ "qidao"
10
+ ],
8
11
  "configSchema": {
9
12
  "type": "object",
10
13
  "properties": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qidao-openclaw-plugin",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "type": "module",
5
5
  "main": "./src/index.js",
6
6
  "description": "OpenClaw 栖岛聊天 Channel 插件 - 连接到栖岛聊天服务",