@github/relative-time-element
Advanced tools
Comparing version 4.4.2 to 4.4.3
@@ -623,2 +623,3 @@ var __defProp = Object.defineProperty; | ||
this.update(); | ||
__classPrivateFieldSet2(this, _RelativeTimeElement_updating, false, "f"); | ||
})(), "f"); | ||
@@ -665,3 +666,2 @@ } | ||
} | ||
__classPrivateFieldSet2(this, _RelativeTimeElement_updating, false, "f"); | ||
} | ||
@@ -668,0 +668,0 @@ }; |
@@ -321,2 +321,3 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) { | ||
this.update(); | ||
__classPrivateFieldSet(this, _RelativeTimeElement_updating, false, "f"); | ||
})(), "f"); | ||
@@ -367,3 +368,2 @@ } | ||
} | ||
__classPrivateFieldSet(this, _RelativeTimeElement_updating, false, "f"); | ||
} | ||
@@ -370,0 +370,0 @@ } |
{ | ||
"name": "@github/relative-time-element", | ||
"version": "4.4.2", | ||
"version": "4.4.3", | ||
"main": "dist/bundle.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -202,17 +202,17 @@ # <relative-time> element | ||
|:-------------:|:-------------------:| | ||
| seconds | 2y 6m 10d 3h 20m 8s | | ||
| minutes | 2y 6m 10d 3h 20m | | ||
| hours | 2y 6m 10d 3h | | ||
| days | 2y 6m 10d | | ||
| months | 2y 6m | | ||
| years | 2y | | ||
| second | 2y 6m 10d 3h 20m 8s | | ||
| minute | 2y 6m 10d 3h 20m | | ||
| hour | 2y 6m 10d 3h | | ||
| day | 2y 6m 10d | | ||
| month | 2y 6m | | ||
| year | 2y | | ||
| `precision=` | format=relative | | ||
|:-------------:|:-------------------:| | ||
| seconds | 25 seconds | | ||
| minutes | now | | ||
| hours | now | | ||
| days | now | | ||
| months | now | | ||
| years | now | | ||
| second | 25 seconds | | ||
| minute | now | | ||
| hour | now | | ||
| day | now | | ||
| month | now | | ||
| year | now | | ||
@@ -219,0 +219,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
98734