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

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