scryptlib
Advanced tools
Comparing version 2.1.40 to 2.1.41
{ | ||
"name": "scryptlib", | ||
"version": "2.1.40", | ||
"version": "2.1.41", | ||
"description": "Javascript SDK for integration of Bitcoin SV Smart Contracts written in sCrypt language.", | ||
@@ -79,2 +79,2 @@ "engines": { | ||
} | ||
} | ||
} |
@@ -13,3 +13,3 @@ const fetch = (...args) => import('node-fetch').then(({ default: fetch }) => fetch(...args)); | ||
const DEFAULT_COMPILER_VERSION = '1.19.1'; | ||
const DEFAULT_COMPILER_VERSION = '1.19.2'; | ||
@@ -16,0 +16,0 @@ function safeCompilerVersion(cmd) { |
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
976403