Comparing version 4.0.1 to 5.0.0
@@ -95,6 +95,6 @@ 'use strict' | ||
time: individual.fastTime ? Date.now() : new Date().toISOString(), | ||
hostname: hostname, | ||
pid: pid, | ||
level: level, | ||
name: name | ||
hostname, | ||
pid, | ||
level, | ||
name | ||
} | ||
@@ -101,0 +101,0 @@ |
@@ -0,1 +1,15 @@ | ||
## [5.0.0](https://github.com/rvagg/bole/compare/v4.0.1...v5.0.0) (2022-08-11) | ||
### ⚠ BREAKING CHANGES | ||
* **deps-dev:** bump bl from 4.1.0 to 5.0.0 | ||
### Trivial Changes | ||
* **deps-dev:** bump bl from 4.1.0 to 5.0.0 ([f5dc7b6](https://github.com/rvagg/bole/commit/f5dc7b6864f18b6f011602959e84b0a4454348cd)) | ||
* **deps-dev:** bump standard from 14.3.4 to 17.0.0 ([f192e5f](https://github.com/rvagg/bole/commit/f192e5fc2d6bd41bfb8f4fad70bed75503812054)) | ||
* **deps-dev:** bump tape from 4.15.1 to 5.5.3 ([fb24a9d](https://github.com/rvagg/bole/commit/fb24a9d98318c3ab03e0d9eeb94214b6bab0bed4)) | ||
* syntax fixes for standard@17 ([ad90e61](https://github.com/rvagg/bole/commit/ad90e61e7c06db8d1a78a5f8d2406b5183cb48a6)) | ||
## [4.0.1](https://github.com/rvagg/bole/compare/v4.0.0...v4.0.1) (2022-08-11) | ||
@@ -2,0 +16,0 @@ |
// consider this a warning about getting obsessive about optimization | ||
var utilformat = require('util').format | ||
const utilformat = require('util').format | ||
@@ -5,0 +5,0 @@ function format (a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13, a14, a15, a16) { |
{ | ||
"name": "bole", | ||
"version": "4.0.1", | ||
"version": "5.0.0", | ||
"description": "A tiny JSON logger", | ||
@@ -26,7 +26,7 @@ "main": "bole.js", | ||
"devDependencies": { | ||
"bl": "^4.0.0", | ||
"bl": "^5.0.0", | ||
"hyperquest": "^2.1.3", | ||
"list-stream": "^2.0.0", | ||
"standard": "^14.3.1", | ||
"tape": "^4.11.0" | ||
"standard": "^17.0.0", | ||
"tape": "^5.5.3" | ||
}, | ||
@@ -33,0 +33,0 @@ "release": { |
14
test.js
@@ -13,6 +13,6 @@ const http = require('http') | ||
time: fastTime ? Date.now() : new Date().toISOString(), | ||
hostname: hostname, | ||
pid: pid, | ||
level: level, | ||
name: name | ||
hostname, | ||
pid, | ||
level, | ||
name | ||
} | ||
@@ -193,3 +193,3 @@ | ||
bole.output({ | ||
level: level, | ||
level, | ||
stream: sink | ||
@@ -297,3 +297,3 @@ }) | ||
headers: { | ||
host: host, | ||
host, | ||
connection: 'close' | ||
@@ -341,3 +341,3 @@ }, | ||
headers: { | ||
host: host, | ||
host, | ||
connection: 'close' | ||
@@ -344,0 +344,0 @@ }, |
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
34366