File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @influxdata/giraffe" ,
3- "version" : " 2.4 .0" ,
3+ "version" : " 2.5 .0" ,
44 "main" : " dist/index.js" ,
55 "module" : " src/index.js" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ export {
1010 binaryPrefixFormatter ,
1111 siPrefixFormatter ,
1212 timeFormatter ,
13+ TimeFormatterFactoryOptions ,
1314} from './utils/formatters'
1415export { getDomainDataFromLines } from './utils/lineData'
1516
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ interface TimeFormatter extends Formatter {
102102 _GIRAFFE_FORMATTER_TYPE : FormatterType . Time
103103}
104104
105- interface TimeFormatterFactoryOptions {
105+ export interface TimeFormatterFactoryOptions {
106106 // BCP 47 language tag or "default"
107107 locale ?: string
108108
You can’t perform that action at this time.
0 commit comments