corestore 7.8.0 → 7.9.0

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
@@ -637,6 +637,7 @@ class Corestore extends ReadyResource {
637
637
  eagerUpgrade: true,
638
638
  notDownloadingLinger: opts.notDownloadingLinger,
639
639
  allowFork: opts.allowFork !== false,
640
+ allowPush: !!opts.allowPush,
640
641
  inflightRange: opts.inflightRange,
641
642
  compat: false, // no compat for now :)
642
643
  force: opts.force,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "corestore",
3
- "version": "7.8.0",
3
+ "version": "7.9.0",
4
4
  "description": "A Hypercore factory that simplifies managing collections of cores.",
5
5
  "main": "index.js",
6
6
  "files": [