@zetagoaurum-socket/decagramton 3.2.2 β†’ 3.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/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <img src="https://raw.githubusercontent.com/ZetaGo-Aurum/Decagramton/main/decagramton.jpg" alt="Decagramton Banner" width="100%" />
2
+ <img src="./decagramton.jpg" alt="Decagramton Banner" width="100%" />
3
3
 
4
4
  # DECAGRAMTON - By ZetaGo-Aurum
5
5
 
@@ -34,11 +34,27 @@ Sesuai lambang Decagram, library ini memiliki 10 kekuatan utama:
34
34
  9. **πŸ› οΈ Developer Comfort (Usability)**: Dokumentasi Bilingual (ID/EN) dan API yang mudah dipahami.
35
35
  10. **🎨 Exclusive Console (Beauty)**: Banner startup "Decagramton" yang mewah dan log yang indah.
36
36
 
37
- ### πŸ“¦ Instalasi
37
+ ### πŸ“¦ Instalasi (Installation)
38
+
39
+ **Via NPM (Recommended):**
38
40
  ```bash
39
41
  npm install @zetagoaurum-socket/decagramton
42
+ # atau
43
+ yarn add @zetagoaurum-socket/decagramton
40
44
  ```
41
45
 
46
+ **Via GitHub (Latest/Dev):**
47
+ ```bash
48
+ npm install github:ZetaGo-Aurum/Decagramton
49
+ ```
50
+
51
+ > [!TIP]
52
+ > **Migration from WhiskeySockets/Baileys?**
53
+ > Decagramton is a **Drop-in Replacement**. Simply uninstall your old baileys and install Decagramton.
54
+ > `npm uninstall @whiskeysockets/baileys && npm install @zetagoaurum-socket/decagramton`
55
+ > Then update your require/import:
56
+ > `const { ... } = require('@zetagoaurum-socket/decagramton')`
57
+
42
58
  ---
43
59
 
44
60
  ## πŸ‡ΊπŸ‡Έ English (EN)
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zetagoaurum-socket/decagramton",
3
- "version": "3.2.2",
3
+ "version": "3.2.4",
4
4
  "description": "DECAGRAMTON - The Ten-Pointed Star of Speed (Enterprise WhatsApp Series)",
5
5
  "keywords": [
6
6
  "whatsapp",
@@ -15,7 +15,7 @@
15
15
  ],
16
16
  "homepage": "https://github.com/ZetaGo-Aurum/Decagramton",
17
17
  "repository": {
18
- "url": "git@github.com:ZetaGo-Aurum/Decagramton.git"
18
+ "url": "https://github.com/ZetaGo-Aurum/Decagramton.git"
19
19
  },
20
20
  "license": "MIT",
21
21
  "author": "ZetaGo-Aurum",
@@ -24,7 +24,8 @@
24
24
  "files": [
25
25
  "lib/*",
26
26
  "WAProto/*",
27
- "WASignalGroup/*.js"
27
+ "WASignalGroup/*.js",
28
+ "decagramton.jpg"
28
29
  ],
29
30
  "scripts": {
30
31
  "build:all": "tsc && typedoc",