@neelegirl/baileys 2.0.1 → 2.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.
- package/README.md +22 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
### *Die WhatsApp Web API, die alles kann*
|
|
6
6
|
### *Smart Queue · QR-Code · Message ID · LID · TypeScript*
|
|
7
7
|
|
|
8
|
-
[](https://github.com/neelegirl/baileys)
|
|
9
9
|
[](https://github.com/WhiskeySockets/Baileys)
|
|
10
10
|
[](https://www.npmjs.com/package/@neelegirl/baileys)
|
|
11
11
|
[](https://www.npmjs.com/package/@neelegirl/baileys)
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
|
|
21
21
|
| 📦 Paket | 🎯 Baileys API | ✨ Highlights |
|
|
22
22
|
|----------|----------------|----------------|
|
|
23
|
-
| **@neelegirl/baileys v2.0.
|
|
23
|
+
| **@neelegirl/baileys v2.0.2** | **1.7.2** | Upstream-Updates · QR-Code · Message ID · Update-Check von npm |
|
|
24
24
|
|
|
25
|
-
**✨ v2.0.
|
|
25
|
+
**✨ v2.0.2** · README Glow-Up · Kompatibel mit Baileys **1.7.2** · QR & Message ID unverändert · Update-Prüfung via npm-Registry
|
|
26
26
|
|
|
27
27
|
[**Installation**](#-installation) · [**Quickstart**](#-quickstart-guide) · [**Features**](#-neue-features-in-version-200) · [**Dokumentation**](#-dokumentation) · [**Support**](#-support--community)
|
|
28
28
|
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
- [✨ Warum @neelegirl/baileys?](#-warum-neelegirlbaileys)
|
|
36
36
|
- [🚀 Installation](#-installation)
|
|
37
37
|
- [📖 Quickstart Guide](#-quickstart-guide)
|
|
38
|
-
- [✨ Neue Features in Version 2.0.
|
|
38
|
+
- [✨ Neue Features in Version 2.0.2](#-neue-features-in-version-202)
|
|
39
39
|
- [💡 Grundlegende Verwendung](#-grundlegende-verwendung)
|
|
40
40
|
- [🎯 Erweiterte Features](#-erweiterte-features)
|
|
41
41
|
- [📚 Dokumentation](#-dokumentation)
|
|
@@ -188,10 +188,10 @@ startBot().catch(console.error)
|
|
|
188
188
|
|
|
189
189
|
---
|
|
190
190
|
|
|
191
|
-
## ✨ Neue Features in Version 2.0.
|
|
191
|
+
## ✨ Neue Features in Version 2.0.2
|
|
192
192
|
|
|
193
193
|
### 🆕 **Was ist neu?**
|
|
194
|
-
**Kompatibel mit Baileys API 1.7.2** ·
|
|
194
|
+
**Kompatibel mit Baileys API 1.7.2** · **Update-Check von npm-Registry** (1× pro Prozess) · **Message ID & QR-Code unverändert**
|
|
195
195
|
|
|
196
196
|
<div align="center">
|
|
197
197
|
|
|
@@ -860,16 +860,23 @@ const sock = makeWASocket({
|
|
|
860
860
|
|
|
861
861
|
## 📝 Changelog
|
|
862
862
|
|
|
863
|
-
### Version 2.0.
|
|
863
|
+
### Version 2.0.2 (Aktuell) 🎉
|
|
864
864
|
|
|
865
|
-
-
|
|
866
|
-
-
|
|
867
|
-
-
|
|
868
|
-
-
|
|
869
|
-
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
865
|
+
- 📖 **README Glow-Up** – Version 2.0.2, Badges & Changelog
|
|
866
|
+
- 🔔 **Update-Check** – Liest Version von **npm-Registry** (registry.npmjs.org), nur 1× pro Prozess
|
|
867
|
+
- ✨ Semver-Vergleich für „Update verfügbar“ nur bei wirklich neuerer Version
|
|
868
|
+
- 🎨 **QR-Code** & **Message ID** – unverändert
|
|
869
|
+
- 🔄 Kompatibel mit **Baileys API 1.7.2**
|
|
870
|
+
|
|
871
|
+
### Version 2.0.1
|
|
872
|
+
|
|
873
|
+
- 🔄 Upstream aus Backup Baileys · LID in Pairing · historySyncConfig · getWebInfo · Defaults
|
|
874
|
+
|
|
875
|
+
### Version 2.0.0
|
|
876
|
+
|
|
877
|
+
- 🔄 Upstream aus Backup Baileys – validate-connection, Defaults & Pairing angeglichen
|
|
878
|
+
- 🔐 LID in Pairing · 📤 historySyncConfig · 🌐 getWebInfo · ⚙️ Defaults
|
|
879
|
+
- 🎨 QR-Code & Message ID unverändert · WhatsApp-Version [2, 3000, 1032141294]
|
|
873
880
|
|
|
874
881
|
### Version 1.1.2
|
|
875
882
|
|