@highoutput/logger
Advanced tools
Comparing version 0.5.3 to 0.5.4
@@ -1,2 +0,2 @@ | ||
declare type Argument = number | string | Error | object; | ||
declare type Argument = number | string | Error | object | unknown; | ||
declare class Logger { | ||
@@ -3,0 +3,0 @@ private tags; |
{ | ||
"name": "@highoutput/logger", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"main": "build/index.js", | ||
@@ -30,3 +30,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "bbe508c18a9a819eec9288f41a741cd0aeaeeb92" | ||
"gitHead": "21a4a230bb088980e0eb23dc74bc59750f5d9860" | ||
} |
Sorry, the diff of this file is not supported yet
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
8986