@neelegirl/wa-api 1.0.0 → 1.0.1
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/package.json +2 -2
- package/readme.md +12 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neelegirl/wa-api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Multi Session Whatsapp Library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"jest": "^29.0.0",
|
|
28
28
|
"@adiwajshing/keyed-db": "^0.2.4",
|
|
29
29
|
"@hapi/boom": "^10.0.1",
|
|
30
|
-
"@neelegirl/baileys": "^1.5.
|
|
30
|
+
"@neelegirl/baileys": "^1.5.5",
|
|
31
31
|
"mime": "^3.0.0",
|
|
32
32
|
"pino": "^8.11.0",
|
|
33
33
|
"qrcode-terminal": "^0.12.0"
|
package/readme.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://files.catbox.moe/63h8xn.jpeg" width="720" alt="Neele WA-API Header" />
|
|
3
|
+
</p>
|
|
4
|
+
|
|
1
5
|
# 💌 @neelegirl/wa-api → **onimai**
|
|
2
6
|
|
|
3
7
|
✨ *Die elegante & simple WhatsApp-Bibliothek*
|
|
@@ -7,6 +11,14 @@ zur Verwaltung **mehrerer Sessions** – mit
|
|
|
7
11
|
|
|
8
12
|
---
|
|
9
13
|
|
|
14
|
+
<p align="center">
|
|
15
|
+
🌟 <b>Ja, jetzt ist endlich mal wieder eine neue Funktion raus!</b> 🌟<br/>
|
|
16
|
+
💫 <b>Ultramäßig cool, ultramäßig geil!</b> 💫<br/>
|
|
17
|
+
✨ <b>Die Daily Girl hat wieder was Neues für euch!</b> ✨
|
|
18
|
+
</p>
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
10
22
|
> ⚠️ **Hinweis:**
|
|
11
23
|
> Diese Library funktioniert **ausschließlich** mit **@neelegirl/baileys** und ist auch **mit LID kompatibel**.
|
|
12
24
|
> 🔒 Andere Baileys-Forks oder Varianten sind **nicht unterstützt**.
|