Skip to content

Commit f133274

Browse files
committed
update package
1 parent 070af1b commit f133274

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

keeperapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@keeper-security/keeperapi",
33
"description": "Keeper API Javascript SDK",
4-
"version": "16.0.71",
4+
"version": "16.0.72",
55
"browser": "dist/index.es.js",
66
"main": "dist/index.cjs.js",
77
"types": "dist/node/index.d.ts",

keeperapi/src/auth.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export class Auth {
134134
public clientKey?: Uint8Array;
135135
private _accountSummary?: IAccountSummaryElements;
136136
private _accountSummaryVersion: number = 1
137+
137138

138139
constructor(options: ClientConfiguration) {
139140
if (options.deviceConfig && options.deviceToken) {
@@ -1041,7 +1042,7 @@ export class Auth {
10411042
this._accountSummaryVersion = version
10421043
}
10431044

1044-
setSessionToken(token: string) {
1045+
public setSessionToken(token: string) {
10451046
this._sessionToken = token
10461047
}
10471048

0 commit comments

Comments
 (0)