@gearbox-protocol/deploy-tools 1.6.0-next.2 → 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.
Files changed (2) hide show
  1. package/dist/index.js +3 -5
  2. 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} to ${dest}`);
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
  }
@@ -294250,7 +294248,7 @@ var require_GearboxAddressTree = __commonJS({
294250
294248
  return;
294251
294249
  }
294252
294250
  }
294253
- const head = await __privateGet(this, _provider).getBlockNumber();
294251
+ const { number: head } = await __privateGet(this, _provider).getBlock("finalized");
294254
294252
  if (queued.length === 0) {
294255
294253
  queued = [
294256
294254
  {
@@ -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.1",
365171
+ version: "1.6.0-next.3",
365174
365172
  homepage: "https://gearbox.fi",
365175
365173
  keywords: [
365176
365174
  "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": "1.6.0-next.2",
4
+ "version": "1.6.0-next.4",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"