@gearbox-protocol/deploy-tools 5.61.2 → 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.
Files changed (2) hide show
  1. package/dist/index.mjs +10 -7
  2. package/package.json +5 -5
package/dist/index.mjs CHANGED
@@ -3495,7 +3495,7 @@ var require_extra_typings = __commonJS({
3495
3495
  var version;
3496
3496
  var init_version = __esm({
3497
3497
  "../../node_modules/abitype/dist/esm/version.js"() {
3498
- version = "1.2.1";
3498
+ version = "1.2.2";
3499
3499
  }
3500
3500
  });
3501
3501
 
@@ -130285,7 +130285,9 @@ ${values.join("\n")}` : `${blockName} :`;
130285
130285
  return new ArrayBuffer(this.valueHexView.byteLength + 1);
130286
130286
  }
130287
130287
  if (!this.valueHexView.byteLength) {
130288
- return EMPTY_BUFFER;
130288
+ const empty = new Uint8Array(1);
130289
+ empty[0] = 0;
130290
+ return empty.buffer;
130289
130291
  }
130290
130292
  const retView = new Uint8Array(this.valueHexView.length + 1);
130291
130293
  retView[0] = this.unusedBits;
@@ -286927,6 +286929,7 @@ async function onAttemptFailure({ error: error46, attemptNumber, retriesConsumed
286927
286929
  }
286928
286930
  const delayTime = calculateDelay(retriesConsumed, options);
286929
286931
  const finalDelay = Math.min(delayTime, remainingTime);
286932
+ options.signal?.throwIfAborted();
286930
286933
  if (finalDelay > 0) {
286931
286934
  await new Promise((resolve2, reject) => {
286932
286935
  const onAbort = () => {
@@ -311365,7 +311368,7 @@ function getRenderer(opts) {
311365
311368
  var package_default = {
311366
311369
  name: "@gearbox-protocol/deploy-tools",
311367
311370
  description: "Gearbox deploy tools",
311368
- version: "5.61.2",
311371
+ version: "5.62.1",
311369
311372
  homepage: "https://gearbox.fi",
311370
311373
  keywords: [
311371
311374
  "gearbox"
@@ -311396,7 +311399,7 @@ var package_default = {
311396
311399
  },
311397
311400
  dependencies: {},
311398
311401
  devDependencies: {
311399
- "@actions/core": "^1.11.1",
311402
+ "@actions/core": "^2.0.0",
311400
311403
  "@chialab/esbuild-plugin-commonjs": "^0.19.0",
311401
311404
  "@commander-js/extra-typings": "^14.0.0",
311402
311405
  "@ethereum-sourcify/bytecode-utils": "^1.3.17",
@@ -311405,10 +311408,10 @@ var package_default = {
311405
311408
  "@gearbox-protocol/deploy-tools-node": "0.0.0",
311406
311409
  "@gearbox-protocol/deploy-tools-shared": "0.0.0",
311407
311410
  "@gearbox-protocol/deploy-tools-types": "0.0.0",
311408
- "@gearbox-protocol/sdk": "11.8.9",
311411
+ "@gearbox-protocol/sdk": "11.11.0",
311409
311412
  "@gearbox-protocol/sdk-gov": "2.34.0-next.114",
311410
311413
  "@types/lodash-es": "^4.17.12",
311411
- "@types/node": "^24.10.1",
311414
+ "@types/node": "^25.0.0",
311412
311415
  "@types/react": "^19.2.7",
311413
311416
  "@types/react-dom": "^19.2.3",
311414
311417
  abitype: "^1.2.1",
@@ -311417,7 +311420,7 @@ var package_default = {
311417
311420
  "date-fns": "^4.1.0",
311418
311421
  esbuild: "^0.27.1",
311419
311422
  "lodash-es": "^4.17.21",
311420
- "p-retry": "^7.0.0",
311423
+ "p-retry": "^7.1.1",
311421
311424
  pino: "^10.0.0",
311422
311425
  "pino-pretty": "^13.1.3",
311423
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.61.2",
4
+ "version": "5.62.1",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "dependencies": {},
34
34
  "devDependencies": {
35
- "@actions/core": "^1.11.1",
35
+ "@actions/core": "^2.0.0",
36
36
  "@chialab/esbuild-plugin-commonjs": "^0.19.0",
37
37
  "@commander-js/extra-typings": "^14.0.0",
38
38
  "@ethereum-sourcify/bytecode-utils": "^1.3.17",
@@ -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.8.9",
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": "^24.10.1",
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.0.0",
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",