hypercore 10.32.5 → 10.32.6

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/lib/replicator.js CHANGED
@@ -1236,7 +1236,7 @@ module.exports = class Replicator {
1236
1236
  this.peers = []
1237
1237
  this.findingPeers = 0 // updateable from the outside
1238
1238
  this.destroyed = false
1239
- this.downloading = true
1239
+ this.downloading = false
1240
1240
  this.activeSessions = 0
1241
1241
 
1242
1242
  this._attached = new Set()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hypercore",
3
- "version": "10.32.5",
3
+ "version": "10.32.6",
4
4
  "description": "Hypercore is a secure, distributed append-only log",
5
5
  "main": "index.js",
6
6
  "scripts": {