fix(core): update

This commit is contained in:
2022-07-07 08:49:31 +02:00
parent 2e8d3ca7e8
commit 4e74159a54
3 changed files with 1211 additions and 708 deletions
+1205 -702
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -26,7 +26,7 @@
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smartrx": "^2.0.25",
"fake-indexeddb": "^3.1.7",
"idb": "7.0.1-fixed-02"
"idb": "^7.0.2"
},
"browserslist": [
"last 1 chrome versions"
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/webstore',
version: '2.0.3',
version: '2.0.4',
description: 'high performance storage in the browser using indexed db'
}