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

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

351
manager/dist/assets/index-A9DaT62F.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

14
manager/dist/index.html vendored Normal file
View File

@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/assets/images/evolution-logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Evolution Manager</title>
<script type="module" crossorigin src="/assets/index-A9DaT62F.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DbxiEs0X.css">
</head>
<body>
<div id="root"></div>
</body>
</html>