@gearbox-protocol/deploy-tools 5.9.4 → 5.9.6
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 +2 -1
- 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.
|
|
409278
|
+
version: "5.9.6",
|
|
409278
409279
|
homepage: "https://gearbox.fi",
|
|
409279
409280
|
keywords: [
|
|
409280
409281
|
"gearbox"
|