fix(core): update

This commit is contained in:
Philipp Kunz 2022-07-07 08:49:31 +02:00
parent 2e8d3ca7e8
commit 4e74159a54
3 changed files with 1211 additions and 708 deletions

1915
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,7 @@
"@pushrocks/smartpromise": "^3.1.6", "@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smartrx": "^2.0.25", "@pushrocks/smartrx": "^2.0.25",
"fake-indexeddb": "^3.1.7", "fake-indexeddb": "^3.1.7",
"idb": "7.0.1-fixed-02" "idb": "^7.0.2"
}, },
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/webstore', name: '@pushrocks/webstore',
version: '2.0.3', version: '2.0.4',
description: 'high performance storage in the browser using indexed db' description: 'high performance storage in the browser using indexed db'
} }