@hyperionbt/helios-cli
Advanced tools
Comparing version 0.1.14 to 0.1.15
@@ -14,3 +14,3 @@ #!/usr/bin/env node | ||
const VERSION = "0.1.14"; | ||
const VERSION = "0.1.15"; | ||
@@ -17,0 +17,0 @@ const USAGE = `Usage: |
{ | ||
"name": "@hyperionbt/helios-cli", | ||
"type": "module", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"description": "CLI tool for compiling Cardano smart contracts written in Helios, and building Cardano transactions.", | ||
@@ -14,9 +14,9 @@ "main": "./index.js", | ||
}, | ||
"author": "Daniel Onyesoh", | ||
"author": "Christian Schmitz, Daniel Onyesoh", | ||
"license": "UNLICENSE", | ||
"homepage": "https://www.hyperion-bt.org/Helios-Book/cli/index.html", | ||
"dependencies": { | ||
"helios": "npm:@hyperionbt/helios@^0.10.14" | ||
"helios": "npm:@hyperionbt/helios@^0.10.15" | ||
}, | ||
"keywords": [] | ||
} |
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
10137