fix(core): update

This commit is contained in:
Philipp Kunz 2024-05-25 02:02:44 +02:00
parent 40dcedf585
commit 34b90b438c
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/webstore',
version: '2.0.18',
version: '2.0.19',
description: 'A high-performance storage solution for web applications using IndexedDB.'
}

View File

@ -8,7 +8,7 @@ import * as smartrx from '@push.rocks/smartrx';
export { lik, smartenv, smartjson, smartpromise, smartrx };
// apiglobal scope
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
import * as typedrequestInterfaces from '@api.global/typedrequest-interfaces';
export { typedrequestInterfaces };