@gearbox-protocol/deploy-tools 5.62.0 → 5.62.1
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 +5 -4
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -286929,6 +286929,7 @@ async function onAttemptFailure({ error: error46, attemptNumber, retriesConsumed
|
|
|
286929
286929
|
}
|
|
286930
286930
|
const delayTime = calculateDelay(retriesConsumed, options);
|
|
286931
286931
|
const finalDelay = Math.min(delayTime, remainingTime);
|
|
286932
|
+
options.signal?.throwIfAborted();
|
|
286932
286933
|
if (finalDelay > 0) {
|
|
286933
286934
|
await new Promise((resolve2, reject) => {
|
|
286934
286935
|
const onAbort = () => {
|
|
@@ -311367,7 +311368,7 @@ function getRenderer(opts) {
|
|
|
311367
311368
|
var package_default = {
|
|
311368
311369
|
name: "@gearbox-protocol/deploy-tools",
|
|
311369
311370
|
description: "Gearbox deploy tools",
|
|
311370
|
-
version: "5.62.
|
|
311371
|
+
version: "5.62.1",
|
|
311371
311372
|
homepage: "https://gearbox.fi",
|
|
311372
311373
|
keywords: [
|
|
311373
311374
|
"gearbox"
|
|
@@ -311407,10 +311408,10 @@ var package_default = {
|
|
|
311407
311408
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
311408
311409
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
311409
311410
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
311410
|
-
"@gearbox-protocol/sdk": "11.
|
|
311411
|
+
"@gearbox-protocol/sdk": "11.11.0",
|
|
311411
311412
|
"@gearbox-protocol/sdk-gov": "2.34.0-next.114",
|
|
311412
311413
|
"@types/lodash-es": "^4.17.12",
|
|
311413
|
-
"@types/node": "^
|
|
311414
|
+
"@types/node": "^25.0.0",
|
|
311414
311415
|
"@types/react": "^19.2.7",
|
|
311415
311416
|
"@types/react-dom": "^19.2.3",
|
|
311416
311417
|
abitype: "^1.2.1",
|
|
@@ -311419,7 +311420,7 @@ var package_default = {
|
|
|
311419
311420
|
"date-fns": "^4.1.0",
|
|
311420
311421
|
esbuild: "^0.27.1",
|
|
311421
311422
|
"lodash-es": "^4.17.21",
|
|
311422
|
-
"p-retry": "^7.
|
|
311423
|
+
"p-retry": "^7.1.1",
|
|
311423
311424
|
pino: "^10.0.0",
|
|
311424
311425
|
"pino-pretty": "^13.1.3",
|
|
311425
311426
|
queue: "^7.0.0",
|
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.62.
|
|
4
|
+
"version": "5.62.1",
|
|
5
5
|
"homepage": "https://gearbox.fi",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"gearbox"
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
42
42
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
43
43
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
44
|
-
"@gearbox-protocol/sdk": "11.
|
|
44
|
+
"@gearbox-protocol/sdk": "11.11.0",
|
|
45
45
|
"@gearbox-protocol/sdk-gov": "2.34.0-next.114",
|
|
46
46
|
"@types/lodash-es": "^4.17.12",
|
|
47
|
-
"@types/node": "^
|
|
47
|
+
"@types/node": "^25.0.0",
|
|
48
48
|
"@types/react": "^19.2.7",
|
|
49
49
|
"@types/react-dom": "^19.2.3",
|
|
50
50
|
"abitype": "^1.2.1",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"date-fns": "^4.1.0",
|
|
54
54
|
"esbuild": "^0.27.1",
|
|
55
55
|
"lodash-es": "^4.17.21",
|
|
56
|
-
"p-retry": "^7.
|
|
56
|
+
"p-retry": "^7.1.1",
|
|
57
57
|
"pino": "^10.0.0",
|
|
58
58
|
"pino-pretty": "^13.1.3",
|
|
59
59
|
"queue": "^7.0.0",
|