@gearbox-protocol/deploy-tools 5.49.7 → 5.49.8
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 +5 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -429534,7 +429534,10 @@ async function cloneRepo(opts) {
|
|
|
429534
429534
|
}
|
|
429535
429535
|
} else {
|
|
429536
429536
|
const clone2 = ["clone", getGithubUrl(repo), destDir];
|
|
429537
|
-
log.
|
|
429537
|
+
log.debug(`cloning ${repo} at ${commit} to ${destDir}`);
|
|
429538
|
+
await new Promise((r) => {
|
|
429539
|
+
log.flush(r);
|
|
429540
|
+
});
|
|
429538
429541
|
const { stderr, status, error: error46 } = spawnSync("git", clone2, {
|
|
429539
429542
|
cwd: sandboxDir
|
|
429540
429543
|
});
|
|
@@ -458765,7 +458768,7 @@ function getRenderer(opts) {
|
|
|
458765
458768
|
var package_default = {
|
|
458766
458769
|
name: "@gearbox-protocol/deploy-tools",
|
|
458767
458770
|
description: "Gearbox deploy tools",
|
|
458768
|
-
version: "5.49.
|
|
458771
|
+
version: "5.49.8",
|
|
458769
458772
|
homepage: "https://gearbox.fi",
|
|
458770
458773
|
keywords: [
|
|
458771
458774
|
"gearbox"
|