@dinzid04/baileys 0.0.1 → 0.0.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.

Potentially problematic release.


This version of @dinzid04/baileys might be problematic. Click here for more details.

package/README.md CHANGED
@@ -64,14 +64,14 @@ Buka file `package.json` di dalam *project* bot kamu, lalu ubah URL pada bagian
64
64
  **Jika kodemu sebelumnya menggunakan `@whiskeysockets/baileys`:**
65
65
  ```json
66
66
  "dependencies": {
67
- "@whiskeysockets/baileys": "github:dinzid04/DinzBaileys"
67
+ "@whiskeysockets/baileys": "npm:@dinzid04/baileys"
68
68
  }
69
69
  ```
70
70
 
71
71
  **Jika kodemu sebelumnya menggunakan versi `@adiwajshing/baileys`:**
72
72
  ```json
73
73
  "dependencies": {
74
- "@adiwajshing/baileys": "github:dinzid04/DinzBaileys"
74
+ "@adiwajshing/baileys": "npm:@dinzid04/baileys"
75
75
  }
76
76
  ```
77
77
  *Setelah diubah, jangan lupa jalankan perintah `npm install` atau `npm update` di terminal.*
@@ -79,7 +79,7 @@ Buka file `package.json` di dalam *project* bot kamu, lalu ubah URL pada bagian
79
79
  ### 2. Via Terminal (Direct Install)
80
80
  Jika kamu ingin menginstalnya langsung melalui terminal / command prompt, gunakan perintah berikut:
81
81
  ```bash
82
- npm install @whiskeysockets/baileys@github:dinzid04/DinzBaileys
82
+ npm install @whiskeysockets/baileys@npm:@dinzid04/baileys
83
83
  ```
84
84
 
85
85
  ---
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": [2, 3000, 1031942327]
2
+ "version": [2, 3000, 1029030078]
3
3
  }
package/lib/index.js CHANGED
@@ -1,6 +1,9 @@
1
1
  "use strict";
2
2
  const chalk = require("chalk");
3
3
  const { version } = require("../package.json");
4
+
5
+ console.log(chalk.cyan(" Thanks for using Baileys @DinzID"))
6
+
4
7
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
8
  if (k2 === undefined) k2 = k;
6
9
  var desc = Object.getOwnPropertyDescriptor(m, k);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dinzid04/baileys",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Baileys Modification for whatsapp",
5
5
  "keywords": [
6
6
  "Modified",