@kichat/n8n-nodes-kirimchat 1.0.3 → 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 +1 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -14,13 +14,7 @@ This is an n8n community node for [KirimChat](https://kirim.chat) - a messaging
|
|
|
14
14
|
|
|
15
15
|
1. Go to **Settings > Community Nodes**
|
|
16
16
|
2. Select **Install**
|
|
17
|
-
3. Enter
|
|
18
|
-
|
|
19
|
-
### Manual Installation
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
npm install n8n-nodes-kirimchat
|
|
23
|
-
```
|
|
17
|
+
3. Enter `@n8n-nodes-kirimchat` and confirm
|
|
24
18
|
|
|
25
19
|
## Credentials
|
|
26
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kichat/n8n-nodes-kirimchat",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "n8n community node for KirimChat - Send WhatsApp & Instagram messages, mark as read, and send typing indicators",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package",
|
|
@@ -53,4 +53,4 @@
|
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"n8n-workflow": "*"
|
|
55
55
|
}
|
|
56
|
-
}
|
|
56
|
+
}
|