@appliedblockchain/helpers
Advanced tools
Comparing version 5.5.3 to 5.5.4
# Changelog | ||
## [v5.5.4](../../compare/v5.5.3...v5.5.4) (2020-06-08) | ||
* Fixing bunyan output. | ||
* Updating changelog. | ||
## [v5.5.3](../../compare/v5.5.2...v5.5.3) (2020-06-03) | ||
@@ -4,0 +9,0 @@ |
@@ -109,3 +109,3 @@ // @flow | ||
Object.assign(r, { pid, hostname, time, level, name, v: 0, msg }) | ||
return r | ||
return JSON.stringify(r) | ||
} | ||
@@ -112,0 +112,0 @@ |
{ | ||
"name": "@appliedblockchain/helpers", | ||
"version": "5.5.3", | ||
"version": "5.5.4", | ||
"description": "No dependency, single file helpers.", | ||
@@ -5,0 +5,0 @@ "main": "index.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
155031