@bull-board/api
Advanced tools
Comparing version 5.18.1 to 5.18.2
@@ -170,2 +170,3 @@ import { RedisInfo } from 'redis-info'; | ||
}; | ||
dateFormats?: DateFormats; | ||
}>; | ||
@@ -176,2 +177,23 @@ export type FavIcon = { | ||
}; | ||
export type DateFormats = { | ||
/** | ||
* When timestamp is in same day (today) | ||
* | ||
* @example `hh:mm:ss` | ||
* @see https://date-fns.org/v3.6.0/docs/format | ||
*/ | ||
short?: string; | ||
/** | ||
* When timestamp is in same year | ||
* | ||
* @example `MM-dd hh:mm:ss` | ||
* @see https://date-fns.org/v3.6.0/docs/format | ||
*/ | ||
common?: string; | ||
/** | ||
* @example `yyyy-MM-dd hh:mm:ss` | ||
* @see https://date-fns.org/v3.6.0/docs/format | ||
*/ | ||
full?: string; | ||
}; | ||
export {}; |
{ | ||
"name": "@bull-board/api", | ||
"version": "5.18.1", | ||
"version": "5.18.2", | ||
"description": "A Dashboard server API built on top of bull or bullmq.", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@bull-board/ui": "5.18.1" | ||
"@bull-board/ui": "5.18.2" | ||
}, | ||
@@ -45,0 +45,0 @@ "publishConfig": { |
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
65603
1076