@oxidezap/whatsapp-rust-bridge 0.18.0 → 0.19.0

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.
@@ -4784,12 +4784,12 @@ export interface InitOutput {
4784
4784
  readonly intounderlyingsink_write: (a: number, b: number) => number;
4785
4785
  readonly intounderlyingsource_cancel: (a: number) => void;
4786
4786
  readonly intounderlyingsource_pull: (a: number, b: number) => number;
4787
- readonly __wasm_bindgen_func_elem_4417: (a: number, b: number, c: number) => void;
4788
- readonly __wasm_bindgen_func_elem_26574: (a: number, b: number, c: number, d: number) => void;
4789
- readonly __wasm_bindgen_func_elem_26576: (a: number, b: number, c: number, d: number) => void;
4790
- readonly __wasm_bindgen_func_elem_9408: (a: number, b: number, c: number) => void;
4791
- readonly __wasm_bindgen_func_elem_4416: (a: number, b: number, c: number) => void;
4792
- readonly __wasm_bindgen_func_elem_4415: (a: number, b: number) => void;
4787
+ readonly __wasm_bindgen_func_elem_4420: (a: number, b: number, c: number) => void;
4788
+ readonly __wasm_bindgen_func_elem_26654: (a: number, b: number, c: number, d: number) => void;
4789
+ readonly __wasm_bindgen_func_elem_26656: (a: number, b: number, c: number, d: number) => void;
4790
+ readonly __wasm_bindgen_func_elem_9413: (a: number, b: number, c: number) => void;
4791
+ readonly __wasm_bindgen_func_elem_4419: (a: number, b: number, c: number) => void;
4792
+ readonly __wasm_bindgen_func_elem_4418: (a: number, b: number) => void;
4793
4793
  readonly __wbindgen_export: (a: number, b: number) => number;
4794
4794
  readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
4795
4795
  readonly __wbindgen_export3: (a: number) => void;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxidezap/whatsapp-rust-bridge",
3
- "version": "0.18.0",
3
+ "version": "0.19.0",
4
4
  "description": "A high-performance utilities for WhatsApp, powered by Rust and WebAssembly.",
5
5
  "author": "João Lucas <jlucaso@hotmail.com>",
6
6
  "license": "MIT",