File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @keeper-security/keeperapi" ,
3
3
"description" : " Keeper API Javascript SDK" ,
4
- "version" : " 16.0.71 " ,
4
+ "version" : " 16.0.72 " ,
5
5
"browser" : " dist/index.es.js" ,
6
6
"main" : " dist/index.cjs.js" ,
7
7
"types" : " dist/node/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ export class Auth {
134
134
public clientKey ?: Uint8Array ;
135
135
private _accountSummary ?: IAccountSummaryElements ;
136
136
private _accountSummaryVersion : number = 1
137
+
137
138
138
139
constructor ( options : ClientConfiguration ) {
139
140
if ( options . deviceConfig && options . deviceToken ) {
@@ -1041,7 +1042,7 @@ export class Auth {
1041
1042
this . _accountSummaryVersion = version
1042
1043
}
1043
1044
1044
- setSessionToken ( token : string ) {
1045
+ public setSessionToken ( token : string ) {
1045
1046
this . _sessionToken = token
1046
1047
}
1047
1048
You can’t perform that action at this time.
0 commit comments