@dereekb/date 9.24.41 → 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 CHANGED
@@ -2,6 +2,14 @@
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
+
9
+ ## [9.24.42](https://github.com/dereekb/dbx-components/compare/v9.24.41-dev...v9.24.42) (2023-08-31)
10
+
11
+
12
+
5
13
  ## [9.24.41](https://github.com/dereekb/dbx-components/compare/v9.24.40-dev...v9.24.41) (2023-08-30)
6
14
 
7
15
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@dereekb/date",
3
- "version": "9.24.41",
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.41",
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 currenctly in progress.
556
+ * Whether or not today's timing is currently in progress.
557
557
  */
558
558
  isInProgress: boolean;
559
559
  /**