n8n-nodes-waha-split 2025.1222.10 → 2025.1222.11

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
@@ -1,9 +1,9 @@
1
- # @devlikeapro/n8n-nodes-waha
1
+ # n8n-nodes-waha-split
2
2
  <p align="center">
3
3
  <img src="https://github.com/devlikeapro/n8n-nodes-waha/blob/master/WAHA+n8n.png?raw=true" width='300'/>
4
4
  </p>
5
5
 
6
- This is a n8n community node.
6
+ This is a n8n community node.
7
7
  It lets you use [WAHA - WhatsApp HTTP API](https://waha.devlike.pro) in your n8n workflows.
8
8
 
9
9
  - [**WAHA**](https://waha.devlike.pro) - **WhatsApp API** that you can run in a click!
@@ -13,8 +13,6 @@ It lets you use [WAHA - WhatsApp HTTP API](https://waha.devlike.pro) in your n8n
13
13
  [**WAHA OpenAPI**](https://waha.devlike.pro/swagger/)
14
14
  using [**devlikeapro/n8n-openapi-node**](https://github.com/devlikeapro/n8n-openapi-node)
15
15
 
16
- ![NPM Version](https://img.shields.io/npm/v/%40devlikeapro%2Fn8n-nodes-waha)
17
-
18
16
  <!-- toc -->
19
17
 
20
18
  - [Install WAHA n8n node](#install-waha-n8n-node)
@@ -23,13 +21,15 @@ using [**devlikeapro/n8n-openapi-node**](https://github.com/devlikeapro/n8n-open
23
21
 
24
22
  <!-- tocstop -->
25
23
 
24
+ ![NPM Version](https://img.shields.io/npm/v/n8n-nodes-waha-split)
25
+
26
26
  ![WAHA Workflow Example Screenshot](./waha-n8n-workflow-example.png)
27
27
 
28
28
  ## Install WAHA n8n node
29
29
  Go to your **n8n** => **Settings** => **Community nodes** and install:
30
30
 
31
31
  ```
32
- @devlikeapro/n8n-nodes-waha
32
+ n8n-nodes-waha-split
33
33
  ```
34
34
 
35
35
  If you need help with that, check the
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-waha-split",
3
- "version": "2025.1222.10",
3
+ "version": "2025.1222.11",
4
4
  "description": "n8n to connect with WAHA (Whatsapp HTTP API)",
5
5
  "keywords": [
6
6
  "n8n-community-node-package"