@tsed/logger
Advanced tools
Comparing version 5.1.2 to 5.2.0
@@ -292,2 +292,3 @@ /** | ||
export * from "./decorators/layout"; | ||
export * from "./utils/colorizeUtils"; | ||
import "./components/BasicLayout"; | ||
@@ -294,0 +295,0 @@ import "./components/ColoredLayout"; |
@@ -294,2 +294,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./decorators/layout"), exports); | ||
tslib_1.__exportStar(require("./utils/colorizeUtils"), exports); | ||
require("./components/BasicLayout"); | ||
@@ -296,0 +297,0 @@ require("./components/ColoredLayout"); |
{ | ||
"name": "@tsed/logger", | ||
"version": "5.1.2", | ||
"version": "5.2.0", | ||
"description": "A multi channel logger written in TypeScript.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
188098
2946