@badzz88/baileys 4.0.1 → 5.0.0
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/index.js +3 -3
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
const chalk = require("chalk");
|
|
4
4
|
|
|
5
5
|
console.log(chalk.gray("-----------------------------------------\n"));
|
|
6
|
-
console.log(chalk.
|
|
7
|
-
|
|
6
|
+
console.log(chalk.cyan(`
|
|
7
|
+
.......
|
|
8
8
|
.,;;;;;;;;;;;;;;;,.
|
|
9
9
|
.,;;;;;;;;;;;;;;;;;;;;;;.
|
|
10
10
|
,;;;;;;;;;;;;;;;;;;;;;;;;;;;,
|
|
@@ -36,7 +36,7 @@ console.log(chalk.blue(`
|
|
|
36
36
|
¤═―— ⎧ 𝐁𝐀𝐃𝐙𝐙 𝐁𝐀𝐈𝐋𝐄𝐘𝐒 ⎭ ⊱―—═¤
|
|
37
37
|
Information:
|
|
38
38
|
Developer: @badzzne2
|
|
39
|
-
Version:
|
|
39
|
+
Version: 5.0
|
|
40
40
|
Status: Baileys Berhasil Tersambung
|
|
41
41
|
`));
|
|
42
42
|
console.log(chalk.gray("--------------------------------------------\n"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@badzz88/baileys",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "WhatsApp API Modification By Badzz88",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"whatsapp",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"ws": "^8.13.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@
|
|
64
|
+
"@badzz88/eslint-config": "latest",
|
|
65
65
|
"@types/got": "^9.6.11",
|
|
66
66
|
"@types/jest": "^27.5.1",
|
|
67
67
|
"@types/node": "^20.0.0",
|