Successfully save events in indexDB.

This commit is contained in:
Ryan Breen
2023-02-12 00:25:57 -05:00
parent 8b2931e1fc
commit 90f6134bc4
5 changed files with 46 additions and 3 deletions

6
package-lock.json generated
View File

@@ -11,6 +11,7 @@
"dependencies": {
"alpinejs": "^3.10.5",
"async-mutex": "^0.4.0",
"idb": "^7.1.1",
"json-format-highlight": "^1.0.4",
"nostr-tools": "^1.3.0"
},
@@ -835,6 +836,11 @@
"node": ">= 0.4.0"
}
},
"node_modules/idb": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz",
"integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ=="
},
"node_modules/is-binary-path": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",