corestore 7.0.4 → 7.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +0 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -299,7 +299,6 @@ class Corestore extends ReadyResource {
|
|
|
299
299
|
|
|
300
300
|
const conf = {
|
|
301
301
|
preload: null,
|
|
302
|
-
parent: opts.parent || null,
|
|
303
302
|
sessions: null,
|
|
304
303
|
ongc: null,
|
|
305
304
|
core: null,
|
|
@@ -351,7 +350,6 @@ class Corestore extends ReadyResource {
|
|
|
351
350
|
const core = this._getCore(discoveryKey, opts)
|
|
352
351
|
|
|
353
352
|
return {
|
|
354
|
-
parent: opts.parent || null,
|
|
355
353
|
core,
|
|
356
354
|
sessions: this.sessions.get(core.id),
|
|
357
355
|
ongc: this._ongcBound,
|