@badzz88/baileys 8.5.0 โ 8.5.2
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 +1 -1
- package/lib/Socket/messages-recv.js +2 -0
- package/lib/index.js +2 -2
- package/package.json +5 -5
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.
|
|
17
|
+
| ๐ท๏ธ **Version** | `8.5.1` |
|
|
18
18
|
| ๐ฌ **Telegram** | [t.me/FoxsSql](https://t.me/FoxsSql) |
|
|
19
19
|
| ๐ **GitHub** | [github.com/Badzz88](https://github.com/Badzz88) |
|
|
20
20
|
|
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:
|
|
60
|
+
Version: 12.0
|
|
61
61
|
Status: Baileys Berhasil Terinstall
|
|
62
|
-
Update date:
|
|
62
|
+
Update date: 09/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.
|
|
3
|
+
"version": "8.5.2",
|
|
4
4
|
"description": "Baileys Whatsapp Api Modification By Badzz88",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"whatsapp",
|
|
@@ -44,7 +44,9 @@
|
|
|
44
44
|
"p-queue": "^9.3.0",
|
|
45
45
|
"pino": "^10.3.1",
|
|
46
46
|
"protobufjs": "^7.6.1",
|
|
47
|
-
"ws": "^8.21.0"
|
|
47
|
+
"ws": "^8.21.0",
|
|
48
|
+
"whatsapp-rust-bridge": "0.5.4",
|
|
49
|
+
"jimp": "^1.6.0"
|
|
48
50
|
},
|
|
49
51
|
"devDependencies": {
|
|
50
52
|
"@eslint/eslintrc": "^3.3.1",
|
|
@@ -72,11 +74,9 @@
|
|
|
72
74
|
},
|
|
73
75
|
"peerDependencies": {
|
|
74
76
|
"audio-decode": "^2.1.3",
|
|
75
|
-
"jimp": "^1.6.0",
|
|
76
77
|
"link-preview-js": "^3.2.0",
|
|
77
78
|
"@img/sharp-wasm32": "^0.35.1",
|
|
78
|
-
"sharp": "^0.32.5"
|
|
79
|
-
"whatsapp-rust-bridge": "0.5.4"
|
|
79
|
+
"sharp": "^0.32.5"
|
|
80
80
|
},
|
|
81
81
|
"peerDependenciesMeta": {
|
|
82
82
|
"audio-decode": {
|