@gearbox-protocol/deploy-tools 3.4.1-next.7 → 4.0.0

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. 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.6";
328601
+ var version3 = "3.4.1-next.8";
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.7",
4
+ "version": "4.0.0",
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.7",
42
- "@gearbox-protocol/deploy-tools-shared": "3.4.1-next.7",
43
- "@gearbox-protocol/deploy-tools-types": "3.4.1-next.7",
41
+ "@gearbox-protocol/deploy-tools-node": "4.0.0",
42
+ "@gearbox-protocol/deploy-tools-shared": "4.0.0",
43
+ "@gearbox-protocol/deploy-tools-types": "4.0.0",
44
44
  "@gearbox-protocol/sdk-gov": "^1.28.2",
45
45
  "@types/lodash-es": "^4.17.12",
46
46
  "@types/node": "^20.10.8",