Comparing version 0.0.9 to 0.0.10
@@ -39,3 +39,3 @@ import { IDXDB, SecondaryValue, SecondaryIterator } from "./idxdb"; | ||
upsert(value: T, payer: Name): PrimaryIterator { | ||
set(value: T, payer: Name): PrimaryIterator { | ||
let it = this.find(value.getPrimaryValue()); | ||
@@ -42,0 +42,0 @@ if (it.isOk()) { |
{ | ||
"name": "as-chain", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"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
122773