select-pure
Advanced tools
Comparing version 2.0.1-alpha.6 to 2.0.1-alpha.7
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.0.1-alpha.7](https://github.com/dudyn5ky1/select-pure/compare/select-pure@2.0.1-alpha.6...select-pure@2.0.1-alpha.7) (2021-05-01) | ||
### Bug Fixes | ||
* **general:** add lit as a dependency ([3534162](https://github.com/dudyn5ky1/select-pure/commit/35341623bec28ea5968de80c2afe910e6135c954)) | ||
## [2.0.1-alpha.6](https://github.com/dudyn5ky1/select-pure/compare/select-pure@2.0.1-alpha.5...select-pure@2.0.1-alpha.6) (2021-05-01) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "select-pure", | ||
"version": "2.0.1-alpha.6", | ||
"version": "2.0.1-alpha.7", | ||
"description": "Custom JavaScript <select> component. Easy-to-use, accessible, mobile friendly and super efficient", | ||
@@ -45,2 +45,5 @@ "author": { | ||
"license": "MIT", | ||
"dependencies": { | ||
"lit": "^2.0.0-rc.1" | ||
}, | ||
"devDependencies": { | ||
@@ -51,3 +54,2 @@ "@rollup/plugin-node-resolve": "^11.2.1", | ||
"jest": "^26.6.3", | ||
"lit": "^2.0.0-rc.1", | ||
"rollup": "^2.45.2", | ||
@@ -54,0 +56,0 @@ "rollup-plugin-copy": "^3.4.0", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
145425
8
0
1
+ Addedlit@^2.0.0-rc.1
+ Added@lit-labs/ssr-dom-shim@1.2.1(transitive)
+ Added@lit/reactive-element@1.6.3(transitive)
+ Added@types/trusted-types@2.0.7(transitive)
+ Addedlit@2.8.0(transitive)
+ Addedlit-element@3.3.3(transitive)
+ Addedlit-html@2.8.0(transitive)