@oxidezap/whatsapp-rust-bridge 0.21.0 → 0.21.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.
package/dist/proto-reader.d.ts
CHANGED
|
@@ -74,7 +74,10 @@ export declare class BinaryWriter extends BaseBinaryWriter {
|
|
|
74
74
|
*/
|
|
75
75
|
export declare class BinaryReader extends BaseBinaryReader {
|
|
76
76
|
protected readonly utf8Buffer: Buffer;
|
|
77
|
+
private readonly wireBytes;
|
|
77
78
|
constructor(buf: Uint8Array);
|
|
79
|
+
protected checkBounds(): void;
|
|
80
|
+
private readVarintWords;
|
|
78
81
|
/**
|
|
79
82
|
* Bytes come from a peer this side does not control, so a malformed one
|
|
80
83
|
* substitutes U+FFFD rather than costing the whole message. `strict` reaches
|
|
@@ -4960,12 +4960,12 @@ export interface InitOutput {
|
|
|
4960
4960
|
readonly intounderlyingsink_write: (a: number, b: number) => number;
|
|
4961
4961
|
readonly intounderlyingsource_cancel: (a: number) => void;
|
|
4962
4962
|
readonly intounderlyingsource_pull: (a: number, b: number) => number;
|
|
4963
|
-
readonly
|
|
4964
|
-
readonly
|
|
4965
|
-
readonly
|
|
4966
|
-
readonly
|
|
4967
|
-
readonly
|
|
4968
|
-
readonly
|
|
4963
|
+
readonly __wasm_bindgen_func_elem_4631: (a: number, b: number, c: number) => void;
|
|
4964
|
+
readonly __wasm_bindgen_func_elem_27779: (a: number, b: number, c: number, d: number) => void;
|
|
4965
|
+
readonly __wasm_bindgen_func_elem_27781: (a: number, b: number, c: number, d: number) => void;
|
|
4966
|
+
readonly __wasm_bindgen_func_elem_9799: (a: number, b: number, c: number) => void;
|
|
4967
|
+
readonly __wasm_bindgen_func_elem_4630: (a: number, b: number, c: number) => void;
|
|
4968
|
+
readonly __wasm_bindgen_func_elem_4629: (a: number, b: number) => void;
|
|
4969
4969
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
4970
4970
|
readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
4971
4971
|
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.21.
|
|
3
|
+
"version": "0.21.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",
|
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
"prepublishOnly": "bun run build"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@bufbuild/protobuf": "^2.
|
|
65
|
+
"@bufbuild/protobuf": "^2.14.1"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@types/bun": "^1.3.13",
|
|
69
69
|
"@types/node": "^25.6.0",
|
|
70
70
|
"pkg-pr-new": "^0.0.88",
|
|
71
|
-
"ts-proto": "^2.
|
|
71
|
+
"ts-proto": "^2.12.2",
|
|
72
72
|
"typescript": "^6.0.3"
|
|
73
73
|
},
|
|
74
74
|
"private": false
|