@gearbox-protocol/deploy-tools 1.6.0-next.3 → 1.6.0-next.4
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 +2 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -205857,8 +205857,6 @@ var require_Auditor = __commonJS({
|
|
|
205857
205857
|
_checkoutAudit = new WeakSet();
|
|
205858
205858
|
checkoutAudit_fn = async function(repo, audit) {
|
|
205859
205859
|
const committish = audit.type === "commit" ? audit.commit : audit.branch;
|
|
205860
|
-
const dest = node_path_1.default.resolve(__privateGet(this, _sandboxDir), repo, committish);
|
|
205861
|
-
(0, node_fs_1.mkdirSync)(dest, { recursive: true });
|
|
205862
205860
|
try {
|
|
205863
205861
|
await (0, git_1.cloneRepo)({
|
|
205864
205862
|
repo: `@gearbox-protocol/${repo}`,
|
|
@@ -205867,7 +205865,7 @@ var require_Auditor = __commonJS({
|
|
|
205867
205865
|
destDir: node_path_1.default.join(repo, committish),
|
|
205868
205866
|
disablePull: __privateGet(this, _cachePolicy) === "only"
|
|
205869
205867
|
});
|
|
205870
|
-
__privateGet(this, _logger).debug(`Checked out ${repo}@${committish}
|
|
205868
|
+
__privateGet(this, _logger).debug(`Checked out ${repo}@${committish}`);
|
|
205871
205869
|
} catch (e) {
|
|
205872
205870
|
__privateGet(this, _logger).warn(`failed to check out ${repo}@${committish}: ${e}`);
|
|
205873
205871
|
}
|
|
@@ -365170,7 +365168,7 @@ var require_package3 = __commonJS({
|
|
|
365170
365168
|
module2.exports = {
|
|
365171
365169
|
name: "@gearbox-protocol/deploy-tools",
|
|
365172
365170
|
description: "Gearbox deploy tools",
|
|
365173
|
-
version: "1.6.0-next.
|
|
365171
|
+
version: "1.6.0-next.3",
|
|
365174
365172
|
homepage: "https://gearbox.fi",
|
|
365175
365173
|
keywords: [
|
|
365176
365174
|
"gearbox"
|