n8n-nodes-wecom 0.3.11 → 0.3.13
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/LICENSE.md +19 -19
- package/README.md +774 -774
- package/dist/nodes/WeCom/resources/passiveReply/execute.js +3 -1
- package/dist/nodes/WeCom/resources/passiveReply/execute.js.map +1 -1
- package/dist/nodes/WeCom/resources/passiveReply/index.js +1 -1
- package/dist/nodes/WeCom/resources/passiveReply/index.js.map +1 -1
- package/dist/nodes/WeComPassiveTrigger/WeComPassiveTrigger.node.js +2 -2
- package/dist/nodes/WeComPassiveTrigger/WeComPassiveTrigger.node.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +75 -75
package/package.json
CHANGED
|
@@ -1,75 +1,75 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "n8n-nodes-wecom",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"description": "Complete n8n integration for WeCom (企业微信/WeChat Work). Send messages, manage contacts, departments, customer relations, meetings, documents, email, calendar, approvals, and more. Full-featured enterprise WeChat automation node.",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"homepage": "https://github.com/funcodingdev/n8n-nodes-wecom",
|
|
7
|
-
"keywords": [
|
|
8
|
-
"n8n-community-node-package",
|
|
9
|
-
"wecom",
|
|
10
|
-
"wechat work",
|
|
11
|
-
"enterprise wechat",
|
|
12
|
-
"企业微信",
|
|
13
|
-
"weixin",
|
|
14
|
-
"qyweixin",
|
|
15
|
-
"wechat",
|
|
16
|
-
"messaging",
|
|
17
|
-
"contacts",
|
|
18
|
-
"crm",
|
|
19
|
-
"automation",
|
|
20
|
-
"workflow",
|
|
21
|
-
"china",
|
|
22
|
-
"business",
|
|
23
|
-
"communication",
|
|
24
|
-
"notification",
|
|
25
|
-
"webhook",
|
|
26
|
-
"trigger"
|
|
27
|
-
],
|
|
28
|
-
"author": {
|
|
29
|
-
"name": "funcodingdev",
|
|
30
|
-
"email": "funcodingdev@foxmail.com"
|
|
31
|
-
},
|
|
32
|
-
"repository": {
|
|
33
|
-
"type": "git",
|
|
34
|
-
"url": "https://github.com/funcodingdev/n8n-nodes-wecom.git"
|
|
35
|
-
},
|
|
36
|
-
"scripts": {
|
|
37
|
-
"build": "n8n-node build",
|
|
38
|
-
"build:watch": "tsc --watch",
|
|
39
|
-
"dev": "n8n-node dev",
|
|
40
|
-
"lint": "n8n-node lint",
|
|
41
|
-
"lint:fix": "n8n-node lint --fix",
|
|
42
|
-
"release": "n8n-node release",
|
|
43
|
-
"prepublishOnly": "n8n-node prerelease"
|
|
44
|
-
},
|
|
45
|
-
"files": [
|
|
46
|
-
"dist"
|
|
47
|
-
],
|
|
48
|
-
"n8n": {
|
|
49
|
-
"n8nNodesApiVersion": 1,
|
|
50
|
-
"strict": false,
|
|
51
|
-
"credentials": [
|
|
52
|
-
"dist/credentials/WeComApi.credentials.js",
|
|
53
|
-
"dist/credentials/WeComWebhookApi.credentials.js",
|
|
54
|
-
"dist/credentials/WeComReceiveApi.credentials.js"
|
|
55
|
-
],
|
|
56
|
-
"nodes": [
|
|
57
|
-
"dist/nodes/WeComBase/WeComBase.node.js",
|
|
58
|
-
"dist/nodes/WeComOffice/WeComOffice.node.js",
|
|
59
|
-
"dist/nodes/WeComPassiveTrigger/WeComPassiveTrigger.node.js",
|
|
60
|
-
"dist/nodes/WeComTrigger/WeComTrigger.node.js",
|
|
61
|
-
"dist/nodes/WeComWechat/WeComWechat.node.js"
|
|
62
|
-
]
|
|
63
|
-
},
|
|
64
|
-
"devDependencies": {
|
|
65
|
-
"@n8n/node-cli": "*",
|
|
66
|
-
"@types/node": "^24.9.1",
|
|
67
|
-
"eslint": "9.32.0",
|
|
68
|
-
"prettier": "3.6.2",
|
|
69
|
-
"release-it": "^19.0.4",
|
|
70
|
-
"typescript": "5.9.2"
|
|
71
|
-
},
|
|
72
|
-
"peerDependencies": {
|
|
73
|
-
"n8n-workflow": "*"
|
|
74
|
-
}
|
|
75
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "n8n-nodes-wecom",
|
|
3
|
+
"version": "0.3.13",
|
|
4
|
+
"description": "Complete n8n integration for WeCom (企业微信/WeChat Work). Send messages, manage contacts, departments, customer relations, meetings, documents, email, calendar, approvals, and more. Full-featured enterprise WeChat automation node.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"homepage": "https://github.com/funcodingdev/n8n-nodes-wecom",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"n8n-community-node-package",
|
|
9
|
+
"wecom",
|
|
10
|
+
"wechat work",
|
|
11
|
+
"enterprise wechat",
|
|
12
|
+
"企业微信",
|
|
13
|
+
"weixin",
|
|
14
|
+
"qyweixin",
|
|
15
|
+
"wechat",
|
|
16
|
+
"messaging",
|
|
17
|
+
"contacts",
|
|
18
|
+
"crm",
|
|
19
|
+
"automation",
|
|
20
|
+
"workflow",
|
|
21
|
+
"china",
|
|
22
|
+
"business",
|
|
23
|
+
"communication",
|
|
24
|
+
"notification",
|
|
25
|
+
"webhook",
|
|
26
|
+
"trigger"
|
|
27
|
+
],
|
|
28
|
+
"author": {
|
|
29
|
+
"name": "funcodingdev",
|
|
30
|
+
"email": "funcodingdev@foxmail.com"
|
|
31
|
+
},
|
|
32
|
+
"repository": {
|
|
33
|
+
"type": "git",
|
|
34
|
+
"url": "https://github.com/funcodingdev/n8n-nodes-wecom.git"
|
|
35
|
+
},
|
|
36
|
+
"scripts": {
|
|
37
|
+
"build": "n8n-node build",
|
|
38
|
+
"build:watch": "tsc --watch",
|
|
39
|
+
"dev": "n8n-node dev",
|
|
40
|
+
"lint": "n8n-node lint",
|
|
41
|
+
"lint:fix": "n8n-node lint --fix",
|
|
42
|
+
"release": "n8n-node release",
|
|
43
|
+
"prepublishOnly": "n8n-node prerelease"
|
|
44
|
+
},
|
|
45
|
+
"files": [
|
|
46
|
+
"dist"
|
|
47
|
+
],
|
|
48
|
+
"n8n": {
|
|
49
|
+
"n8nNodesApiVersion": 1,
|
|
50
|
+
"strict": false,
|
|
51
|
+
"credentials": [
|
|
52
|
+
"dist/credentials/WeComApi.credentials.js",
|
|
53
|
+
"dist/credentials/WeComWebhookApi.credentials.js",
|
|
54
|
+
"dist/credentials/WeComReceiveApi.credentials.js"
|
|
55
|
+
],
|
|
56
|
+
"nodes": [
|
|
57
|
+
"dist/nodes/WeComBase/WeComBase.node.js",
|
|
58
|
+
"dist/nodes/WeComOffice/WeComOffice.node.js",
|
|
59
|
+
"dist/nodes/WeComPassiveTrigger/WeComPassiveTrigger.node.js",
|
|
60
|
+
"dist/nodes/WeComTrigger/WeComTrigger.node.js",
|
|
61
|
+
"dist/nodes/WeComWechat/WeComWechat.node.js"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"devDependencies": {
|
|
65
|
+
"@n8n/node-cli": "*",
|
|
66
|
+
"@types/node": "^24.9.1",
|
|
67
|
+
"eslint": "9.32.0",
|
|
68
|
+
"prettier": "3.6.2",
|
|
69
|
+
"release-it": "^19.0.4",
|
|
70
|
+
"typescript": "5.9.2"
|
|
71
|
+
},
|
|
72
|
+
"peerDependencies": {
|
|
73
|
+
"n8n-workflow": "*"
|
|
74
|
+
}
|
|
75
|
+
}
|