hypercore-storage 1.1.0 → 1.1.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/view.js +1 -1
  2. package/package.json +1 -1
package/lib/view.js CHANGED
@@ -266,8 +266,8 @@ class View {
266
266
  return
267
267
  }
268
268
 
269
- if (this.changes.length === this.indexed) return
270
269
  if (this.map === null) this.map = new Map()
270
+ if (this.changes.length === this.indexed) return
271
271
 
272
272
  while (this.indexed < this.changes.length) {
273
273
  const c = this.changes[this.indexed++]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hypercore-storage",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "main": "index.js",
5
5
  "files": [
6
6
  "index.js",