@gearbox-protocol/deploy-tools 5.24.0 → 5.24.2

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 +1 -4
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -408673,9 +408673,6 @@ async function loadGovernorBatches(opts) {
408673
408673
  if (batch?.status === status) {
408674
408674
  throw new Error(`duplicate batch in block ${batchBlock}`);
408675
408675
  }
408676
- if (!batch && (status === "canceled" || status === "executed")) {
408677
- throw new Error(`batch in block ${batchBlock} is ${status} before queued`);
408678
- }
408679
408676
  batch = batch ?? {
408680
408677
  block: batchBlock,
408681
408678
  status,
@@ -419096,7 +419093,7 @@ function getRenderer(opts) {
419096
419093
  var package_default = {
419097
419094
  name: "@gearbox-protocol/deploy-tools",
419098
419095
  description: "Gearbox deploy tools",
419099
- version: "5.24.0",
419096
+ version: "5.24.2",
419100
419097
  homepage: "https://gearbox.fi",
419101
419098
  keywords: [
419102
419099
  "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.24.0",
4
+ "version": "5.24.2",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"