@oxidezap/baileyrs 0.3.0 → 0.3.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.
@@ -222,7 +222,7 @@ const makeWASocket = (config) => {
222
222
  // with ordinary calls pending (`fetchBlocklist()`, `logout()`) is
223
223
  // safe — its `Drop` signals shutdown and aborts the background
224
224
  // tasks — but freeing mid-`disconnect()` still aborts the process
225
- // (`async-lock` panicking while panicking). See
225
+ // (recursively acquiring the teardown mutex). See
226
226
  // `__tests__/bridge-free-safety.test.ts`.
227
227
  //
228
228
  // That shape is reachable: `WebSocketClient.close()` early-returns
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oxidezap/baileyrs",
3
3
  "type": "module",
4
- "version": "0.3.0",
4
+ "version": "0.3.1",
5
5
  "description": "A Rust-powered WhatsApp Web library for JavaScript, with a Baileys-compatible API",
6
6
  "keywords": [
7
7
  "whatsapp",
@@ -83,7 +83,7 @@
83
83
  },
84
84
  "dependencies": {
85
85
  "@hapi/boom": "^10.0.1",
86
- "@oxidezap/whatsapp-rust-bridge": "0.21.1",
86
+ "@oxidezap/whatsapp-rust-bridge": "0.21.2",
87
87
  "long": "^5.3.2",
88
88
  "pino": "^10.3.1",
89
89
  "protobufjs": "^8.8.0"