lit-element
Advanced tools
Comparing version 2.4.0-pre.3 to 2.4.0
@@ -20,3 +20,3 @@ # Change Log | ||
## [2.4.0] - 2020-08-14 | ||
## [2.4.0] - 2020-08-19 | ||
@@ -23,0 +23,0 @@ ### Changed |
@@ -67,3 +67,3 @@ /** | ||
(window['litElementVersions'] || (window['litElementVersions'] = [])) | ||
.push('2.4.0-pre.3'); | ||
.push('2.4.0'); | ||
/** | ||
@@ -70,0 +70,0 @@ * Sentinal value used to avoid calling lit-html's render function when |
{ | ||
"name": "lit-element", | ||
"version": "2.4.0-pre.3", | ||
"version": "2.4.0", | ||
"description": "A simple base class for creating fast, lightweight web components", | ||
@@ -78,3 +78,3 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"lit-html": "1.3.0-pre.1" | ||
"lit-html": "^1.1.1" | ||
}, | ||
@@ -81,0 +81,0 @@ "publishConfig": { |
@@ -77,3 +77,3 @@ /** | ||
(window['litElementVersions'] || (window['litElementVersions'] = [])) | ||
.push('2.4.0-pre.3'); | ||
.push('2.4.0'); | ||
@@ -80,0 +80,0 @@ export type CSSResultOrNative = CSSResult|CSSStyleSheet; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
317749
+ Addedlit-html@1.4.1(transitive)
- Removedlit-html@1.3.0-pre.1(transitive)
Updatedlit-html@^1.1.1