@bull-monitor/root
Advanced tools
Comparing version 3.0.0-alpha.1 to 3.0.0-alpha.2
@@ -6,2 +6,19 @@ # Change Log | ||
# [3.0.0-alpha.2](https://github.com/s-r-x/bull-monitor/compare/v3.0.0-alpha.1...v3.0.0-alpha.2) (2022-01-11) | ||
### chore | ||
* replace queues setter with setQueues method ([81aca44](https://github.com/s-r-x/bull-monitor/commit/81aca44b20d11574b8462e8eff3324b70745a37e)) | ||
### BREAKING CHANGES | ||
* replace "monitor.queues = queues" with | ||
"monitor.setQueues(queues)" | ||
# [3.0.0-alpha.1](https://github.com/s-r-x/bull-monitor/compare/v3.0.0-alpha.0...v3.0.0-alpha.1) (2022-01-10) | ||
@@ -8,0 +25,0 @@ |
@@ -11,5 +11,5 @@ import { Queue } from './queue'; | ||
constructor(config: Config); | ||
get queues(): Queue[]; | ||
abstract init(...args: any): Promise<any>; | ||
get queues(): Queue[]; | ||
set queues(queues: Config['queues']); | ||
setQueues(queues: Config['queues']): void; | ||
protected gqlBasePath: string; | ||
@@ -16,0 +16,0 @@ protected config: Required<Config>; |
@@ -26,3 +26,3 @@ "use strict"; | ||
} | ||
set queues(queues) { | ||
setQueues(queues) { | ||
this._initQueues(queues); | ||
@@ -29,0 +29,0 @@ if (this._metricsCollector && this.config.metrics) { |
{ | ||
"name": "@bull-monitor/root", | ||
"version": "3.0.0-alpha.1", | ||
"version": "3.0.0-alpha.2", | ||
"repository": { | ||
@@ -46,3 +46,3 @@ "type": "git", | ||
}, | ||
"gitHead": "dee94fc851b8f3069dc8998eb9c621c715e21ad2" | ||
"gitHead": "430aaaa51a2bb73e57c85832bae0587b7988f5c3" | ||
} |
Sorry, the diff of this file is not supported yet
151720
5760