Skip to content

Commit 8af3f9e

Browse files
committed
Return discoveryKey in corestore open response
1 parent aab7809 commit 8af3f9e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/sessions/corestore.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ module.exports = class CorestoreSession {
8282

8383
return {
8484
key: core.key,
85+
discoveryKey: core.discoveryKey,
8586
length: core.length,
8687
byteLength: core.byteLength,
8788
writable: core.writable,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"homepage": "https://github.com/hyperspace-org/hyperspace#readme",
3131
"dependencies": {
3232
"@corestore/networker": "^1.0.3",
33-
"@hyperspace/client": "^1.12.0",
33+
"@hyperspace/client": "^1.14.0",
3434
"@hyperspace/migration-tool": "^1.1.2",
3535
"@hyperspace/rpc": "^1.8.0",
3636
"corestore": "^5.7.3",

0 commit comments

Comments
 (0)