diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3b41e85..622a1c1 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/webstore', - version: '2.0.11', + version: '2.0.12', description: 'high performance storage in the browser using indexed db' } diff --git a/ts/webstore.classes.webstore.ts b/ts/webstore.classes.webstore.ts index eb63154..206dec9 100644 --- a/ts/webstore.classes.webstore.ts +++ b/ts/webstore.classes.webstore.ts @@ -7,7 +7,6 @@ export interface IWebStoreOptions { export class WebStore { public db: plugins.idb.IDBPDatabase; - public objectStore: plugins.idb.IDBPObjectStore; public options: IWebStoreOptions; private initCalled: boolean = false; private readyDeferred = plugins.smartpromise.defer();