Skip to content

Commit af646ac

Browse files
committed
chore: fix typing for blindVersionPubkey
1 parent ae5993c commit af646ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"main": "index.js",
33
"name": "libsession_util_nodejs",
44
"description": "Wrappers for the Session Util Library",
5-
"version": "0.3.21",
5+
"version": "0.3.22",
66
"license": "GPL-3.0",
77
"author": {
88
"name": "Oxen Project",

types/blinding/blinding.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ declare module 'libsession_util_nodejs' {
77
* len 64: ed25519 secretKey with pubkey
88
*/
99
ed25519SecretKey: Uint8Array;
10-
}) => Uint8Array;
10+
}) => string;
1111
blindVersionSign: (opts: {
1212
/**
1313
* len 64: ed25519 secretKey with pubkey

0 commit comments

Comments
 (0)