@dfinity/auth-client
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -50,5 +50,5 @@ import { DBCreateOptions, IdbKeyVal } from './db'; | ||
get _db(): Promise<IdbKeyVal>; | ||
get(key: string): Promise<string | null>; | ||
set(key: string, value: string): Promise<void>; | ||
get<T = string>(key: string): Promise<T | null>; | ||
set<T = string>(key: string, value: T): Promise<void>; | ||
remove(key: string): Promise<void>; | ||
} |
@@ -50,5 +50,5 @@ import { DBCreateOptions, IdbKeyVal } from './db'; | ||
get _db(): Promise<IdbKeyVal>; | ||
get(key: string): Promise<string | null>; | ||
set(key: string, value: string): Promise<void>; | ||
get<T = string>(key: string): Promise<T | null>; | ||
set<T = string>(key: string, value: T): Promise<void>; | ||
remove(key: string): Promise<void>; | ||
} |
{ | ||
"name": "@dfinity/auth-client", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"author": "DFINITY Stiftung <sdk@dfinity.org>", | ||
@@ -49,5 +49,5 @@ "license": "Apache-2.0", | ||
"peerDependencies": { | ||
"@dfinity/agent": "^1.2.0", | ||
"@dfinity/identity": "^1.2.0", | ||
"@dfinity/principal": "^1.2.0" | ||
"@dfinity/agent": "^1.2.1", | ||
"@dfinity/identity": "^1.2.1", | ||
"@dfinity/principal": "^1.2.1" | ||
}, | ||
@@ -54,0 +54,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
296083