@badzz88/baileys 4.0.0 → 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.
Files changed (2) hide show
  1. package/lib/index.js +3 -3
  2. package/package.json +3 -3
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.green(`
7
- ⠀ ........
6
+ console.log(chalk.cyan(`
7
+ .......
8
8
  .,;;;;;;;;;;;;;;;,.
9
9
  .,;;;;;;;;;;;;;;;;;;;;;;.
10
10
  ,;;;;;;;;;;;;;;;;;;;;;;;;;;;,
@@ -36,7 +36,7 @@ console.log(chalk.green(`
36
36
  ¤═―— ⎧ 𝐁𝐀𝐃𝐙𝐙 𝐁𝐀𝐈𝐋𝐄𝐘𝐒 ⎭ ⊱―—═¤
37
37
  Information:
38
38
  Developer: @badzzne2
39
- Version: 4.0
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": "4.0.0",
3
+ "version": "5.0.0",
4
4
  "description": "WhatsApp API Modification By Badzz88",
5
5
  "keywords": [
6
6
  "whatsapp",
@@ -51,7 +51,7 @@
51
51
  "futoin-hkdf": "^1.5.1",
52
52
  "libphonenumber-js": "^1.10.20",
53
53
  "lodash": "^4.17.21",
54
- "libsignal": "github:RILLYZY/libsignal-node",
54
+ "libsignal": "github:Badzz88/libsignal-node",
55
55
  "music-metadata": "^7.12.3",
56
56
  "node-cache": "^5.1.2",
57
57
  "node-fetch": "^2.6.1",
@@ -61,7 +61,7 @@
61
61
  "ws": "^8.13.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@adiwajshing/eslint-config": "github:adiwajshing/eslint-config",
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",