@gearbox-protocol/deploy-tools 5.26.0 → 5.27.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 +1 -16
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -424864,21 +424864,6 @@ var VERSION_V1 = 1;
424864
424864
  var VERSION_V2 = 2;
424865
424865
  var VERSION_V3 = 3;
424866
424866
 
424867
- // ../../packages/types/dist/anvil-manager.js
424868
- var AttachTestsSuite;
424869
- (function(AttachTestsSuite2) {
424870
- AttachTestsSuite2["INTEGRATIONS"] = "integrations";
424871
- AttachTestsSuite2["ROUTER"] = "router";
424872
- })(AttachTestsSuite || (AttachTestsSuite = {}));
424873
- var StageStatus;
424874
- (function(StageStatus2) {
424875
- StageStatus2["STAGE_QUEUED"] = "queued";
424876
- StageStatus2["STAGE_STARTED"] = "started";
424877
- StageStatus2["STAGE_ERROR"] = "error";
424878
- StageStatus2["STAGE_FAILED"] = "failed";
424879
- StageStatus2["STAGE_SUCCESS"] = "success";
424880
- })(StageStatus || (StageStatus = {}));
424881
-
424882
424867
  // ../../node_modules/queue/index.js
424883
424868
  var has = Object.prototype.hasOwnProperty;
424884
424869
  var QueueEvent = class extends Event {
@@ -431921,7 +431906,7 @@ function getRenderer(opts) {
431921
431906
  var package_default = {
431922
431907
  name: "@gearbox-protocol/deploy-tools",
431923
431908
  description: "Gearbox deploy tools",
431924
- version: "5.26.0",
431909
+ version: "5.27.0",
431925
431910
  homepage: "https://gearbox.fi",
431926
431911
  keywords: [
431927
431912
  "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.26.0",
4
+ "version": "5.27.0",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"