hypercore
Advanced tools
Comparing version 11.0.2 to 11.0.3
@@ -221,2 +221,6 @@ const crypto = require('hypercore-crypto') | ||
if (src.dependencyLength > this.dependencyLength) { | ||
this.storage.updateDependencyLength(src.dependencyLength) | ||
} | ||
// handle migration | ||
@@ -223,0 +227,0 @@ if (src.core !== this.core) { |
{ | ||
"name": "hypercore", | ||
"version": "11.0.2", | ||
"version": "11.0.3", | ||
"description": "Hypercore is a secure, distributed append-only log", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
283046
8035