@oxidezap/whatsapp-rust-bridge 0.15.0 → 0.16.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.
@@ -4707,12 +4707,12 @@ export interface InitOutput {
4707
4707
  readonly intounderlyingsink_write: (a: number, b: number) => number;
4708
4708
  readonly intounderlyingsource_cancel: (a: number) => void;
4709
4709
  readonly intounderlyingsource_pull: (a: number, b: number) => number;
4710
- readonly __wasm_bindgen_func_elem_4361: (a: number, b: number, c: number) => void;
4711
- readonly __wasm_bindgen_func_elem_26598: (a: number, b: number, c: number, d: number) => void;
4712
- readonly __wasm_bindgen_func_elem_26600: (a: number, b: number, c: number, d: number) => void;
4713
- readonly __wasm_bindgen_func_elem_9308: (a: number, b: number, c: number) => void;
4714
- readonly __wasm_bindgen_func_elem_4360: (a: number, b: number, c: number) => void;
4715
- readonly __wasm_bindgen_func_elem_4359: (a: number, b: number) => void;
4710
+ readonly __wasm_bindgen_func_elem_4358: (a: number, b: number, c: number) => void;
4711
+ readonly __wasm_bindgen_func_elem_26619: (a: number, b: number, c: number, d: number) => void;
4712
+ readonly __wasm_bindgen_func_elem_26621: (a: number, b: number, c: number, d: number) => void;
4713
+ readonly __wasm_bindgen_func_elem_9303: (a: number, b: number, c: number) => void;
4714
+ readonly __wasm_bindgen_func_elem_4357: (a: number, b: number, c: number) => void;
4715
+ readonly __wasm_bindgen_func_elem_4356: (a: number, b: number) => void;
4716
4716
  readonly __wbindgen_export: (a: number, b: number) => number;
4717
4717
  readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
4718
4718
  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.15.0",
3
+ "version": "0.16.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",