chore: Updated dependencies and added new manager

In this commit, the following changes were made:

- Updated the version of the project to 2.0.4-beta.
- Added the new manager with version 2.0.0.
- Updated the Baileys version.
- Modified several files such as CHANGELOG.md, Dockerfile, package.json, src/api/routes/index.router.ts, and src/api/routes/view.router.ts.
- Deleted the views/manager.hbs file and added the manager/ folder.

These changes update the dependencies and include a new manager, which may impact the application's functionality.
This commit is contained in:
Davidson Gomes
2024-07-30 09:17:49 -03:00
parent 5047e6281a
commit 95bc5e6b21
10 changed files with 403 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "evolution-api",
"version": "2.0.3-beta",
"version": "2.0.4-beta",
"description": "Rest api for communication with WhatsApp",
"main": "./dist/src/main.js",
"scripts": {
@@ -62,7 +62,7 @@
"dayjs": "^1.11.7",
"dotenv": "^16.4.5",
"eventemitter2": "^6.4.9",
"evolution-manager": "^0.4.13",
"evolution-manager-v2": "^0.0.2",
"exiftool-vendored": "^22.0.0",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",