Compare commits

...

5 Commits

Author SHA1 Message Date
12119192cf update description 2024-05-29 14:17:47 +02:00
ed0f497ac9 2.0.20 2024-05-28 01:00:35 +02:00
7f7c4a28ee fix(core): update 2024-05-28 01:00:35 +02:00
4ee78554a4 2.0.19 2024-05-25 02:02:45 +02:00
34b90b438c fix(core): update 2024-05-25 02:02:44 +02:00
3 changed files with 10 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/webstore",
"version": "2.0.18",
"version": "2.0.20",
"private": false,
"description": "A high-performance storage solution for web applications using IndexedDB.",
"main": "dist_ts/index.js",
@ -59,5 +59,10 @@
"performance optimization",
"API caching",
"efficient data management"
]
}
],
"homepage": "https://code.foss.global/push.rocks/webstore",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/webstore.git"
}
}

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/webstore',
version: '2.0.18',
version: '2.0.20',
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 };