@gearbox-protocol/deploy-tools 4.25.1 → 4.25.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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -5
  2. package/package.json +1 -1
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 RUST snapshots and will be removed soon
366242
- */
366243
- snapshots: z.boolean().default(false),
366244
366240
  attachTests: z.boolean().default(false),
366245
366241
  timeout: z.string().default("3h")
366246
366242
  });
@@ -366371,7 +366367,7 @@ function getRenderer(opts) {
366371
366367
  }
366372
366368
 
366373
366369
  // package.json
366374
- var version3 = "4.25.1";
366370
+ var version3 = "4.25.2";
366375
366371
 
366376
366372
  // src/version.ts
366377
366373
  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.25.1",
4
+ "version": "4.25.2",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"