@dereekb/date 9.24.42 → 9.24.43
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/CHANGELOG.md +4 -0
- package/package.json +2 -2
- package/src/lib/date/date.block.d.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [9.24.43](https://github.com/dereekb/dbx-components/compare/v9.24.42-dev...v9.24.43) (2023-09-06)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [9.24.42](https://github.com/dereekb/dbx-components/compare/v9.24.41-dev...v9.24.42) (2023-08-31)
|
|
6
10
|
|
|
7
11
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/date",
|
|
3
|
-
"version": "9.24.
|
|
3
|
+
"version": "9.24.43",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {},
|
|
8
8
|
"peerDependencies": {
|
|
9
9
|
"date-fns": "^2.29.0",
|
|
10
|
-
"@dereekb/util": "9.24.
|
|
10
|
+
"@dereekb/util": "9.24.43",
|
|
11
11
|
"lodash.isequal": "^4.5.0",
|
|
12
12
|
"make-error": "^1.3.0",
|
|
13
13
|
"class-validator": "^0.13.2",
|
|
@@ -553,7 +553,7 @@ export interface DateBlockDayTimingInfo {
|
|
|
553
553
|
*/
|
|
554
554
|
hasOccuredToday: boolean;
|
|
555
555
|
/**
|
|
556
|
-
* Whether or not today's timing is
|
|
556
|
+
* Whether or not today's timing is currently in progress.
|
|
557
557
|
*/
|
|
558
558
|
isInProgress: boolean;
|
|
559
559
|
/**
|