@gearbox-protocol/deploy-tools 5.9.4 → 5.9.5

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 +2 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -398808,6 +398808,7 @@ var ScriptTemplate = z.object({
398808
398808
  description: z.string().optional(),
398809
398809
  npx: z.string().optional(),
398810
398810
  forge: z.string().optional(),
398811
+ docker: z.string().optional(),
398811
398812
  timeout: z.string().optional(),
398812
398813
  args: z.array(z.string().min(1)).nullish().transform((v) => v?.length ? v : void 0),
398813
398814
  // replace empty array with undefined
@@ -409274,7 +409275,7 @@ function getRenderer(opts) {
409274
409275
  var package_default = {
409275
409276
  name: "@gearbox-protocol/deploy-tools",
409276
409277
  description: "Gearbox deploy tools",
409277
- version: "5.9.4",
409278
+ version: "5.9.5",
409278
409279
  homepage: "https://gearbox.fi",
409279
409280
  keywords: [
409280
409281
  "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.9.4",
4
+ "version": "5.9.5",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"