n8n-nodes-zalo-custom 1.0.2 → 1.0.4
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 +2 -2
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -11,8 +11,8 @@ Hoạt động độc lập trong môi trường **n8n của bạn** — **khôn
|
|
|
11
11
|
**Github:** [codedao12](https://github.com/codedao12)
|
|
12
12
|
**Email:** codedao12@gmail.com
|
|
13
13
|
**Nhóm Zalo hỗ trợ:** [Tham gia nhóm Zalo](https://zalo.me/g/uinmin927)
|
|
14
|
-
Vui lòng liên hệ để yêu cầu tính năng mới hoặc báo lỗi.
|
|
15
|
-
|
|
14
|
+
Vui lòng liên hệ để yêu cầu tính năng mới hoặc báo lỗi.
|
|
15
|
+
|
|
16
16
|
|
|
17
17
|
## ✨ Các Tính Năng Chính
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-zalo-custom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "n8n nodes for Zalo automation. Send messages, manage groups, friends, and listen to events without third-party services.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n",
|
|
@@ -28,7 +28,9 @@
|
|
|
28
28
|
},
|
|
29
29
|
"files": [
|
|
30
30
|
"nodes",
|
|
31
|
-
"credentials"
|
|
31
|
+
"credentials",
|
|
32
|
+
"README.md",
|
|
33
|
+
"LICENSE.md"
|
|
32
34
|
],
|
|
33
35
|
"main": "index.js",
|
|
34
36
|
"n8n": {
|