Skip to content

Commit a52708c

Browse files
committed
chore: bump whatsapp-rust-bridge
1 parent 3cb03de commit a52708c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
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": {

src/WABinary/decode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { decodeNode } from 'whatsapp-rust-bridge/binary'
1+
import { decodeNode } from 'whatsapp-rust-bridge'
22
import type { BinaryNode } from './types'
33

44
export const decodeBinaryNode = (buffer: Uint8Array): BinaryNode => {

src/WABinary/encode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { encodeNode } from 'whatsapp-rust-bridge/binary'
1+
import { encodeNode } from 'whatsapp-rust-bridge'
22
import type { BinaryNode } from './types'
33

44
export const encodeBinaryNode = (node: BinaryNode): Uint8Array => {

src/WABinary/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
*

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)