diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 26c01bc..3a3cf75 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.18', + version: '2.0.19', description: 'A high-performance storage solution for web applications using IndexedDB.' } diff --git a/ts/webstore.plugins.ts b/ts/webstore.plugins.ts index d249fc2..928f74d 100644 --- a/ts/webstore.plugins.ts +++ b/ts/webstore.plugins.ts @@ -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 };