@kichat/n8n-nodes-kirimchat 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 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 `n8n-nodes-kirimchat` and confirm
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
 
@@ -21,7 +21,7 @@ class KirimChatApi {
21
21
  displayName: 'API Base URL',
22
22
  name: 'baseUrl',
23
23
  type: 'string',
24
- default: 'https://api-ig.kirim.chat/api/v1/public',
24
+ default: 'https://api-prod.kirim.chat/api/v1/public',
25
25
  required: true,
26
26
  description: '⚠️ WARNING: Only change this URL if you know what you\'re doing. Your API key will be sent to this URL. Changing this to an untrusted URL could expose your credentials.',
27
27
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kichat/n8n-nodes-kirimchat",
3
- "version": "1.0.2",
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
+ }