mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-20 04:29:16 +00:00
ci(provider): ✨ automatic updated versions
This commit is contained in:
@@ -34,7 +34,7 @@ const startInteractive = async () => {
|
||||
choices: [
|
||||
{ title: 'whatsapp-web.js (gratis)', value: 'wweb' },
|
||||
{ title: 'Venom (gratis)', value: 'venom' },
|
||||
{ title: 'Baileys (gratis)', value: 'bailey' },
|
||||
{ title: 'Baileys (gratis)', value: 'baileys' },
|
||||
{ title: 'Twilio', value: 'twilio' },
|
||||
{ title: 'API Oficial (Meta)', value: 'meta' },
|
||||
],
|
||||
|
||||
7
packages/provider/src/baileys/package.json
Normal file
7
packages/provider/src/baileys/package.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@adiwajshing/baileys": "5.0.0",
|
||||
"mime-types": "2.1.35",
|
||||
"wa-sticker-formatter": "4.3.2"
|
||||
}
|
||||
}
|
||||
3
packages/provider/src/meta/package.json
Normal file
3
packages/provider/src/meta/package.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"dependencies": {}
|
||||
}
|
||||
5
packages/provider/src/twilio/package.json
Normal file
5
packages/provider/src/twilio/package.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"twilio": "3.84.0"
|
||||
}
|
||||
}
|
||||
6
packages/provider/src/venom/package.json
Normal file
6
packages/provider/src/venom/package.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"venom-bot": "4.3.7",
|
||||
"mime-types": "2.1.35"
|
||||
}
|
||||
}
|
||||
5
packages/provider/src/web-whatsapp/package.json
Normal file
5
packages/provider/src/web-whatsapp/package.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"whatsapp-web.js": "1.18.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user