scryptlib
Advanced tools
Comparing version 2.1.34 to 2.1.35
@@ -9,3 +9,3 @@ "use strict"; | ||
var path_1 = require("path"); | ||
var showNoCompilerFound = require("../util/showerror"); | ||
var showerror_1 = require("../util/showerror"); | ||
function getPlatformScryptc() { | ||
@@ -67,5 +67,5 @@ switch (os.platform()) { | ||
} | ||
showNoCompilerFound(); | ||
(0, showerror_1.showNoCompilerFound)(); | ||
} | ||
exports.findCompiler = findCompiler; | ||
//# sourceMappingURL=findCompiler.js.map |
{ | ||
"name": "scryptlib", | ||
"version": "2.1.34", | ||
"version": "2.1.35", | ||
"description": "Javascript SDK for integration of Bitcoin SV Smart Contracts written in sCrypt language.", | ||
@@ -5,0 +5,0 @@ "engines": { |
975696