From b6506dc661a81eeff299795bc0a9f6de2071353e Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Fri, 17 Jan 2025 15:46:55 -0300 Subject: [PATCH] chore: Update Baileys dependency to a new GitHub repository - Changed the Baileys dependency in package.json from the EvolutionAPI repository to the renatoiub repository. This update ensures that the project uses the latest version of Baileys from the specified GitHub source. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1828669b..525dce46 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "amqplib": "^0.10.3", "@aws-sdk/client-sqs": "^3.569.0", "axios": "^1.6.5", - "baileys": "github:EvolutionAPI/Baileys", + "baileys": "github:renatoiub/Baileys", "class-validator": "^0.14.1", "compression": "^1.7.4", "cors": "^2.8.5",