@oxidezap/whatsapp-rust-bridge 0.7.0 → 0.7.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.
@@ -4580,12 +4580,12 @@ export interface InitOutput {
4580
4580
  readonly intounderlyingsink_write: (a: number, b: number) => number;
4581
4581
  readonly intounderlyingsource_cancel: (a: number) => void;
4582
4582
  readonly intounderlyingsource_pull: (a: number, b: number) => number;
4583
- readonly __wasm_bindgen_func_elem_4243: (a: number, b: number, c: number) => void;
4584
- readonly __wasm_bindgen_func_elem_25775: (a: number, b: number, c: number, d: number) => void;
4585
- readonly __wasm_bindgen_func_elem_25777: (a: number, b: number, c: number, d: number) => void;
4586
- readonly __wasm_bindgen_func_elem_9064: (a: number, b: number, c: number) => void;
4587
- readonly __wasm_bindgen_func_elem_4242: (a: number, b: number, c: number) => void;
4588
- readonly __wasm_bindgen_func_elem_4241: (a: number, b: number) => void;
4583
+ readonly __wasm_bindgen_func_elem_4245: (a: number, b: number, c: number) => void;
4584
+ readonly __wasm_bindgen_func_elem_25781: (a: number, b: number, c: number, d: number) => void;
4585
+ readonly __wasm_bindgen_func_elem_25783: (a: number, b: number, c: number, d: number) => void;
4586
+ readonly __wasm_bindgen_func_elem_9069: (a: number, b: number, c: number) => void;
4587
+ readonly __wasm_bindgen_func_elem_4244: (a: number, b: number, c: number) => void;
4588
+ readonly __wasm_bindgen_func_elem_4243: (a: number, b: number) => void;
4589
4589
  readonly __wbindgen_export: (a: number, b: number) => number;
4590
4590
  readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
4591
4591
  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.7.0",
3
+ "version": "0.7.1",
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",