Comparing version 1.4.1 to 1.4.2
# CHANGELOG | ||
### 1.4.2 | ||
**2018/04/19** | ||
- [#22], (@Jasu) Fix compilation on Babel 6. | ||
### 1.4.1 | ||
@@ -4,0 +9,0 @@ **2018/04/06** |
@@ -13,5 +13,5 @@ 'use strict'; | ||
module.exports = function combined(...formats) { | ||
const combined = format(cascade(formats)); | ||
const instance = combined(); | ||
instance.Format = combined.Format; | ||
const combinedFormat = format(cascade(formats)); | ||
const instance = combinedFormat(); | ||
instance.Format = combinedFormat.Format; | ||
return instance; | ||
@@ -18,0 +18,0 @@ }; |
{ | ||
"name": "logform", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "An mutable object-based log format designed for chaining & objectMode streams.", | ||
@@ -33,3 +33,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"assume": "^1.5.1", | ||
"assume": "^2.0.0", | ||
"eslint-config-populist": "^4.1.0", | ||
@@ -36,0 +36,0 @@ "mocha": "^3.5.3", |
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
31394