@alwatr/element
Advanced tools
Comparing version 0.21.0 to 0.22.0
@@ -6,2 +6,6 @@ # Change Log | ||
# [0.22.0](https://github.com/AliMD/alwatr/compare/v0.21.0...v0.22.0) (2022-11-20) | ||
**Note:** Version bump only for package @alwatr/element | ||
# [0.21.0](https://github.com/AliMD/alwatr/compare/v0.20.0...v0.21.0) (2022-11-13) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@alwatr/element", | ||
"version": "0.21.0", | ||
"version": "0.22.0", | ||
"description": "Elegant powerful web component (lit-element) helper mixins written in tiny TypeScript module.", | ||
@@ -36,7 +36,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@alwatr/logger": "^0.21.0", | ||
"@alwatr/logger": "^0.22.0", | ||
"lit": "^2.4.1", | ||
"tslib": "^2.4.1" | ||
}, | ||
"gitHead": "b4a565ee520e5a9fab404f539463109b6af19aa9" | ||
"gitHead": "2c45f39d4f1d684c9580ed28501b31b7c170ebd4" | ||
} |
@@ -1,2 +0,2 @@ | ||
export declare type Constructor<ClassType = Record<string, unknown>> = new (...args: any[]) => ClassType; | ||
export 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
8715
+ Added@alwatr/logger@0.22.0(transitive)
- Removed@alwatr/logger@0.21.0(transitive)
Updated@alwatr/logger@^0.22.0