Comparing version 1.1.1 to 1.1.2
@@ -64,2 +64,7 @@ 'use strict'; | ||
clear() { | ||
this._items = []; | ||
this._currentBatch = []; | ||
} | ||
_insert(node) { | ||
@@ -66,0 +71,0 @@ let indices = Lazy(node.next).map((next) => Lazy(this._items).map((f) => f.hash).indexOf(next)) // Find the item's parent's indices |
{ | ||
"name": "ipfs-log", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Append-only log for IPFS", | ||
@@ -5,0 +5,0 @@ "main": "lib/log.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47348
1156