@alwatr/logger
Advanced tools
Comparing version 2.1.3 to 2.2.0
@@ -6,2 +6,12 @@ # Change Log | ||
# [2.2.0](https://github.com/Alwatr/eslib/compare/@alwatr/logger@2.1.3...@alwatr/logger@2.2.0) (2023-11-14) | ||
### Bug Fixes | ||
* **logger:** logger.banner type ([1f2586d](https://github.com/Alwatr/eslib/commit/1f2586dab65608c4a54f20859f4ea2dda6028c7c)) by @ | ||
### Features | ||
* **yarn:** pnp ([b6a562c](https://github.com/Alwatr/eslib/commit/b6a562c909a35b3e626442e5c325da3fce448e1b)) by @AliMD | ||
## [2.1.3](https://github.com/Alwatr/eslib/compare/@alwatr/logger@2.1.2...@alwatr/logger@2.1.3) (2023-11-08) | ||
@@ -8,0 +18,0 @@ |
{ | ||
"name": "@alwatr/logger", | ||
"version": "2.1.3", | ||
"version": "2.2.0", | ||
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.", | ||
@@ -37,3 +37,6 @@ "keywords": [ | ||
}, | ||
"gitHead": "dc6207512b0fbae5ffad73e77a0e076c1523e4b1" | ||
"devDependencies": { | ||
"@types/node": "^20.9.0" | ||
}, | ||
"gitHead": "c9c6d5abf5e2aeafa915fde58c73e030ac00db27" | ||
} |
@@ -149,4 +149,4 @@ export interface GlobalAlwatr { | ||
*/ | ||
banner?(message: string): void; | ||
banner(message: string): void; | ||
} | ||
//# sourceMappingURL=type.d.ts.map |
Sorry, the diff of this file is not supported yet
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
43250
1