Added indexdb wrapper & cache support for it
All checks were successful
Build / Build NPM Project (push) Successful in 1m24s
Build / Tag Version (push) Successful in 53s
Build / Publish Documentation (push) Successful in 1m28s

This commit is contained in:
2025-05-15 16:06:32 -04:00
parent fec373ca4c
commit 2a7fa18c0e
6 changed files with 166 additions and 16 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ztimson/utils",
"version": "0.25.0",
"version": "0.25.1",
"description": "Utility library",
"author": "Zak Timson",
"license": "MIT",
@ -31,6 +31,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"fake-indexeddb": "^6.0.1",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"ts-jest": "^29.1.2",