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