@helios-lang/contract-utils
Advanced tools
Comparing version 0.1.12 to 0.1.13
{ | ||
"name": "@helios-lang/contract-utils", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "Convenience and type-safety utilities for using Helios validators from within Typescript", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -409,3 +409,3 @@ /** | ||
extra.set(key, new IR(`#${otherValidators[other]}`)) | ||
extra.set(key, new IR(`#${otherValidators[other].hash}`)) | ||
} | ||
@@ -412,0 +412,0 @@ |
89047