blockstore-idb
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -19,3 +19,3 @@ /** | ||
import type { MultibaseCodec } from 'multiformats/bases/interface'; | ||
export interface IDBDatastoreInit { | ||
export interface IDBBlockstoreInit { | ||
/** | ||
@@ -41,3 +41,3 @@ * A prefix to use for all database keys (default: '') | ||
private readonly base; | ||
constructor(location: string, init?: IDBDatastoreInit); | ||
constructor(location: string, init?: IDBBlockstoreInit); | ||
open(): Promise<void>; | ||
@@ -44,0 +44,0 @@ close(): Promise<void>; |
{ | ||
"IDBBlockstore": "https://ipfs.github.io/js-stores/classes/blockstore_idb.IDBBlockstore.html", | ||
".:IDBBlockstore": "https://ipfs.github.io/js-stores/classes/blockstore_idb.IDBBlockstore.html", | ||
"IDBDatastoreInit": "https://ipfs.github.io/js-stores/interfaces/blockstore_idb.IDBDatastoreInit.html", | ||
".:IDBDatastoreInit": "https://ipfs.github.io/js-stores/interfaces/blockstore_idb.IDBDatastoreInit.html" | ||
"IDBBlockstoreInit": "https://ipfs.github.io/js-stores/interfaces/blockstore_idb.IDBBlockstoreInit.html", | ||
".:IDBBlockstoreInit": "https://ipfs.github.io/js-stores/interfaces/blockstore_idb.IDBBlockstoreInit.html" | ||
} |
{ | ||
"name": "blockstore-idb", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Blockstore implementation with IndexedDB backend", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT", |
@@ -28,3 +28,3 @@ /** | ||
export interface IDBDatastoreInit { | ||
export interface IDBBlockstoreInit { | ||
/** | ||
@@ -53,3 +53,3 @@ * A prefix to use for all database keys (default: '') | ||
constructor (location: string, init: IDBDatastoreInit = {}) { | ||
constructor (location: string, init: IDBBlockstoreInit = {}) { | ||
super() | ||
@@ -56,0 +56,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45728