feat: IA send images and Sentry implemented

This commit is contained in:
Davidson Gomes
2024-08-16 11:31:46 -03:00
parent 3ef80bd6c5
commit b921a4d324
15 changed files with 283 additions and 227 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "evolution-api",
"version": "2.0.9",
"version": "2.1.0",
"description": "Rest api for communication with WhatsApp",
"main": "./dist/main.js",
"type": "commonjs",
"scripts": {
"build": "tsup",
"build": "tsc --noEmit && tsup",
"start": "tsnd -r tsconfig-paths/register --files --transpile-only ./src/main.ts",
"start:prod": "node dist/main",
"dev:server": "clear && tsnd -r tsconfig-paths/register --files --transpile-only --respawn --ignore-watch node_modules ./src/main.ts",
@@ -52,10 +52,11 @@
"@figuro/chatwoot-sdk": "^1.1.16",
"@hapi/boom": "^10.0.1",
"@prisma/client": "^5.15.0",
"@sentry/node": "^7.59.2",
"@sentry/node": "^7.119.0",
"@sentry/profiling-node": "^8.26.0",
"amqplib": "^0.10.3",
"axios": "^1.6.5",
"baileys": "6.7.6",
"baileys": "6.7.5",
"class-validator": "^0.14.1",
"compression": "^1.7.4",
"cors": "^2.8.5",