You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# zaileys
2
2
3
+
## 4.7.2
4
+
5
+
### Patch Changes
6
+
7
+
- 61bb53c: Remove `pg`/`redis` type imports from published typings — consumers without the optional peer deps no longer fail typecheck (TS2307). Declarations are now emitted by TypeScript 7 directly instead of bundled, and the packaging guard fails the build if any optional peer ever leaks into `dist` typings again.
8
+
- 2285bd7: Stop wiping a valid session on a spurious 401 (issue #54). WhatsApp sometimes emits a `logged-out` close right after a successful connect; the client now reconnects to confirm before clearing credentials. A genuine logout (the retry never re-opens) is still cleared, so no orphaned sessions are left behind.
9
+
3
10
## 4.7.1
4
11
5
12
### Patch Changes
@@ -130,19 +137,19 @@ side-by-side upgrade guide.
130
137
GHSA-qvv5-jq5g-4cgg** message-spoofing via `protocolMessage.type`. See
0 commit comments