n8n-nodes-evolution-message-search 1.0.4 → 1.0.5
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.
|
@@ -12,8 +12,8 @@ class EvolutionApi {
|
|
|
12
12
|
name: 'baseUrl',
|
|
13
13
|
type: 'string',
|
|
14
14
|
default: 'http://localhost:8080',
|
|
15
|
-
description: 'Evolution API server URL (without trailing slash
|
|
16
|
-
placeholder: '
|
|
15
|
+
description: 'Evolution API server URL (without trailing slash)',
|
|
16
|
+
placeholder: 'http://localhost:8080',
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
displayName: 'API Key',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-evolution-message-search",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "Evolution API - Search Messages node for n8n. Search WhatsApp message history by keywords, dates, and conversation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package",
|