ac-bootstrap-bull
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -23,3 +23,3 @@ const config = { | ||
'parserOptions': { | ||
'ecmaVersion': 2018 | ||
'ecmaVersion': 2022 | ||
}, | ||
@@ -26,0 +26,0 @@ } |
@@ -0,1 +1,16 @@ | ||
<a name="2.0.1"></a> | ||
## [2.0.1](https://github.com/admiralcloud/ac-bootstrap-bull/compare/v2.0.0..v2.0.1) (2023-02-20 19:06:02) | ||
### Bug Fix | ||
* **App:** Reduce loglevel for on-ready event | MP | [fe5f157c216df6b772184a89256a5581c25962aa](https://github.com/admiralcloud/ac-bootstrap-bull/commit/fe5f157c216df6b772184a89256a5581c25962aa) | ||
Reduce loglevel for on-ready event | ||
Related issues: [undefined/undefined#master](undefined/browse/master) | ||
### Chores | ||
* **App:** Updated ESLint to 2022 | MP | [ca64ed9ce691e79e8bd26e1096c475b34d432a2d](https://github.com/admiralcloud/ac-bootstrap-bull/commit/ca64ed9ce691e79e8bd26e1096c475b34d432a2d) | ||
Updated ESLint to 2022 | ||
Related issues: [undefined/undefined#master](undefined/browse/master) | ||
<a name="2.0.0"></a> | ||
@@ -2,0 +17,0 @@ |
@@ -69,3 +69,3 @@ const Queue = require('bull') | ||
client.on('ready', () => { | ||
acapi.log.info('BULL/REDIS | Ready | %s', type) | ||
acapi.log.debug('BULL/REDIS | Ready | %s', type) | ||
}) | ||
@@ -72,0 +72,0 @@ return client |
{ | ||
"name": "ac-bootstrap-bull", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Bull helper", | ||
@@ -5,0 +5,0 @@ "repository": "admiralcloud/ac-bootstrap-bull", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23741