@gearbox-protocol/deploy-tools 5.28.6 → 5.28.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 +3 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -426231,7 +426231,8 @@ var ForkTemplate = z.object({
426231
426231
  /**
426232
426232
  * Migration 3.0 -> 3.1 helper: Market configurators
426233
426233
  */
426234
- riskCuratorNames: z.array(z.string()).nullish().transform((v) => v?.length ? v : void 0)
426234
+ riskCuratorNames: z.array(z.string()).nullish().transform((v) => v?.length ? v : void 0),
426235
+ disableRPCProtection: z.boolean().optional()
426235
426236
  });
426236
426237
 
426237
426238
  // ../../packages/shared/dist/governor.js
@@ -436778,7 +436779,7 @@ function getRenderer(opts) {
436778
436779
  var package_default = {
436779
436780
  name: "@gearbox-protocol/deploy-tools",
436780
436781
  description: "Gearbox deploy tools",
436781
- version: "5.28.6",
436782
+ version: "5.28.7",
436782
436783
  homepage: "https://gearbox.fi",
436783
436784
  keywords: [
436784
436785
  "gearbox"
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": "5.28.6",
4
+ "version": "5.28.7",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"