@tsed/logger
Advanced tools
Comparing version 5.9.0 to 5.10.0
@@ -26,2 +26,3 @@ /** | ||
get data(): any[]; | ||
set data(data: any[]); | ||
get context(): Map<string, any>; | ||
@@ -28,0 +29,0 @@ get cluster(): any; |
@@ -35,2 +35,5 @@ "use strict"; | ||
} | ||
set data(data) { | ||
this._data = data; | ||
} | ||
get context() { | ||
@@ -37,0 +40,0 @@ return this._context; |
{ | ||
"name": "@tsed/logger", | ||
"version": "5.9.0", | ||
"version": "5.10.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
157549
2281