@janiscommerce/log
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -10,2 +10,7 @@ # Changelog | ||
## [3.1.3] - 2020-05-15 | ||
### Fixed | ||
- Unit tests improoves | ||
- Errors that was not handled correctly | ||
## [3.1.2] - 2020-05-12 | ||
@@ -12,0 +17,0 @@ ### Fixed |
@@ -124,3 +124,3 @@ 'use strict'; | ||
return Promise.all( | ||
await Promise.all( | ||
logsBatches.map(logs => firehose.putRecordBatch( | ||
@@ -127,0 +127,0 @@ { |
{ | ||
"name": "@janiscommerce/log", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "A package for creating logs in Firehose", | ||
@@ -5,0 +5,0 @@ "main": "lib/log.js", |
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
13951