Skip to content

Commit 1906803

Browse files
committed
chore: typo
1 parent 995ee3d commit 1906803

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "libsession_util_nodejs",
44
"packageManager": "pnpm@10.28.1",
55
"description": "Wrappers for the Session Util Library",
6-
"version": "0.6.14",
6+
"version": "0.6.15",
77
"license": "GPL-3.0",
88
"author": {
99
"name": "Oxen Project",

types/pro/pro.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ declare module 'libsession_util_nodejs' {
4747
/**
4848
* 32 bytes, 64 chars
4949
*/
50-
rotatingPrivKeyHex: string;
50+
rotatingSeedHex: string;
5151
};
5252

5353
type ProConfig = WithRotatingPrivKeyHex & {

0 commit comments

Comments
 (0)