@compas/insight
Advanced tools
Comparing version 0.0.115 to 0.0.116
{ | ||
"name": "@compas/insight", | ||
"version": "0.0.115", | ||
"version": "0.0.116", | ||
"description": "Simple logger in NDJSON format", | ||
@@ -35,3 +35,3 @@ "main": "./index.js", | ||
}, | ||
"gitHead": "2bb525228f13305555f6dfd8de6d6e07013f149c" | ||
"gitHead": "240f978002efe57c446650a5de9213961e2c06cb" | ||
} |
@@ -46,3 +46,3 @@ import { newLogger } from "@compas/insight"; | ||
* @param {string} name | ||
* @returns {void} | ||
* @returns {undefined} | ||
*/ | ||
@@ -66,3 +66,3 @@ export function eventStart(event, name) { | ||
* @param {string} name | ||
* @returns {void} | ||
* @returns {undefined} | ||
*/ | ||
@@ -80,3 +80,3 @@ export function eventRename(event, name) { | ||
* @param {Event} event | ||
* @returns {void} | ||
* @returns {undefined} | ||
*/ | ||
@@ -83,0 +83,0 @@ export function eventStop(event) { |
@@ -9,3 +9,3 @@ import { inspect } from "util"; | ||
* @param {*} message | ||
* @returns {void} | ||
* @returns {undefined} | ||
*/ | ||
@@ -26,3 +26,3 @@ export function writeNDJSON(stream, level, timestamp, context, message) { | ||
* @param {*} message | ||
* @returns {void} | ||
* @returns {undefined} | ||
*/ | ||
@@ -29,0 +29,0 @@ export function writePretty(stream, level, timestamp, context, message) { |
@@ -36,3 +36,3 @@ const sizes = ["Bytes", "KiB", "MiB", "GiB", "TiB", "PiB"]; | ||
* @param {Logger} logger | ||
* @returns {void} | ||
* @returns {undefined} | ||
*/ | ||
@@ -39,0 +39,0 @@ export function printProcessMemoryUsage(logger) { |
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
18921