@gearbox-protocol/deploy-tools 4.24.4 → 4.24.5
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 +7 -2
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -122952,7 +122952,7 @@ var require_audits = __commonJS({
|
|
|
122952
122952
|
"2024_Mar_ChainSecurity_CoreV3": {
|
|
122953
122953
|
auditor: Auditor2.ChainSecurity,
|
|
122954
122954
|
revision: "2024 March",
|
|
122955
|
-
reportLink: "https://github.com/Gearbox-protocol/security/blob/main/audits/2024%20Mar%20-%
|
|
122955
|
+
reportLink: "https://github.com/Gearbox-protocol/security/blob/main/audits/2024%20Mar%20-%20ChainSecurity_Gearbox_Core_V3.pdf"
|
|
122956
122956
|
}
|
|
122957
122957
|
};
|
|
122958
122958
|
exports2.audits = {
|
|
@@ -122976,6 +122976,11 @@ var require_audits = __commonJS({
|
|
|
122976
122976
|
type: "commit",
|
|
122977
122977
|
commit: "9db98f7bb7876e40181a7235ca3a12dcfc08852a",
|
|
122978
122978
|
report: exports2.auditReports["2024_Mar_ChainSecurity_CoreV3"]
|
|
122979
|
+
},
|
|
122980
|
+
{
|
|
122981
|
+
type: "commit",
|
|
122982
|
+
commit: "b2628d77f17fecf71feb77ebb038d5350f26fca7",
|
|
122983
|
+
report: exports2.auditReports["2024_Mar_ChainSecurity_CoreV3"]
|
|
122979
122984
|
}
|
|
122980
122985
|
],
|
|
122981
122986
|
"core-v2": [
|
|
@@ -366361,7 +366366,7 @@ function getRenderer(opts) {
|
|
|
366361
366366
|
}
|
|
366362
366367
|
|
|
366363
366368
|
// package.json
|
|
366364
|
-
var version3 = "4.24.
|
|
366369
|
+
var version3 = "4.24.5";
|
|
366365
366370
|
|
|
366366
366371
|
// src/version.ts
|
|
366367
366372
|
var version_default = version3;
|
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.24.
|
|
4
|
+
"version": "4.24.5",
|
|
5
5
|
"homepage": "https://gearbox.fi",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"gearbox"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
44
44
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
45
45
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
46
|
-
"@gearbox-protocol/sdk-gov": "^1.55.
|
|
46
|
+
"@gearbox-protocol/sdk-gov": "^1.55.2",
|
|
47
47
|
"@types/lodash-es": "^4.17.12",
|
|
48
48
|
"@types/node": "^20.12.2",
|
|
49
49
|
"@types/react": "^18.2.73",
|