@gearbox-protocol/deploy-tools 5.49.11 → 5.49.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.
Files changed (2) hide show
  1. package/dist/index.mjs +3 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -429521,7 +429521,8 @@ function getGithubUrl(repo, https = false) {
429521
429521
  cred = githubUser ? `${githubUser}:${credentials}@` : `${credentials}@`;
429522
429522
  }
429523
429523
  const url2 = https || credentials ? `https://${cred}github.com/${path12}.git` : `git@github.com:${path12}.git`;
429524
- log.info(`github URL: ${url2.replace(/\/\/[^@]+@/, "//***@")}`);
429524
+ const censored = credentials ? url2.replace(credentials, `*****${credentials?.slice(-4)}`) : url2;
429525
+ log.info(`github URL: ${censored}`);
429525
429526
  return url2;
429526
429527
  }
429527
429528
  async function cloneRepo(opts) {
@@ -458803,7 +458804,7 @@ function getRenderer(opts) {
458803
458804
  var package_default = {
458804
458805
  name: "@gearbox-protocol/deploy-tools",
458805
458806
  description: "Gearbox deploy tools",
458806
- version: "5.49.11",
458807
+ version: "5.49.12",
458807
458808
  homepage: "https://gearbox.fi",
458808
458809
  keywords: [
458809
458810
  "gearbox"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/deploy-tools",
3
3
  "description": "Gearbox deploy tools",
4
- "version": "5.49.11",
4
+ "version": "5.49.12",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"