switch to a library with ts support out of the box, idb

This commit is contained in:
Jack Case
2025-12-10 20:15:50 +00:00
parent f71467fdf8
commit dbe14c9b25
7 changed files with 24 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
{
"dependencies": {
"@coderundebug/indexeddb-promise": "git+https://github.com/StephenHassall/indexeddb-promise.git",
"altcha": "^2.2.4"
"altcha": "^2.2.4",
"idb": "^8.0.3"
},
"devDependencies": {
"@types/firefox-webext-browser": "^143.0.0",