File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4949 "p-queue" : " ^9.0.0" ,
5050 "pino" : " ^9.6" ,
5151 "protobufjs" : " ^7.2.4" ,
52- "whatsapp-rust-bridge" : " ^0.3 .0" ,
52+ "whatsapp-rust-bridge" : " ^0.4 .0" ,
5353 "ws" : " ^8.13.0"
5454 },
5555 "devDependencies" : {
Original file line number Diff line number Diff line change 1- import { decodeNode } from 'whatsapp-rust-bridge/binary '
1+ import { decodeNode } from 'whatsapp-rust-bridge'
22import type { BinaryNode } from './types'
33
44export const decodeBinaryNode = ( buffer : Uint8Array ) : BinaryNode => {
Original file line number Diff line number Diff line change 1- import { encodeNode } from 'whatsapp-rust-bridge/binary '
1+ import { encodeNode } from 'whatsapp-rust-bridge'
22import type { BinaryNode } from './types'
33
44export const encodeBinaryNode = ( node : BinaryNode ) : Uint8Array => {
Original file line number Diff line number Diff line change 1- import type { BinaryNode } from 'whatsapp-rust-bridge/binary '
1+ import type { BinaryNode } from 'whatsapp-rust-bridge'
22/**
33 * the binary node WA uses internally for communication
44 *
Original file line number Diff line number Diff line change @@ -3025,7 +3025,7 @@ __metadata:
30253025 typedoc : " npm:^0.27.9"
30263026 typedoc-plugin-markdown : " npm:4.4.2"
30273027 typescript : " npm:^5.8.2"
3028- whatsapp-rust-bridge : " npm:^0.3 .0"
3028+ whatsapp-rust-bridge : " npm:^0.4 .0"
30293029 ws : " npm:^8.13.0"
30303030 peerDependencies :
30313031 audio-decode : ^2.1.3
@@ -10185,10 +10185,10 @@ __metadata:
1018510185 languageName : node
1018610186 linkType : hard
1018710187
10188- " whatsapp-rust-bridge@npm:^0.3 .0 " :
10189- version : 0.3 .0
10190- resolution : " whatsapp-rust-bridge@npm:0.3 .0"
10191- checksum : 10c0/d6feb19449d0221483168bf4886e11c3593d015d5fa1b1cf355e7e9193561d01efdc7093b7c26c57ce3ab89b5f6c570299ff2e810233f7a46dce800df2a2cdab
10188+ " whatsapp-rust-bridge@npm:^0.4 .0 " :
10189+ version : 0.4 .0
10190+ resolution : " whatsapp-rust-bridge@npm:0.4 .0"
10191+ checksum : 10c0/e4d15eb2dc9aeb4a69caf4c775ea3e28f4b9a1d01bdc93ea18ebf5a8c90249312db15a9dbdc754920374b7295a9e157c72dee186919102e6aa1dca1b958f8109
1019210192 languageName : node
1019310193 linkType : hard
1019410194
You can’t perform that action at this time.
0 commit comments