@gearbox-protocol/deploy-tools 4.24.5 → 4.24.7

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 -5
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -366237,10 +366237,6 @@ var ForkTemplate = z.object({
366237
366237
  * Will append deploy-report generation to scripts
366238
366238
  */
366239
366239
  deployReport: z.boolean().default(false),
366240
- /**
366241
- * This flag is for old GO faucet and will be removed soon
366242
- */
366243
- faucet: z.boolean().default(false),
366244
366240
  /**
366245
366241
  * This flag is for old RUST snapshots and will be removed soon
366246
366242
  */
@@ -366366,7 +366362,7 @@ function getRenderer(opts) {
366366
366362
  }
366367
366363
 
366368
366364
  // package.json
366369
- var version3 = "4.24.5";
366365
+ var version3 = "4.24.7";
366370
366366
 
366371
366367
  // src/version.ts
366372
366368
  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.5",
4
+ "version": "4.24.7",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"
@@ -46,7 +46,7 @@
46
46
  "@gearbox-protocol/sdk-gov": "^1.55.2",
47
47
  "@types/lodash-es": "^4.17.12",
48
48
  "@types/node": "^20.12.2",
49
- "@types/react": "^18.2.73",
49
+ "@types/react": "^18.2.74",
50
50
  "@types/react-dom": "^18.2.23",
51
51
  "abitype": "^1.0.2",
52
52
  "chalk": "^5.3.0",