@gearbox-protocol/deploy-tools 2.2.0 → 2.2.2
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 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -217856,7 +217856,7 @@ var require_Auditor = __commonJS({
|
|
|
217856
217856
|
__privateAdd(this, _logger, log_1.default.getSubLogger({ name: "auditor" }));
|
|
217857
217857
|
__privateAdd(this, _sandboxDir, void 0);
|
|
217858
217858
|
__privateAdd(this, _cachePolicy, void 0);
|
|
217859
|
-
__privateAdd(this, _dumpMissing,
|
|
217859
|
+
__privateAdd(this, _dumpMissing, false);
|
|
217860
217860
|
__privateAdd(this, _missingDir, void 0);
|
|
217861
217861
|
__privateSet(this, _sandboxDir, node_path_1.default.resolve(sandboxDir, "audits"));
|
|
217862
217862
|
__privateSet(this, _missingDir, node_path_1.default.resolve(sandboxDir, "missing_audits"));
|
|
@@ -355368,7 +355368,7 @@ var require_package3 = __commonJS({
|
|
|
355368
355368
|
module2.exports = {
|
|
355369
355369
|
name: "@gearbox-protocol/deploy-tools",
|
|
355370
355370
|
description: "Gearbox deploy tools",
|
|
355371
|
-
version: "2.1
|
|
355371
|
+
version: "2.2.1",
|
|
355372
355372
|
homepage: "https://gearbox.fi",
|
|
355373
355373
|
keywords: [
|
|
355374
355374
|
"gearbox"
|