@gearbox-protocol/deploy-tools 3.4.1-next.7 → 3.4.1-next.8
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
|
@@ -328598,7 +328598,7 @@ function zeroLT() {
|
|
|
328598
328598
|
}
|
|
328599
328599
|
|
|
328600
328600
|
// package.json
|
|
328601
|
-
var version3 = "3.4.1-next.
|
|
328601
|
+
var version3 = "3.4.1-next.7";
|
|
328602
328602
|
|
|
328603
328603
|
// src/index.ts
|
|
328604
328604
|
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.8",
|
|
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.8",
|
|
42
|
+
"@gearbox-protocol/deploy-tools-shared": "3.4.1-next.8",
|
|
43
|
+
"@gearbox-protocol/deploy-tools-types": "3.4.1-next.8",
|
|
44
44
|
"@gearbox-protocol/sdk-gov": "^1.28.2",
|
|
45
45
|
"@types/lodash-es": "^4.17.12",
|
|
46
46
|
"@types/node": "^20.10.8",
|