Compare commits

..

No commits in common. "master" and "v2.0.18" have entirely different histories.

3 changed files with 5 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/webstore",
"version": "2.0.20",
"version": "2.0.18",
"private": false,
"description": "A high-performance storage solution for web applications using IndexedDB.",
"main": "dist_ts/index.js",
@ -59,10 +59,5 @@
"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.20',
version: '2.0.18',
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 '@api.global/typedrequest-interfaces';
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
export { typedrequestInterfaces };