@gearbox-protocol/deploy-tools 5.61.2 → 5.62.0

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 +8 -6
  2. package/package.json +4 -4
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;
@@ -311365,7 +311367,7 @@ function getRenderer(opts) {
311365
311367
  var package_default = {
311366
311368
  name: "@gearbox-protocol/deploy-tools",
311367
311369
  description: "Gearbox deploy tools",
311368
- version: "5.61.2",
311370
+ version: "5.62.0",
311369
311371
  homepage: "https://gearbox.fi",
311370
311372
  keywords: [
311371
311373
  "gearbox"
@@ -311396,7 +311398,7 @@ var package_default = {
311396
311398
  },
311397
311399
  dependencies: {},
311398
311400
  devDependencies: {
311399
- "@actions/core": "^1.11.1",
311401
+ "@actions/core": "^2.0.0",
311400
311402
  "@chialab/esbuild-plugin-commonjs": "^0.19.0",
311401
311403
  "@commander-js/extra-typings": "^14.0.0",
311402
311404
  "@ethereum-sourcify/bytecode-utils": "^1.3.17",
@@ -311405,10 +311407,10 @@ var package_default = {
311405
311407
  "@gearbox-protocol/deploy-tools-node": "0.0.0",
311406
311408
  "@gearbox-protocol/deploy-tools-shared": "0.0.0",
311407
311409
  "@gearbox-protocol/deploy-tools-types": "0.0.0",
311408
- "@gearbox-protocol/sdk": "11.8.9",
311410
+ "@gearbox-protocol/sdk": "11.10.1",
311409
311411
  "@gearbox-protocol/sdk-gov": "2.34.0-next.114",
311410
311412
  "@types/lodash-es": "^4.17.12",
311411
- "@types/node": "^24.10.1",
311413
+ "@types/node": "^24.10.2",
311412
311414
  "@types/react": "^19.2.7",
311413
311415
  "@types/react-dom": "^19.2.3",
311414
311416
  abitype: "^1.2.1",
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.0",
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.10.1",
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": "^24.10.2",
48
48
  "@types/react": "^19.2.7",
49
49
  "@types/react-dom": "^19.2.3",
50
50
  "abitype": "^1.2.1",