@alwatr/element
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 @@ |
import { LitElement } from 'lit'; | ||
import type { Constructor } from './type'; | ||
import type { AlwatrLogger } from '@alwatr/logger/type'; | ||
import type { Constructor } from './type.js'; | ||
import type { AlwatrLogger } from '@alwatr/logger/type.js'; | ||
declare class LoggerMixinInterface extends LitElement { | ||
@@ -5,0 +5,0 @@ protected _logger: AlwatrLogger; |
{ | ||
"name": "@alwatr/element", | ||
"version": "0.18.0", | ||
"version": "0.19.0", | ||
"description": "Elegant powerful web component (lit-element) helper mixins written in tiny TypeScript module.", | ||
@@ -36,7 +36,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@alwatr/logger": "^0.18.0", | ||
"@alwatr/logger": "^0.19.0", | ||
"lit": "^2.4.0", | ||
"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
8277
+ Added@alwatr/logger@0.19.0(transitive)
- Removed@alwatr/logger@0.18.0(transitive)
Updated@alwatr/logger@^0.19.0
Updatedtslib@^2.4.1