fix(core): update
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/webstore',
|
||||
version: '2.0.15',
|
||||
version: '2.0.16',
|
||||
description: 'high performance storage in the browser using indexed db'
|
||||
}
|
||||
|
@ -13,6 +13,6 @@ import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
|
||||
export { typedrequestInterfaces };
|
||||
|
||||
// thirdparty scope
|
||||
import * as idb from 'idb';
|
||||
import * as idb from '@tempfix/idb';
|
||||
|
||||
export { idb };
|
||||
|
Reference in New Issue
Block a user