@gearbox-protocol/deploy-tools 4.61.34 → 4.61.35

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -317475,7 +317475,7 @@ var Auditor = class {
317475
317475
  if (matches) {
317476
317476
  this.#logger.trace(`file ${file.repo}/${file.path} matches with audit ${file.repo}@${commitish}`);
317477
317477
  } else {
317478
- this.#logger.trace(`file ${file.repo}/${file.path} does not match match with audit ${file.repo}@${commitish}, checking variations...`);
317478
+ this.#logger.trace(`file ${file.repo}/${file.path} does not match match with audit ${file.repo}@${commitish}. file size ${file.buffer.length} audit size ${content.length}`);
317479
317479
  }
317480
317480
  return matches;
317481
317481
  } catch (e) {
@@ -335794,7 +335794,7 @@ function getRenderer(opts) {
335794
335794
  }
335795
335795
 
335796
335796
  // package.json
335797
- var version2 = "4.61.34";
335797
+ var version2 = "4.61.35";
335798
335798
 
335799
335799
  // src/version.ts
335800
335800
  var version_default = version2;
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": "4.61.34",
4
+ "version": "4.61.35",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"