We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab7809 commit 8af3f9eCopy full SHA for 8af3f9e
lib/sessions/corestore.js
@@ -82,6 +82,7 @@ module.exports = class CorestoreSession {
82
83
return {
84
key: core.key,
85
+ discoveryKey: core.discoveryKey,
86
length: core.length,
87
byteLength: core.byteLength,
88
writable: core.writable,
package.json
@@ -30,7 +30,7 @@
30
"homepage": "https://github.com/hyperspace-org/hyperspace#readme",
31
"dependencies": {
32
"@corestore/networker": "^1.0.3",
33
- "@hyperspace/client": "^1.12.0",
+ "@hyperspace/client": "^1.14.0",
34
"@hyperspace/migration-tool": "^1.1.2",
35
"@hyperspace/rpc": "^1.8.0",
36
"corestore": "^5.7.3",
0 commit comments