@gearbox-protocol/deploy-tools 3.4.1-next.4 → 3.4.1-next.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 +1 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -328592,7 +328592,7 @@ function zeroLT() {
|
|
|
328592
328592
|
}
|
|
328593
328593
|
|
|
328594
328594
|
// package.json
|
|
328595
|
-
var version3 = "3.4.1-next.
|
|
328595
|
+
var version3 = "3.4.1-next.4";
|
|
328596
328596
|
|
|
328597
328597
|
// src/index.ts
|
|
328598
328598
|
var program2 = new Command();
|
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": "3.4.1-next.
|
|
4
|
+
"version": "3.4.1-next.5",
|
|
5
5
|
"homepage": "https://gearbox.fi",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"gearbox"
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"@chialab/esbuild-plugin-commonjs": "^0.18.0",
|
|
39
39
|
"@ethereum-sourcify/bytecode-utils": "^1.2.1",
|
|
40
40
|
"@ethereum-sourcify/lib-sourcify": "^1.4.1",
|
|
41
|
-
"@gearbox-protocol/deploy-tools-node": "3.4.1-next.
|
|
42
|
-
"@gearbox-protocol/deploy-tools-shared": "3.4.1-next.
|
|
43
|
-
"@gearbox-protocol/deploy-tools-types": "3.4.1-next.
|
|
41
|
+
"@gearbox-protocol/deploy-tools-node": "3.4.1-next.5",
|
|
42
|
+
"@gearbox-protocol/deploy-tools-shared": "3.4.1-next.5",
|
|
43
|
+
"@gearbox-protocol/deploy-tools-types": "3.4.1-next.5",
|
|
44
44
|
"@gearbox-protocol/sdk-gov": "^1.24.1",
|
|
45
45
|
"@types/lodash-es": "^4.17.12",
|
|
46
46
|
"@types/node": "^20.10.8",
|