@helios-lang/contract-utils
Advanced tools
Comparing version 0.2.36 to 0.2.37
{ | ||
"name": "@helios-lang/contract-utils", | ||
"version": "0.2.36", | ||
"version": "0.2.37", | ||
"description": "Convenience and type-safety utilities for using Helios validators from within Typescript", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -41,3 +41,2 @@ import { expectSome, isLeft } from "@helios-lang/type-utils" | ||
/** | ||
* @private | ||
* @readonly | ||
@@ -86,2 +85,4 @@ * @type {UplcProgram} | ||
).toUplcData(argValue) | ||
} else if (["$currentScript", "$scriptContext"].includes(argName)) { | ||
unsafeNamedArgs[argName] = argValue | ||
} else { | ||
@@ -88,0 +89,0 @@ console.error( |
@@ -41,7 +41,6 @@ /** | ||
/** | ||
* @private | ||
* @readonly | ||
* @type {UplcProgram} | ||
*/ | ||
private readonly uplc; | ||
readonly uplc: UplcProgram; | ||
/** | ||
@@ -48,0 +47,0 @@ * @private |
Sorry, the diff of this file is not supported yet
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
212929