fix(core): update

This commit is contained in:
Philipp Kunz 2024-04-18 20:51:59 +02:00
parent 09e247db1e
commit 77867e26c2
6 changed files with 1781 additions and 2380 deletions

View File

@ -14,22 +14,22 @@
"buildDocs": "tsdoc" "buildDocs": "tsdoc"
}, },
"devDependencies": { "devDependencies": {
"@git.zone/tsbuild": "^2.1.70", "@git.zone/tsbuild": "^2.1.72",
"@git.zone/tsrun": "^1.2.46", "@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^1.0.81", "@git.zone/tstest": "^1.0.90",
"@push.rocks/smartntml": "^2.0.4", "@push.rocks/smartntml": "^2.0.4",
"@push.rocks/tapbundle": "^5.0.15", "@push.rocks/tapbundle": "^5.0.23",
"@types/node": "^20.8.0" "@types/node": "^20.12.7"
}, },
"dependencies": { "dependencies": {
"@apiglobal/typedrequest-interfaces": "^2.0.1", "@apiglobal/typedrequest-interfaces": "^2.0.1",
"@push.rocks/lik": "^6.0.5", "@push.rocks/lik": "^6.0.14",
"@push.rocks/smartenv": "^5.0.5", "@push.rocks/smartenv": "^5.0.12",
"@push.rocks/smartjson": "^5.0.10", "@push.rocks/smartjson": "^5.0.19",
"@push.rocks/smartpromise": "^4.0.3", "@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartrx": "^3.0.6", "@push.rocks/smartrx": "^3.0.7",
"fake-indexeddb": "^4.0.2", "fake-indexeddb": "^5.0.2",
"idb": "^7.1.1" "idb": "^8.0.0"
}, },
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"

File diff suppressed because it is too large Load Diff

View File

@ -41,4 +41,4 @@ tap.test('should correctly check the existence of keys', async () => {
expect(resultThere).toBeTrue(); expect(resultThere).toBeTrue();
}); });
tap.start(); export default tap.start();

View File

@ -8,4 +8,4 @@ tap.test('first test', async () => {
expect(testTypedrequestcache).toBeInstanceOf(webstore.TypedrequestCache); expect(testTypedrequestcache).toBeInstanceOf(webstore.TypedrequestCache);
}); });
tap.start(); export default tap.start();

View File

@ -37,4 +37,4 @@ tap.test('should correctly check the existence of keys', async () => {
expect(resultThere).toBeTrue(); expect(resultThere).toBeTrue();
}); });
tap.start(); export default tap.start();

View File

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