@axelar-network/axelar-cgp-sui
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -226,8 +226,12 @@ "use strict"; | ||
const { tmpdir, rmTmpDir } = this.prepareMoveBuild(); | ||
const { modules, dependencies, digest } = JSON.parse((0, child_process_1.execSync)(`sui move build --dump-bytecode-as-base64 --path ${path_1.default.join(moveDir, packageName)} --install-dir ${tmpdir}`, { | ||
encoding: 'utf-8', | ||
stdio: 'pipe', // silent the output | ||
})); | ||
rmTmpDir(); | ||
return { modules, dependencies, digest }; | ||
try { | ||
const { modules, dependencies, digest } = JSON.parse((0, child_process_1.execSync)(`sui move build --dump-bytecode-as-base64 --path ${path_1.default.join(moveDir, packageName)} --install-dir ${tmpdir}`, { | ||
encoding: 'utf-8', | ||
stdio: 'pipe', // silent the output | ||
})); | ||
return { modules, dependencies, digest }; | ||
} | ||
finally { | ||
rmTmpDir(); | ||
} | ||
}); | ||
@@ -234,0 +238,0 @@ } |
{ | ||
"name": "@axelar-network/axelar-cgp-sui", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
327416
80
1132