@gearbox-protocol/deploy-tools 5.49.15 → 5.49.16
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 +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -446852,7 +446852,7 @@ var Auditor = class {
|
|
|
446852
446852
|
return {
|
|
446853
446853
|
gearbox,
|
|
446854
446854
|
repo: gearbox ? p.split("/")[1] : "",
|
|
446855
|
-
path: gearbox ? p.split("/").slice(2).join("/") : p.replace(/^\/@/, ""),
|
|
446855
|
+
path: gearbox ? p.split("/").slice(2).join("/").replace("core-v3-next", "core-v3").replace("periphery-v3-next", "periphery-v3").replace("integrations-v3-next", "integrations-v3") : p.replace(/^\/@/, ""),
|
|
446856
446856
|
// trim things like '/@openzeppelin/contracts/security/Pausable.sol',
|
|
446857
446857
|
buffer: buffer2
|
|
446858
446858
|
};
|
|
@@ -459269,7 +459269,7 @@ function getRenderer(opts) {
|
|
|
459269
459269
|
var package_default = {
|
|
459270
459270
|
name: "@gearbox-protocol/deploy-tools",
|
|
459271
459271
|
description: "Gearbox deploy tools",
|
|
459272
|
-
version: "5.49.
|
|
459272
|
+
version: "5.49.16",
|
|
459273
459273
|
homepage: "https://gearbox.fi",
|
|
459274
459274
|
keywords: [
|
|
459275
459275
|
"gearbox"
|