hypercore 11.27.0 → 11.27.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/lib/core.js +1 -1
  2. package/package.json +1 -1
package/lib/core.js CHANGED
@@ -966,7 +966,7 @@ function parseHeader(info) {
966
966
  reorgs: [],
967
967
  contiguousLength: info.hints ? info.hints.contiguousLength : 0,
968
968
  remoteContiguousLength: info.hints ? info.hints.remoteContiguousLength : 0,
969
- recovering: info.recovering || 0
969
+ recovering: info.hints ? info.hints.recovering : 0
970
970
  }
971
971
  }
972
972
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hypercore",
3
- "version": "11.27.0",
3
+ "version": "11.27.1",
4
4
  "description": "Hypercore is a secure, distributed append-only log",
5
5
  "main": "index.js",
6
6
  "scripts": {