@gearbox-protocol/deploy-tools 5.28.4 → 5.28.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.
- package/dist/index.mjs +3 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -426165,8 +426165,9 @@ var ScriptTemplate = z.object({
|
|
|
426165
426165
|
// replace empty array with undefined
|
|
426166
426166
|
env: z.record(z.string(), z.string()).nullish().transform((v) => Object.keys(v ?? {}).length ? v : void 0),
|
|
426167
426167
|
// replace empty object with undefined
|
|
426168
|
-
flags: z.array(z.string().min(1)).nullish().transform((v) => v?.length ? v : void 0)
|
|
426168
|
+
flags: z.array(z.string().min(1)).nullish().transform((v) => v?.length ? v : void 0),
|
|
426169
426169
|
// replace array object with undefined
|
|
426170
|
+
input: z.any().optional()
|
|
426170
426171
|
});
|
|
426171
426172
|
var ForkTemplate = z.object({
|
|
426172
426173
|
alias: z.string().regex(/^[0-9a-zA-Z\-_]{3,}$/, {
|
|
@@ -436787,7 +436788,7 @@ function getRenderer(opts) {
|
|
|
436787
436788
|
var package_default = {
|
|
436788
436789
|
name: "@gearbox-protocol/deploy-tools",
|
|
436789
436790
|
description: "Gearbox deploy tools",
|
|
436790
|
-
version: "5.28.
|
|
436791
|
+
version: "5.28.5",
|
|
436791
436792
|
homepage: "https://gearbox.fi",
|
|
436792
436793
|
keywords: [
|
|
436793
436794
|
"gearbox"
|