fix(core): update

This commit is contained in:
2024-05-17 16:36:56 +02:00
parent 88fd33d8cc
commit 65d5d1f6d3
3 changed files with 10 additions and 10 deletions

View File

@ -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'
}

View File

@ -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 };