Compare commits

...

18 Commits
main ... dev

Author SHA1 Message Date
8067c91904 Merge branch 'codigoencasa:dev' into dev 2023-02-18 12:52:19 -06:00
Leifer Mendez
420be044f1 Merge pull request #636 from codigoencasa/wwebjs-patch-lastest
update wwejs package json
2023-02-16 19:34:17 +01:00
aurik3
7e599bf9d0 update wwejs package json
update wwejs package
2023-02-16 13:31:55 -05:00
Leifer Mendez
8d46862b0d Merge branch 'dev' of github.com:codigoencasa/bot-whatsapp into dev 2023-02-14 17:43:06 +01:00
Leifer Mendez
4d0d455865 Merge pull request #634 from jcdevsoft/dev
bug wweb 1.19.2 to 1.19.4 fix queryExists to queryWidExists by @shirs…
2023-02-14 15:24:11 +01:00
Leifer Mendez
565f995c24 Merge pull request #634 from jcdevsoft/dev
bug wweb 1.19.2 to 1.19.4 fix queryExists to queryWidExists by @shirs…
2023-02-14 09:23:47 +01:00
ac7c56694a Merge branch 'codigoencasa:dev' into dev 2023-02-13 20:25:23 -06:00
jcdevsoft
b3680bd363 bug wweb 1.19.2 to 1.19.4 fix queryExists to queryWidExists by @shirser121 in #1987, Fixing the queryWidExists function by @tofers in #1989, Fix mute chat by @tofers in #1982, Update WhatsApp Web Version (2.2306.7) by @github-actions in # #1954 2023-02-13 00:30:15 -06:00
d2bcf4cc0e Merge branch 'codigoencasa:dev' into dev 2023-02-09 05:12:19 -06:00
9af15d5389 Merge branch 'codigoencasa:dev' into dev 2023-02-04 20:10:24 -06:00
5b1f070a53 Merge branch 'codigoencasa:dev' into dev 2023-02-03 09:10:31 -06:00
d87dc3c188 Merge branch 'codigoencasa:dev' into dev 2023-01-24 19:15:43 -06:00
d9639c8e8d Merge branch 'codigoencasa:dev' into dev 2023-01-23 21:58:16 -06:00
10ab7e671f Merge branch 'codigoencasa:dev' into dev 2023-01-19 21:18:55 -06:00
2631e4dcb4 Merge branch 'codigoencasa:dev' into dev 2023-01-17 09:43:53 -06:00
714718c0fc Merge branch 'codigoencasa:dev' into dev 2023-01-16 21:32:34 -06:00
ea5a806392 docs: env 2023-01-15 19:50:42 -06:00
6ecf97678f docs: env 2023-01-15 19:43:55 -06:00
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{
"dependencies": {
"whatsapp-web.js": "1.19.3"
"whatsapp-web.js": "1.19.4"
}
}

View File

@@ -14,7 +14,7 @@
"@bot-whatsapp/database": "latest",
"@bot-whatsapp/provider": "latest",
"@bot-whatsapp/portal": "latest",
"whatsapp-web.js": "1.19.2"
"whatsapp-web.js": "1.19.4"
},
"author": "",
"license": "ISC"

View File

@@ -14,7 +14,7 @@
"@bot-whatsapp/database": "latest",
"@bot-whatsapp/provider": "latest",
"@bot-whatsapp/portal": "latest",
"whatsapp-web.js": "1.19.2"
"whatsapp-web.js": "1.19.4"
},
"author": "",
"license": "ISC"

View File

@@ -9,7 +9,7 @@
},
"keywords": [],
"dependencies": {
"whatsapp-web.js": "1.19.2",
"whatsapp-web.js": "1.19.4",
"@bot-whatsapp/bot": "latest",
"@bot-whatsapp/cli": "latest",
"@bot-whatsapp/database": "latest",

View File

@@ -9,7 +9,7 @@
},
"keywords": [],
"dependencies": {
"whatsapp-web.js": "1.19.2",
"whatsapp-web.js": "1.19.4",
"@bot-whatsapp/bot": "latest",
"@bot-whatsapp/cli": "latest",
"@bot-whatsapp/database": "latest",