@alwatr/element
Advanced tools
Comparing version 0.14.0 to 0.15.0
@@ -6,3 +6,3 @@ # Change Log | ||
# [0.14.0](https://github.com/AliMD/alwatr/compare/v0.13.0...v0.14.0) (2022-08-19) | ||
# [0.15.0](https://github.com/AliMD/alwatr/compare/v0.14.0...v0.15.0) (2022-09-01) | ||
@@ -15,2 +15,6 @@ **Note:** Version bump only for package @alwatr/element | ||
# [0.14.0](https://github.com/AliMD/alwatr/compare/v0.13.0...v0.14.0) (2022-08-19) | ||
**Note:** Version bump only for package @alwatr/element | ||
# [0.13.0](https://github.com/AliMD/alwatr/compare/v0.12.0...v0.13.0) (2022-08-06) | ||
@@ -17,0 +21,0 @@ |
{ | ||
"name": "@alwatr/element", | ||
"version": "0.14.0", | ||
"version": "0.15.0", | ||
"description": "Elegant powerful web component (lit-element) helper mixins written in tiny TypeScript module.", | ||
@@ -36,7 +36,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@alwatr/logger": "^0.14.0", | ||
"@alwatr/logger": "^0.15.0", | ||
"lit": "^2.2.2", | ||
"tslib": "^2.3.1" | ||
}, | ||
"gitHead": "05ead80d04053550d5ce72e9191fa2239ef4241b" | ||
"gitHead": "785516d9da483e429ed9b79b3c6d71012c9aa822" | ||
} |
@@ -1,2 +0,2 @@ | ||
export declare type Constructor<ClassType = {}> = new (...args: any[]) => ClassType; | ||
export declare type Constructor<ClassType = Record<string, unknown>> = new (...args: any[]) => ClassType; | ||
//# sourceMappingURL=type.d.ts.map |
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
7633
+ Added@alwatr/logger@0.15.0(transitive)
- Removed@alwatr/logger@0.14.0(transitive)
Updated@alwatr/logger@^0.15.0