@gearbox-protocol/deploy-tools 5.10.11 → 5.10.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -414069,7 +414069,7 @@ async function runCast(result, index2, opts) {
|
|
|
414069
414069
|
log_default.debug(`running cast ${argsStr}`);
|
|
414070
414070
|
try {
|
|
414071
414071
|
const traceFile = path9.resolve(destDir, `${id}.trace`);
|
|
414072
|
-
const cast = spawnSync3("cast", args, { encoding: "utf-8" });
|
|
414072
|
+
const cast = spawnSync3("cast", args, { encoding: "utf-8", stdio: "pipe" });
|
|
414073
414073
|
await writeFile6(traceFile, cast.output.join(""), "utf-8");
|
|
414074
414074
|
log_default.debug(`saved trace file: ${traceFile}`);
|
|
414075
414075
|
} catch (e) {
|
|
@@ -414124,7 +414124,7 @@ function getRenderer(opts) {
|
|
|
414124
414124
|
var package_default = {
|
|
414125
414125
|
name: "@gearbox-protocol/deploy-tools",
|
|
414126
414126
|
description: "Gearbox deploy tools",
|
|
414127
|
-
version: "5.10.
|
|
414127
|
+
version: "5.10.12",
|
|
414128
414128
|
homepage: "https://gearbox.fi",
|
|
414129
414129
|
keywords: [
|
|
414130
414130
|
"gearbox"
|