Add baileys version information to the manager
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).