chore: Bump version to 1.8.4 and update logging in services

- Updated package version from 1.8.2 to 1.8.4 in package.json.
- Refactored instance.controller.ts to allow logout for both 'connecting' and 'open' states, improving instance management.
- Commented out unnecessary logging in channel.service.ts to enhance code clarity.
- Enhanced logging in whatsapp.baileys.service.ts to include instance details in CONNECTION_UPDATE events, improving webhook data sent during connection state changes.

These changes improve versioning, code clarity, and logging functionality across the application.
This commit is contained in:
Davidson Gomes
2025-01-17 15:40:36 -03:00
parent 6ddad8e85a
commit 03ee40388c
4 changed files with 39 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "evolution-api",
"version": "1.8.2",
"version": "1.8.4",
"description": "Rest api for communication with WhatsApp",
"main": "./dist/src/main.js",
"scripts": {