@bull-monitor/root
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [5.0.2](https://github.com/s-r-x/bull-monitor/compare/v5.0.1...v5.0.2) (2023-01-10) | ||
### Bug Fixes | ||
* add "unknown" to JobStatus enum ([b381ad1](https://github.com/s-r-x/bull-monitor/commit/b381ad1c468508c18af2c57e5082930cff782512)) | ||
## [5.0.1](https://github.com/s-r-x/bull-monitor/compare/v5.0.0...v5.0.1) (2022-05-11) | ||
@@ -8,0 +19,0 @@ |
@@ -14,2 +14,3 @@ "use strict"; | ||
stuck | ||
unknown | ||
} | ||
@@ -16,0 +17,0 @@ enum JobStatusClean { |
@@ -58,3 +58,4 @@ export declare type Maybe<T> = T | null; | ||
Paused = "paused", | ||
Stuck = "stuck" | ||
Stuck = "stuck", | ||
Unknown = "unknown" | ||
} | ||
@@ -61,0 +62,0 @@ export declare enum JobStatusClean { |
@@ -13,2 +13,3 @@ "use strict"; | ||
JobStatus["Stuck"] = "stuck"; | ||
JobStatus["Unknown"] = "unknown"; | ||
})(JobStatus = exports.JobStatus || (exports.JobStatus = {})); | ||
@@ -15,0 +16,0 @@ var JobStatusClean; |
{ | ||
"name": "@bull-monitor/root", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"repository": { | ||
@@ -46,3 +46,3 @@ "type": "git", | ||
}, | ||
"gitHead": "e8f7ff16c45123ea8d3f9b896aca47cd6d12c12c" | ||
"gitHead": "d41bf7737c1dd554343fd498a977d8b3830ab0ea" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
153716
2548