cuki-bailx 1.2.2 → 1.2.4

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 CHANGED
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
-
2
+ const chalk = require("chalk");
3
+ const gradient = require("gradient-string");
3
4
  console.log();
4
5
  console.log(
5
6
  chalk.bold.hex('#0000FF')('cuki') + chalk.bold.cyan(' digital')
package/lib/index.js.bak CHANGED
@@ -1,7 +1,18 @@
1
1
  "use strict";
2
2
 
3
- const chalk = require("chalk")
4
- console.log(chalk.yellowBright(`Hi, thank you for using my modified Baileys ^-^\nTelegram: @stvnnvs\n`))
3
+ console.log();
4
+ console.log(
5
+ chalk.bold.hex('#0000FF')('cuki') + chalk.bold.cyan(' digital')
6
+ );
7
+ console.log(gradient(['blue', 'cyan'])('> Terimakasih telah memakai baileys ini <'));
8
+ console.log();
9
+
10
+ console.log(`
11
+ ╔═╗╔╗╔╗╔╦╗╔══╗
12
+ ║╔╝║║║║║╔╝╚║║╝
13
+ ║╚╗║╚╝║║╚╗╔║║╗
14
+ ╚═╝╚══╝╚╩╝╚══╝
15
+ `);
5
16
 
6
17
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7
18
  if (k2 === undefined) k2 = k;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cuki-bailx",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "Simple whatsapp baileys",
5
5
  "keywords": [
6
6
  "whatsapp",
@@ -50,6 +50,7 @@
50
50
  "axios": "^1.3.3",
51
51
  "cache-manager": "4.0.1",
52
52
  "chalk": "^4.1.2",
53
+ "gradient-string": "^2.0.2",
53
54
  "futoin-hkdf": "^1.5.1",
54
55
  "libphonenumber-js": "^1.10.20",
55
56
  "libsignal": "npm:@shennmine/libsignal-node",