corestore 7.9.0 → 7.9.1

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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -584,6 +584,7 @@ class Corestore extends ReadyResource {
584
584
  core,
585
585
  sessions: this.sessions.get(core.id),
586
586
  ongc: this._ongcBound,
587
+ manifest: opts.manifest || null,
587
588
  encryption: opts.encryption || null,
588
589
  encryptionKey: opts.encryptionKey || null, // back compat, should remove
589
590
  isBlockKey: !!opts.isBlockKey // back compat, should remove
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "corestore",
3
- "version": "7.9.0",
3
+ "version": "7.9.1",
4
4
  "description": "A Hypercore factory that simplifies managing collections of cores.",
5
5
  "main": "index.js",
6
6
  "files": [