corestore 7.2.0 → 7.2.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.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -298,7 +298,7 @@ class Corestore extends ReadyResource {
|
|
|
298
298
|
session (opts) {
|
|
299
299
|
this._maybeClosed()
|
|
300
300
|
const root = this.root || this
|
|
301
|
-
return new Corestore(null, { ...opts, root })
|
|
301
|
+
return new Corestore(null, { manifestVersion: this.manifestVersion, ...opts, root })
|
|
302
302
|
}
|
|
303
303
|
|
|
304
304
|
namespace (name, opts) {
|