@helios-lang/contract-utils
Advanced tools
Comparing version 0.3.6 to 0.3.7
{ | ||
"name": "@helios-lang/contract-utils", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "Convenience and type-safety utilities for using Helios validators from within Typescript", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -214,2 +214,5 @@ /** | ||
break | ||
case "Time": | ||
m.set("TimeLike", "@helios-lang/ledger") | ||
break | ||
case "Address": | ||
@@ -216,0 +219,0 @@ case "MintingPolicyHash": |
286856
7057