@gearbox-protocol/deploy-tools 5.21.5 → 5.21.6

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 +3 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -416742,7 +416742,8 @@ var UpdateParser = class extends ProviderBase {
416742
416742
  }
416743
416743
  async parse(opts) {
416744
416744
  await this.init();
416745
- const { batchDir, safeTxHashes, governor } = opts;
416745
+ const { batchDir, safeTxHashes, unsafeMainnetMeta, governor } = opts;
416746
+ this.#output.input = { governor, safeTxHashes, unsafeMainnetMeta };
416746
416747
  if (batchDir) {
416747
416748
  await this.#parseBatchDir(batchDir, opts.unsafeMainnetMeta);
416748
416749
  } else if (governor) {
@@ -419032,7 +419033,7 @@ function getRenderer(opts) {
419032
419033
  var package_default = {
419033
419034
  name: "@gearbox-protocol/deploy-tools",
419034
419035
  description: "Gearbox deploy tools",
419035
- version: "5.21.5",
419036
+ version: "5.21.6",
419036
419037
  homepage: "https://gearbox.fi",
419037
419038
  keywords: [
419038
419039
  "gearbox"
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.21.5",
4
+ "version": "5.21.6",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"