@dereekb/date 9.25.6 → 9.25.7

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,10 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [9.25.7](https://github.com/dereekb/dbx-components/compare/v9.25.6-dev...v9.25.7) (2023-10-26)
6
+
7
+
8
+
5
9
  ## [9.25.6](https://github.com/dereekb/dbx-components/compare/v9.25.5-dev...v9.25.6) (2023-10-17)
6
10
 
7
11
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@dereekb/date",
3
- "version": "9.25.6",
3
+ "version": "9.25.7",
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.25.6",
10
+ "@dereekb/util": "9.25.7",
11
11
  "lodash.isequal": "^4.5.0",
12
12
  "make-error": "^1.3.0",
13
13
  "class-validator": "^0.13.2",
@@ -131,7 +131,7 @@ export declare function dateCellRangeOverlapsRange(rangeA: DateCellOrDateCellInd
131
131
  /**
132
132
  * Sorts the input ranges by index and distance (to values).
133
133
  *
134
- * In many cases sortAscendingIndexNumberRefFunction may be preferential since
134
+ * In many cases sortAscendingIndexNumberRefFunction may be preferential.
135
135
  *
136
136
  * @returns
137
137
  */
@@ -213,7 +213,7 @@ exports.dateCellRangeOverlapsRange = dateCellRangeOverlapsRange;
213
213
  /**
214
214
  * Sorts the input ranges by index and distance (to values).
215
215
  *
216
- * In many cases sortAscendingIndexNumberRefFunction may be preferential since
216
+ * In many cases sortAscendingIndexNumberRefFunction may be preferential.
217
217
  *
218
218
  * @returns
219
219
  */