Got keychain working for first time

This commit is contained in:
Chris Troutner
2024-01-28 08:03:41 -08:00
parent d41d20cc81
commit 2724b500ee
3 changed files with 35 additions and 26 deletions
+7 -6
View File
@@ -25,6 +25,7 @@
"glob": "7.1.6",
"helia": "2.1.0",
"helia-coord": "1.2.23",
"interface-datastore": "8.2.10",
"jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1",
"jwt-bch-lib": "1.3.0",
@@ -8704,9 +8705,9 @@
}
},
"node_modules/interface-datastore": {
"version": "8.2.9",
"resolved": "https://registry.npmjs.org/interface-datastore/-/interface-datastore-8.2.9.tgz",
"integrity": "sha512-J/8PN8TnB5xxCRtgu9Vx3zExdOzcTU5/DBF2dlU41deX1GW6/SPpbJo5DRNSnvzfjmwJ7YhUOIFXyccUp8nuAA==",
"version": "8.2.10",
"resolved": "https://registry.npmjs.org/interface-datastore/-/interface-datastore-8.2.10.tgz",
"integrity": "sha512-D8RuxMdjOPB+j6WMDJ+I2aXTDzUT6DIVjgzo1E+ODL7w8WrSFl9FXD2SYmgj6vVzdb7Kb5qmAI9pEnDZJz7ifg==",
"dependencies": {
"interface-store": "^5.0.0",
"uint8arrays": "^5.0.0"
@@ -25576,9 +25577,9 @@
}
},
"interface-datastore": {
"version": "8.2.9",
"resolved": "https://registry.npmjs.org/interface-datastore/-/interface-datastore-8.2.9.tgz",
"integrity": "sha512-J/8PN8TnB5xxCRtgu9Vx3zExdOzcTU5/DBF2dlU41deX1GW6/SPpbJo5DRNSnvzfjmwJ7YhUOIFXyccUp8nuAA==",
"version": "8.2.10",
"resolved": "https://registry.npmjs.org/interface-datastore/-/interface-datastore-8.2.10.tgz",
"integrity": "sha512-D8RuxMdjOPB+j6WMDJ+I2aXTDzUT6DIVjgzo1E+ODL7w8WrSFl9FXD2SYmgj6vVzdb7Kb5qmAI9pEnDZJz7ifg==",
"requires": {
"interface-store": "^5.0.0",
"uint8arrays": "^5.0.0"