@pager/jackrabbit
Advanced tools
Comparing version 5.3.0 to 5.3.1
@@ -0,1 +1,8 @@ | ||
## [5.3.1](https://github.com/pagerinc/jackrabbit/compare/v5.3.0...v5.3.1) (2021-05-28) | ||
### Bug Fixes | ||
* handle undefined message [UE-2640] ([#736](https://github.com/pagerinc/jackrabbit/issues/736)) ([d6ce41d](https://github.com/pagerinc/jackrabbit/commit/d6ce41d4f80ef9c27418c02eb1b6ea9e01bbec6a)) | ||
# [5.3.0](https://github.com/pagerinc/jackrabbit/compare/v5.2.5...v5.3.0) (2021-03-18) | ||
@@ -2,0 +9,0 @@ |
@@ -124,2 +124,4 @@ 'use strict'; | ||
msg = msg || {}; | ||
if (msg.properties && msg.properties.contentType === 'application/json') { | ||
@@ -126,0 +128,0 @@ try { |
{ | ||
"name": "@pager/jackrabbit", | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"description": "Easy RabbitMQ for node", | ||
@@ -55,3 +55,3 @@ "keywords": [ | ||
"semantic-release": "17.x", | ||
"sinon": "9.x" | ||
"sinon": "11.x" | ||
}, | ||
@@ -58,0 +58,0 @@ "mocha": { |
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
25647
566