You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. EvolutionAPI/evolution-api@2a9412c
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).
The text was updated successfully, but these errors were encountered:
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. EvolutionAPI/evolution-api@2a9412c
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).
The text was updated successfully, but these errors were encountered: