@gearbox-protocol/deploy-tools 4.24.2 → 4.24.3
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
|
@@ -366324,6 +366324,7 @@ var ScriptTemplate = z.object({
|
|
|
366324
366324
|
id: z.string().regex(/^[0-9a-zA-Z\-_]+$/, "invalid script id"),
|
|
366325
366325
|
description: z.string().optional(),
|
|
366326
366326
|
npx: z.string().optional(),
|
|
366327
|
+
timeout: z.string().optional(),
|
|
366327
366328
|
args: z.array(z.string().min(1)).default([]),
|
|
366328
366329
|
env: z.record(z.string(), z.string()).default({}),
|
|
366329
366330
|
flags: z.array(z.string().min(1)).default([])
|
|
@@ -366468,7 +366469,7 @@ function getRenderer(opts) {
|
|
|
366468
366469
|
}
|
|
366469
366470
|
|
|
366470
366471
|
// package.json
|
|
366471
|
-
var version3 = "4.24.
|
|
366472
|
+
var version3 = "4.24.3";
|
|
366472
366473
|
|
|
366473
366474
|
// src/version.ts
|
|
366474
366475
|
var version_default = version3;
|