@alwatr/logger
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -6,2 +6,8 @@ # Change Log | ||
## [2.4.1](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/logger@2.4.0...@alwatr/logger@2.4.1) (2023-12-19) | ||
### Bug Fixes | ||
* **logger:** define package scope ([b54c2ef](https://github.com/Alwatr/alwatr-es-sdk/commit/b54c2ef08a7b9e61068fd6a3faeccd3e4e7a6a09)) by @njfamirm | ||
# [2.4.0](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/logger@2.3.3...@alwatr/logger@2.4.0) (2023-12-19) | ||
@@ -8,0 +14,0 @@ |
@@ -21,3 +21,3 @@ import './global.js'; | ||
} | ||
if (packageName.indexOf('@alwatr') === -1) { | ||
if (packageName.indexOf('@alwatr') !== -1) { | ||
logger.accident('define-package', 'package_name_starts_with_alwatr_scope', { | ||
@@ -24,0 +24,0 @@ packageName, |
{ | ||
"name": "@alwatr/logger", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.", | ||
@@ -37,3 +37,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "4ed3a3f1528a1e3742990083b60fa55f35850f9e" | ||
"gitHead": "8df92c67b69527b5474e8741a8633e0e67b5d09a" | ||
} |
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
47344