@openclaw-china/dingtalk 0.1.2 → 0.1.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.
- package/package.json +92 -92
package/package.json
CHANGED
|
@@ -1,92 +1,92 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@openclaw-china/dingtalk",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"description": "Moltbot DingTalk channel plugin",
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"files": [
|
|
8
|
-
"dist",
|
|
9
|
-
"moltbot.plugin.json",
|
|
10
|
-
"clawdbot.plugin.json"
|
|
11
|
-
],
|
|
12
|
-
"moltbot": {
|
|
13
|
-
"extensions": [
|
|
14
|
-
"./dist/index.js"
|
|
15
|
-
],
|
|
16
|
-
"channel": {
|
|
17
|
-
"id": "dingtalk",
|
|
18
|
-
"label": "DingTalk",
|
|
19
|
-
"selectionLabel": "DingTalk (钉钉)",
|
|
20
|
-
"docsPath": "/channels/dingtalk",
|
|
21
|
-
"blurb": "钉钉企业消息",
|
|
22
|
-
"aliases": [
|
|
23
|
-
"ding"
|
|
24
|
-
],
|
|
25
|
-
"order": 71
|
|
26
|
-
},
|
|
27
|
-
"install": {
|
|
28
|
-
"npmSpec": "@openclaw-china/dingtalk",
|
|
29
|
-
"localPath": ".",
|
|
30
|
-
"defaultChoice": "npm"
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"clawdbot": {
|
|
34
|
-
"extensions": [
|
|
35
|
-
"./dist/index.js"
|
|
36
|
-
],
|
|
37
|
-
"channel": {
|
|
38
|
-
"id": "dingtalk",
|
|
39
|
-
"label": "DingTalk",
|
|
40
|
-
"selectionLabel": "DingTalk (钉钉)",
|
|
41
|
-
"docsPath": "/channels/dingtalk",
|
|
42
|
-
"blurb": "钉钉企业消息",
|
|
43
|
-
"aliases": [
|
|
44
|
-
"ding"
|
|
45
|
-
],
|
|
46
|
-
"order": 71
|
|
47
|
-
},
|
|
48
|
-
"install": {
|
|
49
|
-
"npmSpec": "@openclaw-china/dingtalk",
|
|
50
|
-
"localPath": ".",
|
|
51
|
-
"defaultChoice": "npm"
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
"main": "./dist/index.js",
|
|
55
|
-
"types": "./dist/index.d.ts",
|
|
56
|
-
"exports": {
|
|
57
|
-
".": {
|
|
58
|
-
"types": "./dist/index.d.ts",
|
|
59
|
-
"default": "./dist/index.js"
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
"scripts": {
|
|
63
|
-
"build": "tsup",
|
|
64
|
-
"dev": "tsup --watch",
|
|
65
|
-
"test": "vitest --run",
|
|
66
|
-
"test:watch": "vitest",
|
|
67
|
-
"release": "npm run build && npm publish",
|
|
68
|
-
"release:patch": "npm run build && npm version patch && npm publish",
|
|
69
|
-
"release:minor": "npm run build && npm version minor && npm publish",
|
|
70
|
-
"release:major": "npm run build && npm version major && npm publish"
|
|
71
|
-
},
|
|
72
|
-
"dependencies": {
|
|
73
|
-
"@openclaw-china/shared": "0.1.
|
|
74
|
-
"dingtalk-stream": "^2.1.4"
|
|
75
|
-
},
|
|
76
|
-
"devDependencies": {
|
|
77
|
-
"@types/node": "^22.0.0",
|
|
78
|
-
"fast-check": "^3.22.0",
|
|
79
|
-
"tsup": "^8.2.0",
|
|
80
|
-
"typescript": "^5.7.0",
|
|
81
|
-
"vitest": "^2.1.0",
|
|
82
|
-
"zod": "^3.23.0"
|
|
83
|
-
},
|
|
84
|
-
"peerDependencies": {
|
|
85
|
-
"moltbot": ">=0.1.0"
|
|
86
|
-
},
|
|
87
|
-
"peerDependenciesMeta": {
|
|
88
|
-
"moltbot": {
|
|
89
|
-
"optional": true
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@openclaw-china/dingtalk",
|
|
3
|
+
"version": "0.1.5",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "Moltbot DingTalk channel plugin",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist",
|
|
9
|
+
"moltbot.plugin.json",
|
|
10
|
+
"clawdbot.plugin.json"
|
|
11
|
+
],
|
|
12
|
+
"moltbot": {
|
|
13
|
+
"extensions": [
|
|
14
|
+
"./dist/index.js"
|
|
15
|
+
],
|
|
16
|
+
"channel": {
|
|
17
|
+
"id": "dingtalk",
|
|
18
|
+
"label": "DingTalk",
|
|
19
|
+
"selectionLabel": "DingTalk (钉钉)",
|
|
20
|
+
"docsPath": "/channels/dingtalk",
|
|
21
|
+
"blurb": "钉钉企业消息",
|
|
22
|
+
"aliases": [
|
|
23
|
+
"ding"
|
|
24
|
+
],
|
|
25
|
+
"order": 71
|
|
26
|
+
},
|
|
27
|
+
"install": {
|
|
28
|
+
"npmSpec": "@openclaw-china/dingtalk",
|
|
29
|
+
"localPath": ".",
|
|
30
|
+
"defaultChoice": "npm"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"clawdbot": {
|
|
34
|
+
"extensions": [
|
|
35
|
+
"./dist/index.js"
|
|
36
|
+
],
|
|
37
|
+
"channel": {
|
|
38
|
+
"id": "dingtalk",
|
|
39
|
+
"label": "DingTalk",
|
|
40
|
+
"selectionLabel": "DingTalk (钉钉)",
|
|
41
|
+
"docsPath": "/channels/dingtalk",
|
|
42
|
+
"blurb": "钉钉企业消息",
|
|
43
|
+
"aliases": [
|
|
44
|
+
"ding"
|
|
45
|
+
],
|
|
46
|
+
"order": 71
|
|
47
|
+
},
|
|
48
|
+
"install": {
|
|
49
|
+
"npmSpec": "@openclaw-china/dingtalk",
|
|
50
|
+
"localPath": ".",
|
|
51
|
+
"defaultChoice": "npm"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"main": "./dist/index.js",
|
|
55
|
+
"types": "./dist/index.d.ts",
|
|
56
|
+
"exports": {
|
|
57
|
+
".": {
|
|
58
|
+
"types": "./dist/index.d.ts",
|
|
59
|
+
"default": "./dist/index.js"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"scripts": {
|
|
63
|
+
"build": "tsup",
|
|
64
|
+
"dev": "tsup --watch",
|
|
65
|
+
"test": "vitest --run",
|
|
66
|
+
"test:watch": "vitest",
|
|
67
|
+
"release": "npm run build && npm publish",
|
|
68
|
+
"release:patch": "npm run build && npm version patch && npm publish",
|
|
69
|
+
"release:minor": "npm run build && npm version minor && npm publish",
|
|
70
|
+
"release:major": "npm run build && npm version major && npm publish"
|
|
71
|
+
},
|
|
72
|
+
"dependencies": {
|
|
73
|
+
"@openclaw-china/shared": "0.1.3",
|
|
74
|
+
"dingtalk-stream": "^2.1.4"
|
|
75
|
+
},
|
|
76
|
+
"devDependencies": {
|
|
77
|
+
"@types/node": "^22.0.0",
|
|
78
|
+
"fast-check": "^3.22.0",
|
|
79
|
+
"tsup": "^8.2.0",
|
|
80
|
+
"typescript": "^5.7.0",
|
|
81
|
+
"vitest": "^2.1.0",
|
|
82
|
+
"zod": "^3.23.0"
|
|
83
|
+
},
|
|
84
|
+
"peerDependencies": {
|
|
85
|
+
"moltbot": ">=0.1.0"
|
|
86
|
+
},
|
|
87
|
+
"peerDependenciesMeta": {
|
|
88
|
+
"moltbot": {
|
|
89
|
+
"optional": true
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|