hypercore 11.27.5 → 11.27.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.
@@ -603,6 +603,7 @@ class SessionState {
603
603
  }
604
604
 
605
605
  this.core.header.hints.recovering = 0
606
+ this.core.hintsChanged = true
606
607
 
607
608
  await this.mutex.lock()
608
609
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hypercore",
3
- "version": "11.27.5",
3
+ "version": "11.27.6",
4
4
  "description": "Hypercore is a secure, distributed append-only log",
5
5
  "main": "index.js",
6
6
  "scripts": {