fix(core): update

This commit is contained in:
Philipp Kunz 2024-05-17 16:36:56 +02:00
parent 88fd33d8cc
commit 65d5d1f6d3
3 changed files with 10 additions and 10 deletions

View File

@ -26,12 +26,12 @@ importers:
'@push.rocks/smartrx':
specifier: ^3.0.7
version: 3.0.7
'@tempfix/idb':
specifier: ^8.0.3
version: 8.0.3
fake-indexeddb:
specifier: ^5.0.2
version: 5.0.2
idb:
specifier: ^8.0.0
version: 8.0.0
devDependencies:
'@git.zone/tsbuild':
specifier: ^2.1.76
@ -608,6 +608,9 @@ packages:
resolution: {integrity: sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==}
engines: {node: '>=14.16'}
'@tempfix/idb@8.0.3':
resolution: {integrity: sha512-hPJQKO7+oAIY+pDNImrZ9QAINbz9KmwT+yO4iRVwdPanok2YKpaUxdJzIvCUwY0YgAawlvYdffbLvRLV5hbs2g==}
'@tempfix/watcher@2.3.0':
resolution: {integrity: sha512-a2qVQffcrnetehvwsN+LdipxQ6jejwZLgAvS9/91+C0gP4CKyikY01c0tSs0I4tSL7qHdCw1Fx0quLw+A9uyLA==}
@ -1620,9 +1623,6 @@ packages:
idb@7.1.1:
resolution: {integrity: sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==}
idb@8.0.0:
resolution: {integrity: sha512-l//qvlAKGmQO31Qn7xdzagVPPaHTxXx199MhrAFuVBTPqydcPYBWjkrbv4Y0ktB+GmWOiwHl237UUOrLmQxLvw==}
ieee754@1.2.1:
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
@ -3925,6 +3925,8 @@ snapshots:
dependencies:
defer-to-connect: 2.0.1
'@tempfix/idb@8.0.3': {}
'@tempfix/watcher@2.3.0':
dependencies:
stubborn-fs: 1.2.5
@ -5138,8 +5140,6 @@ snapshots:
idb@7.1.1: {}
idb@8.0.0: {}
ieee754@1.2.1: {}
ignore@5.3.1: {}

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/webstore',
version: '2.0.15',
version: '2.0.16',
description: 'high performance storage in the browser using indexed db'
}

View File

@ -13,6 +13,6 @@ import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
export { typedrequestInterfaces };
// thirdparty scope
import * as idb from 'idb';
import * as idb from '@tempfix/idb';
export { idb };