@gearbox-protocol/deploy-tools 3.0.0-next.1 → 3.0.0-next.2

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 CHANGED
@@ -325826,7 +325826,7 @@ function zeroLT() {
325826
325826
  }
325827
325827
 
325828
325828
  // package.json
325829
- var version3 = "2.5.0";
325829
+ var version3 = "3.0.0-next.1";
325830
325830
 
325831
325831
  // src/index.ts
325832
325832
  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.0.0-next.1",
4
+ "version": "3.0.0-next.2",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"
@@ -11,7 +11,7 @@
11
11
  "url": "https://github.com/Gearbox-protocol/deploy-tools"
12
12
  },
13
13
  "type": "module",
14
- "bin": "./dist/index.js",
14
+ "bin": "./dist/index.mjs",
15
15
  "files": [
16
16
  "dist"
17
17
  ],