@dereekb/date 12.0.4 → 12.0.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,5 @@
|
|
|
1
1
|
import { type Maybe, type SortCompareFunction, type RequiredOnKeys, type ArrayOrValue, type UniqueModel, type IndexNumber, type FactoryWithRequiredInput, type DateRelativeState } from '@dereekb/util';
|
|
2
|
-
import { DateCell } from './date.cell';
|
|
3
|
-
import { type DateOrDateCellIndex, type DateCellIndex } from './date.cell';
|
|
2
|
+
import { DateCell, type DateOrDateCellIndex, type DateCellIndex } from './date.cell';
|
|
4
3
|
import { type DateRange } from './date.range';
|
|
5
4
|
/**
|
|
6
5
|
* Represents a range of DateCell values.
|