@spectrum-web-components/tooltip
Advanced tools
Comparing version 0.8.6-alpha.1 to 0.8.6
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.8.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.5...@spectrum-web-components/tooltip@0.8.6) (2021-04-15) | ||
**Note:** Version bump only for package @spectrum-web-components/tooltip | ||
## [0.8.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.4...@spectrum-web-components/tooltip@0.8.5) (2021-04-09) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@spectrum-web-components/tooltip", | ||
"version": "0.8.6-alpha.1+40b5d8d11", | ||
"version": "0.8.6", | ||
"publishConfig": { | ||
@@ -47,3 +47,3 @@ "access": "public" | ||
"@spectrum-web-components/base": "^0.4.3", | ||
"@spectrum-web-components/overlay": "^0.11.4-alpha.1+40b5d8d11", | ||
"@spectrum-web-components/overlay": "^0.11.4", | ||
"tslib": "^2.0.0" | ||
@@ -60,3 +60,3 @@ }, | ||
], | ||
"gitHead": "40b5d8d1109f164a8d15d7a66d276754824a7f90" | ||
"gitHead": "8acfee43ce3be5d4a6da4cf1179d3400bca77968" | ||
} |
@@ -63,3 +63,3 @@ /* | ||
/* c8 ignore next */ | ||
if (!target.isSameNode(this)) | ||
if (target !== this) | ||
return; | ||
@@ -66,0 +66,0 @@ event.detail.overlayContentTipElement = this.tipElement; |
@@ -87,3 +87,3 @@ /* | ||
/* c8 ignore next */ | ||
if (!target.isSameNode(this)) return; | ||
if (target !== this) return; | ||
@@ -90,0 +90,0 @@ event.detail.overlayContentTipElement = this.tipElement; |
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
106095
0