n8n-nodes-ultimate 1.0.0 → 1.1.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "n8n-nodes-ultimate",
3
- "version": "1.0.0",
4
- "description": "n8n nodes tự động hoá Zalo. Nhận các sự kiện mới như tin nhắn, lời mời kết bạn, đã xem tin nhắn, đang soạn tin... Gửi tin nhắn, Quản lý, Thả tim, Kết bạn, Cài đặt tài khoản",
3
+ "version": "1.1.0",
4
+ "description": "n8n nodes tự động hoá Zalo (+80 tính năng), Gôm tin nhắn nhiều tính năng khác biệt.",
5
5
  "keywords": [
6
6
  "n8n-zalo",
7
7
  "nodes-zalo",
@@ -30,6 +30,7 @@
30
30
  "pnpm": ">=9.1"
31
31
  },
32
32
  "files": [
33
+ "dist/nodes/**/**/*.node.js",
33
34
  "dist/nodes/**/*.node.js",
34
35
  "dist/nodes/**/*.json",
35
36
  "dist/nodes/**/*.png",
@@ -46,10 +47,10 @@
46
47
  "dist/credentials/ZaloApi.credentials.js"
47
48
  ],
48
49
  "nodes": [
49
- "dist/nodes/ZaloLoginByQr/ZaloLoginByQr.node.js",
50
- "dist/nodes/ZaloTrigger/ZaloTrigger.node.js",
51
- "dist/nodes/ZaloSendMessage/ZaloSendMessage.node.js",
52
- "dist/nodes/ZaloCommunication/ZaloCommunication.node.js",
50
+ "dist/nodes/ZaloUser/ZaloLoginByQr/ZaloLoginByQr.node.js",
51
+ "dist/nodes/ZaloUser/ZaloTrigger/ZaloTrigger.node.js",
52
+ "dist/nodes/ZaloUser/ZaloSendMessage/ZaloSendMessage.node.js",
53
+ "dist/nodes/ZaloUser/ZaloCommunication/ZaloCommunication.node.js",
53
54
  "dist/nodes/MessageDebouncer/MessageDebouncer.node.js"
54
55
  ]
55
56
  },