@hyperionbt/helios
Advanced tools
Comparing version 0.13.35 to 0.13.36
{ | ||
"name": "@hyperionbt/helios", | ||
"type": "module", | ||
"version": "0.13.35", | ||
"version": "0.13.36", | ||
"description": "Helios is a Domain Specific Language that compiles to Plutus-Core (i.e. Cardano on-chain validator scripts). Helios is a non-Haskell alternative to Plutus. With this library you can compile Helios scripts and build Cardano transactions, all you need to build 100% client-side dApps for Cardano.", | ||
@@ -6,0 +6,0 @@ "main": "helios.js", |
@@ -33,2 +33,3 @@ #!/usr/bin/env node | ||
"helios-program.js", | ||
"native.js", | ||
"tx-builder.js", | ||
@@ -35,0 +36,0 @@ "highlight.js", |
@@ -31,3 +31,4 @@ #!/usr/bin/env node | ||
"./tx-building.js", | ||
"./user-types.js" | ||
"./user-types.js", | ||
"./native.js" | ||
]); | ||
@@ -34,0 +35,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
5067786
64
100168