update with latest db

This commit is contained in:
Andre Staltz 2023-11-24 15:23:46 +02:00
parent a2627e44ae
commit c577f25ff6
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
2 changed files with 3 additions and 3 deletions

View File

@ -33,8 +33,8 @@
"ppppp-caps": "github:staltz/ppppp-caps", "ppppp-caps": "github:staltz/ppppp-caps",
"ppppp-keypair": "github:staltz/ppppp-keypair", "ppppp-keypair": "github:staltz/ppppp-keypair",
"rimraf": "^4.4.0", "rimraf": "^4.4.0",
"secret-stack": "~7.1.0", "secret-stack": "~7.1.1",
"secret-handshake-ext": "^0.0.8", "secret-handshake-ext": "0.0.8",
"ssb-box": "^1.0.1", "ssb-box": "^1.0.1",
"typescript": "^5.1.3" "typescript": "^5.1.3"
}, },

View File

@ -25,7 +25,7 @@ test('setup', async (t) => {
await peer.db.loaded() await peer.db.loaded()
aliceID = await p(peer.db.account.create)({ aliceID = await p(peer.db.account.create)({
domain: 'account', subdomain: 'account',
_nonce: 'alice', _nonce: 'alice',
}) })
await p(peer.set.load)(aliceID) await p(peer.set.load)(aliceID)