Comparing version 0.0.15 to 0.0.16
@@ -87,3 +87,2 @@ import { IDXDB, SecondaryValue, SecondaryIterator } from "./idxdb"; | ||
let ret = this.idxdbs[i].findPrimaryEx(primary); | ||
check(ret.i.isOk(), "is not ok"); | ||
if (ret.i.isOk()) { | ||
@@ -90,0 +89,0 @@ this.idxdbs[i].remove(ret.i); |
{ | ||
"name": "as-chain", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "chain module for assemblyscript", | ||
@@ -5,0 +5,0 @@ "main": "js/index.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
127607
3341