moltbot-channel-feishu 0.0.8 → 0.0.10

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 CHANGED
@@ -6,10 +6,14 @@
6
6
 
7
7
  ```bash
8
8
  # npm
9
- moltbot plugin install moltbot-channel-feishu
9
+ moltbot plugins install moltbot-channel-feishu
10
10
 
11
11
  # GitHub (for testing)
12
- moltbot plugin install github:samzong/moltbot-channel-feishu
12
+ moltbot plugins install github:samzong/moltbot-channel-feishu
13
+
14
+ # if already use clawdbot
15
+ clawdbot plugins install moltbot-channel-feishu
16
+ clawdbot plugins install github:samzong/moltbot-channel-feishu
13
17
  ```
14
18
 
15
19
  ## Configure
@@ -1,8 +1,8 @@
1
1
  {
2
- "id": "feishu",
2
+ "id": "moltbot-channel-feishu",
3
3
  "name": "Feishu",
4
4
  "description": "Feishu/Lark channel plugin for Moltbot",
5
- "version": "0.0.8",
5
+ "version": "0.0.10",
6
6
  "channels": [
7
7
  "feishu"
8
8
  ],
@@ -1,8 +1,8 @@
1
1
  {
2
- "id": "feishu",
2
+ "id": "moltbot-channel-feishu",
3
3
  "name": "Feishu",
4
4
  "description": "Feishu/Lark channel plugin for Moltbot",
5
- "version": "0.0.8",
5
+ "version": "0.0.10",
6
6
  "channels": [
7
7
  "feishu"
8
8
  ],
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "moltbot-channel-feishu",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "type": "module",
5
- "description": "Production-grade Feishu/Lark channel plugin for Clawdbot",
5
+ "description": "Production-grade Feishu/Lark channel plugin for Moltbot(Clawdbot)",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
@@ -10,6 +10,7 @@
10
10
  },
11
11
  "keywords": [
12
12
  "clawdbot",
13
+ "moltbot",
13
14
  "feishu",
14
15
  "lark",
15
16
  "plugin",
@@ -83,4 +84,4 @@
83
84
  "engines": {
84
85
  "node": ">=20.0.0"
85
86
  }
86
- }
87
+ }