mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-24 06:07:45 -06:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user