We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995ee3d commit 1906803Copy full SHA for 1906803
2 files changed
package.json
@@ -3,7 +3,7 @@
3
"name": "libsession_util_nodejs",
4
"packageManager": "pnpm@10.28.1",
5
"description": "Wrappers for the Session Util Library",
6
- "version": "0.6.14",
+ "version": "0.6.15",
7
"license": "GPL-3.0",
8
"author": {
9
"name": "Oxen Project",
types/pro/pro.d.ts
@@ -47,7 +47,7 @@ declare module 'libsession_util_nodejs' {
47
/**
48
* 32 bytes, 64 chars
49
*/
50
- rotatingPrivKeyHex: string;
+ rotatingSeedHex: string;
51
};
52
53
type ProConfig = WithRotatingPrivKeyHex & {
0 commit comments