@gearbox-protocol/deploy-tools 1.6.0-next.4 → 1.6.0-next.5
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.js +3 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -200247,8 +200247,7 @@ var require_git = __commonJS({
|
|
|
200247
200247
|
"router-v3",
|
|
200248
200248
|
"router"
|
|
200249
200249
|
];
|
|
200250
|
-
function getGithubUrl(repo) {
|
|
200251
|
-
const https = !!process.env.GITHUB_HTTPS;
|
|
200250
|
+
function getGithubUrl(repo, https = false) {
|
|
200252
200251
|
const path = repo.replace(/^@/, "").replace(/\/$/, "");
|
|
200253
200252
|
return https ? `https://github.com/${path}.git` : `git@github.com:${path}.git`;
|
|
200254
200253
|
}
|
|
@@ -219548,7 +219547,7 @@ var require_CliRenderer = __commonJS({
|
|
|
219548
219547
|
console.log(`use ${chalk_1.default.cyan("arrows")} for navigation, ${(0, chalk_1.default)("a")} to print all and exit, ${chalk_1.default.cyan("ESC")} to exit`);
|
|
219549
219548
|
}
|
|
219550
219549
|
const { safeTxHash, batchFile, actions } = tx;
|
|
219551
|
-
const prefix = total > 1 ? ` ${i}/${total}` : "";
|
|
219550
|
+
const prefix = total > 1 ? ` ${i + 1}/${total}` : "";
|
|
219552
219551
|
if (safeTxHash) {
|
|
219553
219552
|
console.log(`Safe tx${prefix} ${chalk_1.default.green(safeTxHash)}:`);
|
|
219554
219553
|
}
|
|
@@ -365168,7 +365167,7 @@ var require_package3 = __commonJS({
|
|
|
365168
365167
|
module2.exports = {
|
|
365169
365168
|
name: "@gearbox-protocol/deploy-tools",
|
|
365170
365169
|
description: "Gearbox deploy tools",
|
|
365171
|
-
version: "1.6.0-next.
|
|
365170
|
+
version: "1.6.0-next.4",
|
|
365172
365171
|
homepage: "https://gearbox.fi",
|
|
365173
365172
|
keywords: [
|
|
365174
365173
|
"gearbox"
|