@neelegirly/baileys 2.2.19 → 2.2.20

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.
Files changed (2) hide show
  1. package/README.md +23 -21
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -5,9 +5,9 @@
5
5
  ### *Die WhatsApp Web API mit sauberem Neelegirly-Glow-up*
6
6
  ### *QR Branding · Wrapper-Aware Update Notify · LID · Smart Queue*
7
7
 
8
- [![Version](https://img.shields.io/badge/Version-2.2.19-ff69b4?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/@neelegirly/baileys)
9
- [![wa-api](https://img.shields.io/badge/wa--api-1.8.4-c77dff?style=for-the-badge)](https://www.npmjs.com/package/@neelegirly/wa-api)
10
- [![libsignal](https://img.shields.io/badge/libsignal-1.0.28-f4a261?style=for-the-badge)](https://www.npmjs.com/package/@neelegirly/libsignal)
8
+ [![Version](https://img.shields.io/badge/Version-2.2.20-ff69b4?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/@neelegirly/baileys)
9
+ [![wa-api](https://img.shields.io/badge/wa--api-1.8.5-c77dff?style=for-the-badge)](https://www.npmjs.com/package/@neelegirly/wa-api)
10
+ [![libsignal](https://img.shields.io/badge/libsignal-1.0.29-f4a261?style=for-the-badge)](https://www.npmjs.com/package/@neelegirly/libsignal)
11
11
  [![Node](https://img.shields.io/badge/Node-16+-4caf50?style=for-the-badge&logo=node.js)](https://nodejs.org)
12
12
  [![npm](https://img.shields.io/npm/v/%40neelegirly%2Fbaileys?style=for-the-badge&color=ff69b4&logo=npm)](https://www.npmjs.com/package/@neelegirly/baileys)
13
13
 
@@ -15,9 +15,9 @@
15
15
  <img src="https://files.catbox.moe/5bqumy.jpeg" width="780" alt="@neelegirly/baileys Hero" />
16
16
  </p>
17
17
 
18
- <p align="center"><sub>2026 Glow-Up Edition · frische WA-API- und USync-Patches · Companion-Stack auf <strong>2.2.19 / 1.8.4 / 1.0.28</strong></sub></p>
18
+ <p align="center"><sub>2026 Glow-Up Edition · frische WA-API-, USync- und libsignal-Patches · Companion-Stack auf <strong>2.2.20 / 1.8.5 / 1.0.29</strong></sub></p>
19
19
 
20
- [**Installation**](#-installation) · [**Quickstart**](#-quickstart) · [**Highlights**](#-highlights) · [**QR Branding**](#-qr-branding--update-status) · [**Migration**](#-namespace-migration) · [**Release Notes**](#-release-notes-2219)
20
+ [**Installation**](#-installation) · [**Quickstart**](#-quickstart) · [**Highlights**](#-highlights) · [**QR Branding**](#-qr-branding--update-status) · [**Migration**](#-namespace-migration) · [**Release Notes**](#-release-notes-2220)
21
21
 
22
22
  </div>
23
23
 
@@ -42,13 +42,14 @@ Neelegirlys Variante von Baileys ist die WhatsApp-Web-Basis für stabile Bots, s
42
42
 
43
43
  ---
44
44
 
45
- ## 🆕 Was sich in `v2.2.19` geändert hat
45
+ ## 🆕 Was sich in `v2.2.20` geändert hat
46
46
 
47
47
  - ✅ Aktuelle Baileys-Upstream-Fixes vom 24./25. April 2026 sauber übernommen
48
48
  - ✅ AB-Props-Query nutzt wieder den aktuellen `abt`/Protocol-1-Flow
49
49
  - ✅ Username-Felder in Contacts, Gruppenmetadaten, Message Keys und USync ergänzt
50
50
  - ✅ App-State-Sync robuster bei fehlenden Keys, Snapshot-Retry und Reconnects
51
51
  - ✅ Call-Events, Album-Messages und History/Media-Streaming erweitert
52
+ - ✅ libsignal-Dependency auf `1.0.29` mit TypeScript-Definitionen und ProtocolAddress-Typen aktualisiert
52
53
 
53
54
  ---
54
55
 
@@ -56,9 +57,9 @@ Neelegirlys Variante von Baileys ist die WhatsApp-Web-Basis für stabile Bots, s
56
57
 
57
58
  | Paket | Empfohlene Version |
58
59
  | --- | --- |
59
- | `@neelegirly/baileys` | `2.2.19` |
60
- | `@neelegirly/wa-api` | `1.8.4` |
61
- | `@neelegirly/libsignal` | `1.0.28` |
60
+ | `@neelegirly/baileys` | `2.2.20` |
61
+ | `@neelegirly/wa-api` | `1.8.5` |
62
+ | `@neelegirly/libsignal` | `1.0.29` |
62
63
 
63
64
  ---
64
65
 
@@ -67,22 +68,22 @@ Neelegirlys Variante von Baileys ist die WhatsApp-Web-Basis für stabile Bots, s
67
68
  ### npm
68
69
 
69
70
  ```bash
70
- npm install @neelegirly/baileys@2.2.19 @neelegirly/libsignal@1.0.28 --save-exact
71
+ npm install @neelegirly/baileys@2.2.20 @neelegirly/libsignal@1.0.29 --save-exact
71
72
  ```
72
73
 
73
74
  ### yarn
74
75
 
75
76
  ```bash
76
- yarn add @neelegirly/baileys@2.2.19 @neelegirly/libsignal@1.0.28 --exact
77
+ yarn add @neelegirly/baileys@2.2.20 @neelegirly/libsignal@1.0.29 --exact
77
78
  ```
78
79
 
79
80
  ### pnpm
80
81
 
81
82
  ```bash
82
- pnpm add @neelegirly/baileys@2.2.19 @neelegirly/libsignal@1.0.28 --save-exact
83
+ pnpm add @neelegirly/baileys@2.2.20 @neelegirly/libsignal@1.0.29 --save-exact
83
84
  ```
84
85
 
85
- > Für den kompletten Neelegirly-Stack passt dazu `@neelegirly/wa-api@1.8.4`.
86
+ > Für den kompletten Neelegirly-Stack passt dazu `@neelegirly/wa-api@1.8.5`.
86
87
 
87
88
  ---
88
89
 
@@ -135,9 +136,9 @@ start().catch(console.error)
135
136
 
136
137
  | Paket | Rolle |
137
138
  |------|-------|
138
- | `@neelegirly/baileys 2.2.19` | Socket, Events, Messaging |
139
- | `@neelegirly/libsignal 1.0.28` | Signal-Protokoll-Komponente |
140
- | `@neelegirly/wa-api 1.8.4` | Lifecycle-, Session- und Update-Wrapper |
139
+ | `@neelegirly/baileys 2.2.20` | Socket, Events, Messaging |
140
+ | `@neelegirly/libsignal 1.0.29` | Signal-Protokoll-Komponente |
141
+ | `@neelegirly/wa-api 1.8.5` | Lifecycle-, Session- und Update-Wrapper |
141
142
 
142
143
  ---
143
144
 
@@ -147,8 +148,8 @@ Beim QR-Scan werden automatisch Markenzeilen oberhalb und unterhalb des QR-Codes
147
148
 
148
149
  Typische Anzeige:
149
150
 
150
- - `Baileys Update-Status: up to date (2.2.19)`
151
- - `Wrapper Update-Status: up to date (1.8.4)`
151
+ - `Baileys Update-Status: up to date (2.2.20)`
152
+ - `Wrapper Update-Status: up to date (1.8.5)`
152
153
  - Bei echten Updates werden kompakte Hinweise auf `latest` eingeblendet
153
154
 
154
155
  Wenn kein Wrapper-Kontext vorhanden ist, bleibt die Anzeige sauber bei Baileys. Kein unnötiges Drama, nur QR. ✨
@@ -168,7 +169,7 @@ Wenn du direkt prüfen willst:
168
169
  ```ts
169
170
  import { checkNpmVersion } from '@neelegirly/baileys'
170
171
 
171
- const info = await checkNpmVersion('@neelegirly/baileys', '2.2.19', {
172
+ const info = await checkNpmVersion('@neelegirly/baileys', '2.2.20', {
172
173
  githubRepo: 'neelegirly/baileys'
173
174
  })
174
175
 
@@ -188,10 +189,11 @@ Wenn du vom Upstream kommst, nutze den Neelegirly-Scope:
188
189
 
189
190
  ---
190
191
 
191
- ## 📝 Release Notes `2.2.19`
192
+ ## 📝 Release Notes `2.2.20`
192
193
 
193
194
  - 🔧 Upstream-Änderungen vom 24./25. April 2026 portiert, ohne QR-/Update-Notify- oder Message-ID-Handling umzubauen
194
195
  - 🧩 Username-USync und Inbound-Username-Felder für Kontakte, Gruppen und Message Keys ergänzt
195
196
  - 🛡️ App-State-Sync und libsignal-LID/PN-Typen robuster gemacht
196
197
  - 🖼️ Album-Message-Sending und erweiterte Call-Event-Typen ergänzt
197
- - 🔗 Companion-Stack auf `2.2.19 / 1.8.4 / 1.0.28` aktualisiert
198
+ - 🔐 libsignal auf `1.0.29` mit WhiskeySockets-TypeScript-Definitionen und ProtocolAddress-Typen gepinnt
199
+ - 🔗 Companion-Stack auf `2.2.20 / 1.8.5 / 1.0.29` aktualisiert
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neelegirly/baileys",
3
- "version": "2.2.19",
3
+ "version": "2.2.20",
4
4
  "description": "Neelegirly fork of Baileys: multi-device WhatsApp Web API for Node.js",
5
5
  "keywords": [
6
6
  "whatsapp",
@@ -39,16 +39,11 @@
39
39
  "./lib/*": "./lib/*",
40
40
  "./WAProto/*": "./WAProto/*"
41
41
  },
42
- "scripts": {
43
- "build:all": "tsc && typedoc",
44
- "build:docs": "typedoc",
45
- "build:tsc": "tsc"
46
- },
47
42
  "dependencies": {
48
43
  "@adiwajshing/keyed-db": "^0.2.4",
49
44
  "@cacheable/node-cache": "^1.5.4",
50
45
  "@hapi/boom": "^9.1.3",
51
- "@neelegirly/libsignal": "1.0.28",
46
+ "@neelegirly/libsignal": "1.0.29",
52
47
  "async-mutex": "^0.5.0",
53
48
  "audio-decode": "^2.1.3",
54
49
  "axios": "^1.3.3",
@@ -63,7 +58,7 @@
63
58
  "ws": "^8.13.0"
64
59
  },
65
60
  "overrides": {
66
- "@neelegirly/libsignal": "1.0.28"
61
+ "@neelegirly/libsignal": "1.0.29"
67
62
  },
68
63
  "devDependencies": {
69
64
  "@adiwajshing/eslint-config": "github:adiwajshing/eslint-config",
@@ -116,5 +111,10 @@
116
111
  "packageManager": "yarn@1.22.19",
117
112
  "bugs": {
118
113
  "url": "https://github.com/neelegirly/baileys/issues"
114
+ },
115
+ "scripts": {
116
+ "build:all": "tsc && typedoc",
117
+ "build:docs": "typedoc",
118
+ "build:tsc": "tsc"
119
119
  }
120
120
  }