@openclaw-cn/feishu 0.1.8 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +13 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw-cn/feishu",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "description": "飞书(Larksuite)OpenClaw 中文频道插件,由OpenClaw中文社区维护,提供飞书机器人集成(WebSocket)。",
5
5
  "keywords": [
6
6
  "feishu",
@@ -41,9 +41,14 @@
41
41
  "build": "tsc",
42
42
  "clean": "rm -rf dist"
43
43
  },
44
+ "dependencies": {
45
+ "@larksuiteoapi/node-sdk": "^1.56.1"
46
+ },
44
47
  "peerDependencies": {
48
+ "@sinclair/typebox": "*",
45
49
  "openclaw": "*",
46
- "openclaw-cn": "*"
50
+ "openclaw-cn": "*",
51
+ "zod": "*"
47
52
  },
48
53
  "peerDependenciesMeta": {
49
54
  "openclaw": {
@@ -51,6 +56,12 @@
51
56
  },
52
57
  "openclaw-cn": {
53
58
  "optional": true
59
+ },
60
+ "@sinclair/typebox": {
61
+ "optional": true
62
+ },
63
+ "zod": {
64
+ "optional": true
54
65
  }
55
66
  },
56
67
  "openclaw": {