scryptlib
Advanced tools
Comparing version 0.2.14 to 0.2.15
@@ -119,5 +119,3 @@ "use strict"; | ||
const asmObj = JSON.parse(fs_1.readFileSync(outputFilePath, 'utf8')); | ||
const sources = asmObj.sources.map((s) => { | ||
return path_1.join(srcDir, s); | ||
}); | ||
const sources = asmObj.sources; | ||
result.debugAsm = asmObj.output.map(item => { | ||
@@ -124,0 +122,0 @@ const match = /^(?<fileIndex>-?\d+):(?<line>\d+):(?<col>\d+):(?<endLine>\d+):(?<endCol>\d+)(#(?<tagStr>.+))?/.exec(item.src); |
{ | ||
"name": "scryptlib", | ||
"version": "0.2.14", | ||
"version": "0.2.15", | ||
"description": "Javascript SDK for integration of Bitcoin SV Smart Contracts written in sCrypt language.", | ||
@@ -5,0 +5,0 @@ "engines": { |
67308
1528