@dereekb/date 12.5.4 → 12.5.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/date",
3
- "version": "12.5.4",
3
+ "version": "12.5.5",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./src/index.d.ts",
@@ -1,4 +1,4 @@
1
- import { type DateOrDateString, type DateOrDayString, type ISO8601DateString, type ISO8601DayString, type MapFunction, type Maybe, MonthDaySlashDate, type UTCDateString } from '@dereekb/util';
1
+ import { type DateOrDateString, type DateOrDayString, type ISO8601DateString, type ISO8601DayString, type MapFunction, type Maybe, type MonthDaySlashDate, type UTCDateString } from '@dereekb/util';
2
2
  import { formatDistance, formatDistanceStrict } from 'date-fns';
3
3
  import { type DateRange } from './date.range';
4
4
  import { type DateTimezoneUtcNormalFunctionInput } from './date.timezone';