hypercore 10.37.26 → 10.37.27

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
@@ -1918,6 +1918,7 @@ module.exports = class Replicator {
1918
1918
  if (r.end !== -1 && r.start >= r.end) {
1919
1919
  this._resolveRangeRequest(r, i--)
1920
1920
  if (len > this._ranges.length) len--
1921
+ if (this._ranges.length === MAX_RANGES) updateAll = true
1921
1922
  }
1922
1923
  }
1923
1924
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hypercore",
3
- "version": "10.37.26",
3
+ "version": "10.37.27",
4
4
  "description": "Hypercore is a secure, distributed append-only log",
5
5
  "main": "index.js",
6
6
  "scripts": {