@alwatr/logger
Advanced tools
Comparing version 0.26.0 to 0.26.1
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.26.1](https://github.com/AliMD/alwatr/compare/v0.26.0...v0.26.1) (2022-12-25) | ||
### Bug Fixes | ||
- **logger:** version ([2295fee](https://github.com/AliMD/alwatr/commit/2295fee74e8eebd9db399129de31f2b0d6d6b168)) | ||
# [0.26.0](https://github.com/AliMD/alwatr/compare/v0.25.0...v0.26.0) (2022-12-22) | ||
@@ -8,0 +14,0 @@ |
@@ -7,3 +7,3 @@ var _a, _b, _c, _d, _e, _f; | ||
export const alwatrRegisteredList = ((_a = globalThis.Alwatr) === null || _a === void 0 ? void 0 : _a.registeredList) || []; | ||
(_b = globalThis.Alwatr) !== null && _b !== void 0 ? _b : (globalThis.Alwatr = { version: '0.25.0', registeredList: alwatrRegisteredList }); | ||
(_b = globalThis.Alwatr) !== null && _b !== void 0 ? _b : (globalThis.Alwatr = { version: '0.26.0', registeredList: alwatrRegisteredList }); | ||
alwatrRegisteredList.push({ | ||
@@ -10,0 +10,0 @@ name: '@alwatr/logger', |
{ | ||
"name": "@alwatr/logger", | ||
"version": "0.26.0", | ||
"version": "0.26.1", | ||
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.", | ||
@@ -37,3 +37,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "95b0562adb46ab0266d860251e16aa0c4e9b4c09" | ||
"gitHead": "73d4fc82563cd616ccb9b5b4ab7eb94870a4c51b" | ||
} |
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
38798