@gearbox-protocol/deploy-tools 5.49.8 → 5.49.9
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 +6 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -453186,7 +453186,11 @@ var MetaRepo = class {
|
|
|
453186
453186
|
* Loads all metafiles found in a repo
|
|
453187
453187
|
*/
|
|
453188
453188
|
async loadFromRepo() {
|
|
453189
|
-
this.#logger.debug(
|
|
453189
|
+
this.#logger.debug({
|
|
453190
|
+
GIT_TOKEN: process.env.GIT_TOKEN?.slice(-4) ?? "--",
|
|
453191
|
+
GITHUB_TOKEN: process.env.GITHUB_TOKEN?.slice(-4) ?? "--",
|
|
453192
|
+
GH_TOKEN: process.env.GH_TOKEN?.slice(-4) ?? "--"
|
|
453193
|
+
}, "loading metadata from github repo");
|
|
453190
453194
|
mkdirSync4(this.#dir, { recursive: true });
|
|
453191
453195
|
await cloneRepo({
|
|
453192
453196
|
repo: `@gearbox-protocol/${META_REPO}`,
|
|
@@ -458768,7 +458772,7 @@ function getRenderer(opts) {
|
|
|
458768
458772
|
var package_default = {
|
|
458769
458773
|
name: "@gearbox-protocol/deploy-tools",
|
|
458770
458774
|
description: "Gearbox deploy tools",
|
|
458771
|
-
version: "5.49.
|
|
458775
|
+
version: "5.49.9",
|
|
458772
458776
|
homepage: "https://gearbox.fi",
|
|
458773
458777
|
keywords: [
|
|
458774
458778
|
"gearbox"
|