evolution-manager icon indicating copy to clipboard operation
evolution-manager copied to clipboard

Add baileys version information to the manager

Open michaelvips opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. I realized that to make sure I had the new version of Baileys I have to access the container to see if the package.json file was changed to the new version, I found it a bit complex.

Describe the solution you'd like Add baileys version information to the manager

Additional context Recently in the same docker 1.8.1 image there was a change in the baileys version. https://github.com/EvolutionAPI/evolution-api/commit/2a9412c81adb79c0f4b441d92d3c03bc8d1a48c2

However, as I was using Docker, even when I made some commands, the Baileys version remained the previous one in the application's package.json file, until I realized that I had to pull the image to get the changes (my mistake).

michaelvips avatar Jun 13 '24 13:06 michaelvips