@dfinity/auth-client
Advanced tools
Comparing version 0.20.0-beta.0 to 0.20.0
@@ -18,5 +18,5 @@ declare type IDBValidKey = string | number | Date | BufferSource | IDBValidKey[]; | ||
* @param {DBCreateOptions['dbName']} options.dbName name for the indexeddb database | ||
* @default 'auth-client-db' | ||
* @default | ||
* @param {DBCreateOptions['storeName']} options.storeName name for the indexeddb Data Store | ||
* @default 'ic-keyval' | ||
* @default | ||
* @param {DBCreateOptions['version']} options.version version of the database. Increment to safely upgrade | ||
@@ -23,0 +23,0 @@ * @constructs an {@link IdbKeyVal} |
@@ -47,5 +47,5 @@ "use strict"; | ||
* @param {DBCreateOptions['dbName']} options.dbName name for the indexeddb database | ||
* @default 'auth-client-db' | ||
* @default | ||
* @param {DBCreateOptions['storeName']} options.storeName name for the indexeddb Data Store | ||
* @default 'ic-keyval' | ||
* @default | ||
* @param {DBCreateOptions['version']} options.version version of the database. Increment to safely upgrade | ||
@@ -52,0 +52,0 @@ * @constructs an {@link IdbKeyVal} |
@@ -18,5 +18,5 @@ declare type IDBValidKey = string | number | Date | BufferSource | IDBValidKey[]; | ||
* @param {DBCreateOptions['dbName']} options.dbName name for the indexeddb database | ||
* @default 'auth-client-db' | ||
* @default | ||
* @param {DBCreateOptions['storeName']} options.storeName name for the indexeddb Data Store | ||
* @default 'ic-keyval' | ||
* @default | ||
* @param {DBCreateOptions['version']} options.version version of the database. Increment to safely upgrade | ||
@@ -23,0 +23,0 @@ * @constructs an {@link IdbKeyVal} |
@@ -44,5 +44,5 @@ import { openDB } from 'idb'; | ||
* @param {DBCreateOptions['dbName']} options.dbName name for the indexeddb database | ||
* @default 'auth-client-db' | ||
* @default | ||
* @param {DBCreateOptions['storeName']} options.storeName name for the indexeddb Data Store | ||
* @default 'ic-keyval' | ||
* @default | ||
* @param {DBCreateOptions['version']} options.version version of the database. Increment to safely upgrade | ||
@@ -49,0 +49,0 @@ * @constructs an {@link IdbKeyVal} |
{ | ||
"name": "@dfinity/auth-client", | ||
"version": "0.20.0-beta.0", | ||
"version": "0.20.0", | ||
"author": "DFINITY Stiftung <sdk@dfinity.org>", | ||
@@ -46,8 +46,8 @@ "license": "Apache-2.0", | ||
"test": "jest", | ||
"test:coverage": "jest --verbose --collectCoverage" | ||
"test:coverage": "jest --collectCoverage" | ||
}, | ||
"peerDependencies": { | ||
"@dfinity/agent": "^0.20.0-beta.0", | ||
"@dfinity/identity": "^0.20.0-beta.0", | ||
"@dfinity/principal": "^0.20.0-beta.0" | ||
"@dfinity/agent": "^0.20.0", | ||
"@dfinity/identity": "^0.20.0", | ||
"@dfinity/principal": "^0.20.0" | ||
}, | ||
@@ -59,19 +59,15 @@ "dependencies": { | ||
"@peculiar/webcrypto": "^1.4.0", | ||
"@types/jest": "^28.1.4", | ||
"@types/jest": "^29.5.5", | ||
"@typescript-eslint/eslint-plugin": "^5.30.5", | ||
"@typescript-eslint/parser": "^5.30.5", | ||
"esbuild": "^0.15.16", | ||
"eslint-plugin-jsdoc": "^39.3.3", | ||
"eslint": "^8.19.0", | ||
"fake-indexeddb": "^4.0.0", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^28.1.2", | ||
"jest": "^28.1.2", | ||
"size-limit": "^8.2.6", | ||
"stream": "^0.0.2", | ||
"text-encoding": "^0.7.0", | ||
"ts-jest": "^28.0.5", | ||
"ts-node": "^10.8.2", | ||
"tslint": "^5.20.0", | ||
"typedoc": "^0.22.11", | ||
"typescript": "^4.7.4", | ||
"whatwg-fetch": "^3.0.0" | ||
@@ -78,0 +74,0 @@ }, |
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
282623
15