javascript-time-ago 2.3.10 → 2.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -108,6 +108,7 @@ export interface Step {
108
108
  export interface Style {
109
109
  steps: Step[];
110
110
  labels: LabelStyleName | LabelStyleName[];
111
+ round?: Rounding;
111
112
  }
112
113
 
113
114
  interface FormatOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "javascript-time-ago",
3
- "version": "2.3.10",
3
+ "version": "2.3.11",
4
4
  "description": "Localized relative date/time formatting",
5
5
  "main": "index.commonjs.js",
6
6
  "module": "index.js",