@mlabs-haskell/uplc-apply-args
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -1,1 +0,1 @@ | ||
export * from "apply-args-browser"; | ||
export * from "@mlabs-haskell/uplc-apply-args-browser"; |
@@ -0,1 +1,5 @@ | ||
# v2.0.1 | ||
A hotfix for v2.0.0 | ||
# v2.0.0 | ||
@@ -2,0 +6,0 @@ |
@@ -1,1 +0,1 @@ | ||
export * from "apply-args-nodejs"; | ||
export * from "@mlabs-haskell/uplc-apply-args-nodejs"; |
{ | ||
"type": "module", | ||
"name": "@mlabs-haskell/uplc-apply-args", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Implementation of argument application for Cardano Plutus scripts (nodejs & the browser)", | ||
@@ -6,0 +6,0 @@ "main": "./nodejs/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
1489