@alwatr/logger
Advanced tools
Comparing version 0.18.0 to 0.19.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [0.19.0](https://github.com/AliMD/alwatr/compare/v0.18.0...v0.19.0) (2022-11-01) | ||
### Bug Fixes | ||
- Import error in webpack ([1a52f67](https://github.com/AliMD/alwatr/commit/1a52f67ff2788c51abd13126f34353c26aa669c3)) | ||
# [0.18.0](https://github.com/AliMD/alwatr/compare/v0.17.0...v0.18.0) (2022-10-22) | ||
@@ -8,0 +14,0 @@ |
@@ -1,2 +0,2 @@ | ||
import type { AlwatrLogger } from './type'; | ||
import type { AlwatrLogger } from './type.js'; | ||
export { AlwatrLogger }; | ||
@@ -3,0 +3,0 @@ /** |
{ | ||
"name": "@alwatr/logger", | ||
"version": "0.18.0", | ||
"version": "0.19.0", | ||
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.", | ||
@@ -35,5 +35,5 @@ "keywords": [ | ||
"dependencies": { | ||
"tslib": "^2.3.1" | ||
"tslib": "^2.4.1" | ||
}, | ||
"gitHead": "a6f75b381a758849b514ea0d59eec6a3b3444008" | ||
"gitHead": "59e23eeaeee00f152daf5341b0ae66b7e9ac2a96" | ||
} |
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
27396
Updatedtslib@^2.4.1