diff --git a/CHANGELOG.md b/CHANGELOG.md index eea847c..3382780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.3.10](https://github.com/SkeLLLa/node-object-hash/compare/v2.3.9...v2.3.10) (2021-09-14) + + +### Misc + +* **deps:** update ([996e344](https://github.com/SkeLLLa/node-object-hash/commit/996e3441a4560c2f909f8e9e0ef674201a0275c2)) + ### [2.3.9](https://github.com/SkeLLLa/node-object-hash/compare/v2.3.8...v2.3.9) (2021-08-18) ### [2.3.8](https://github.com/SkeLLLa/node-object-hash/compare/v2.3.7...v2.3.8) (2021-07-31) diff --git a/VERSION b/VERSION index 52f6e58..fef7918 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v2.3.9 +v2.3.10 diff --git a/docs/interfaces/hasher.Hashable.md b/docs/interfaces/hasher.Hashable.md index 3ef6f29..9bf1cf7 100644 --- a/docs/interfaces/hasher.Hashable.md +++ b/docs/interfaces/hasher.Hashable.md @@ -26,4 +26,4 @@ with the function toHash that return the same value will have the same hash #### Defined in -[hasher.ts:37](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/hasher.ts#L37) +[hasher.ts:37](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/hasher.ts#L37) diff --git a/docs/interfaces/hasher.Hasher.md b/docs/interfaces/hasher.Hasher.md index bc8d48d..ea01651 100644 --- a/docs/interfaces/hasher.Hasher.md +++ b/docs/interfaces/hasher.Hasher.md @@ -35,7 +35,7 @@ hash string of an object #### Defined in -[hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/hasher.ts#L46) +[hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/hasher.ts#L46) --- @@ -59,7 +59,7 @@ sorted string from an object #### Defined in -[hasher.ts:52](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/hasher.ts#L52) +[hasher.ts:52](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/hasher.ts#L52) --- @@ -85,4 +85,4 @@ sorted string from an object #### Defined in -[hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/hasher.ts#L59) +[hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/hasher.ts#L59) diff --git a/docs/interfaces/hasher.HasherOptions.md b/docs/interfaces/hasher.HasherOptions.md index 9fba055..42b9a93 100644 --- a/docs/interfaces/hasher.HasherOptions.md +++ b/docs/interfaces/hasher.HasherOptions.md @@ -34,7 +34,7 @@ Hash algorithm to use #### Defined in -[hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/hasher.ts#L23) +[hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/hasher.ts#L23) --- @@ -53,7 +53,7 @@ Advanced coerce options could be provided as object #### Defined in -[objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L171) +[objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L171) --- @@ -67,7 +67,7 @@ String encoding for hash #### Defined in -[hasher.ts:28](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/hasher.ts#L28) +[hasher.ts:28](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/hasher.ts#L28) --- @@ -86,7 +86,7 @@ Advanced sorting options could be provided as object #### Defined in -[objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L177) +[objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L177) --- @@ -105,4 +105,4 @@ Advanced sorting options could be provided as object. #### Defined in -[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L183) +[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L183) diff --git a/docs/interfaces/hasher.export_.Hashable.md b/docs/interfaces/hasher.export_.Hashable.md index 2ffd9cf..38e3503 100644 --- a/docs/interfaces/hasher.export_.Hashable.md +++ b/docs/interfaces/hasher.export_.Hashable.md @@ -26,4 +26,4 @@ with the function toHash that return the same value will have the same hash #### Defined in -[hasher.ts:37](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/hasher.ts#L37) +[hasher.ts:37](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/hasher.ts#L37) diff --git a/docs/interfaces/hasher.export_.Hasher.md b/docs/interfaces/hasher.export_.Hasher.md index 26199c0..27409df 100644 --- a/docs/interfaces/hasher.export_.Hasher.md +++ b/docs/interfaces/hasher.export_.Hasher.md @@ -35,7 +35,7 @@ hash string of an object #### Defined in -[hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/hasher.ts#L46) +[hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/hasher.ts#L46) --- @@ -59,7 +59,7 @@ sorted string from an object #### Defined in -[hasher.ts:52](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/hasher.ts#L52) +[hasher.ts:52](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/hasher.ts#L52) --- @@ -85,4 +85,4 @@ sorted string from an object #### Defined in -[hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/hasher.ts#L59) +[hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/hasher.ts#L59) diff --git a/docs/interfaces/hasher.export_.HasherOptions.md b/docs/interfaces/hasher.export_.HasherOptions.md index d392fb5..573cad1 100644 --- a/docs/interfaces/hasher.export_.HasherOptions.md +++ b/docs/interfaces/hasher.export_.HasherOptions.md @@ -34,7 +34,7 @@ Hash algorithm to use #### Defined in -[hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/hasher.ts#L23) +[hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/hasher.ts#L23) --- @@ -53,7 +53,7 @@ Advanced coerce options could be provided as object #### Defined in -[objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L171) +[objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L171) --- @@ -67,7 +67,7 @@ String encoding for hash #### Defined in -[hasher.ts:28](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/hasher.ts#L28) +[hasher.ts:28](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/hasher.ts#L28) --- @@ -86,7 +86,7 @@ Advanced sorting options could be provided as object #### Defined in -[objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L177) +[objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L177) --- @@ -105,4 +105,4 @@ Advanced sorting options could be provided as object. #### Defined in -[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L183) +[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L183) diff --git a/docs/interfaces/objectSorter.CoerceOptions.md b/docs/interfaces/objectSorter.CoerceOptions.md index a490a31..cf7873f 100644 --- a/docs/interfaces/objectSorter.CoerceOptions.md +++ b/docs/interfaces/objectSorter.CoerceOptions.md @@ -41,7 +41,7 @@ If `true` converts BigInt to string #### Defined in -[objectSorter.ts:44](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L44) +[objectSorter.ts:44](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L44) --- @@ -65,7 +65,7 @@ false !== '0' #### Defined in -[objectSorter.ts:22](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L22) +[objectSorter.ts:22](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L22) --- @@ -85,7 +85,7 @@ If `true` dates may equal the same formatted strings #### Defined in -[objectSorter.ts:106](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L106) +[objectSorter.ts:106](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L106) --- @@ -105,7 +105,7 @@ If `true` functions may equal the same formatted strings #### Defined in -[objectSorter.ts:97](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L97) +[objectSorter.ts:97](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L97) --- @@ -127,7 +127,7 @@ null !== '' #### Defined in -[objectSorter.ts:77](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L77) +[objectSorter.ts:77](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L77) --- @@ -149,7 +149,7 @@ If `true` converts numbers to strings #### Defined in -[objectSorter.ts:33](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L33) +[objectSorter.ts:33](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L33) --- @@ -169,7 +169,7 @@ If `true` set will be coerced to array #### Defined in -[objectSorter.ts:115](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L115) +[objectSorter.ts:115](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L115) --- @@ -191,7 +191,7 @@ If `true` strings and coerced string will be equal to coerced numbers, booleans, #### Defined in -[objectSorter.ts:55](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L55) +[objectSorter.ts:55](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L55) --- @@ -213,7 +213,7 @@ Symbol.for('a') !== Symbol.for('b') #### Defined in -[objectSorter.ts:88](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L88) +[objectSorter.ts:88](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L88) --- @@ -235,4 +235,4 @@ undefined !== '' #### Defined in -[objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L66) +[objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L66) diff --git a/docs/interfaces/objectSorter.SortOptions.md b/docs/interfaces/objectSorter.SortOptions.md index bbaca11..c3eff2b 100644 --- a/docs/interfaces/objectSorter.SortOptions.md +++ b/docs/interfaces/objectSorter.SortOptions.md @@ -27,7 +27,7 @@ If `true` sort array entries before hash #### Defined in -[objectSorter.ts:125](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L125) +[objectSorter.ts:125](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L125) --- @@ -39,7 +39,7 @@ If `true` sort BigInt entries before hash #### Defined in -[objectSorter.ts:145](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L145) +[objectSorter.ts:145](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L145) --- @@ -51,7 +51,7 @@ If `true` sort map entries before hash #### Defined in -[objectSorter.ts:141](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L141) +[objectSorter.ts:141](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L141) --- @@ -63,7 +63,7 @@ If `true` sort object entries before hash #### Defined in -[objectSorter.ts:133](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L133) +[objectSorter.ts:133](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L133) --- @@ -75,7 +75,7 @@ If `true` sort set entries before hash #### Defined in -[objectSorter.ts:137](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L137) +[objectSorter.ts:137](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L137) --- @@ -87,4 +87,4 @@ If `true` sort TypedArray entries before hash #### Defined in -[objectSorter.ts:129](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L129) +[objectSorter.ts:129](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L129) diff --git a/docs/interfaces/objectSorter.SorterOptions.md b/docs/interfaces/objectSorter.SorterOptions.md index 53f19a4..cae845a 100644 --- a/docs/interfaces/objectSorter.SorterOptions.md +++ b/docs/interfaces/objectSorter.SorterOptions.md @@ -27,7 +27,7 @@ Advanced coerce options could be provided as object #### Defined in -[objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L171) +[objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L171) --- @@ -42,7 +42,7 @@ Advanced sorting options could be provided as object #### Defined in -[objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L177) +[objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L177) --- @@ -57,4 +57,4 @@ Advanced sorting options could be provided as object. #### Defined in -[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L183) +[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L183) diff --git a/docs/interfaces/objectSorter.TrimOptions.md b/docs/interfaces/objectSorter.TrimOptions.md index 666954b..36a4825 100644 --- a/docs/interfaces/objectSorter.TrimOptions.md +++ b/docs/interfaces/objectSorter.TrimOptions.md @@ -23,7 +23,7 @@ If `true` replaces multiple space with one and trims whitespaces in function bod #### Defined in -[objectSorter.ts:159](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L159) +[objectSorter.ts:159](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L159) --- @@ -35,4 +35,4 @@ If `true` replaces multiple space with one and trims whitespaces in strings #### Defined in -[objectSorter.ts:155](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L155) +[objectSorter.ts:155](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L155) diff --git a/docs/interfaces/objectSorter.export_.CoerceOptions.md b/docs/interfaces/objectSorter.export_.CoerceOptions.md index 4aa50aa..c9a53f4 100644 --- a/docs/interfaces/objectSorter.export_.CoerceOptions.md +++ b/docs/interfaces/objectSorter.export_.CoerceOptions.md @@ -41,7 +41,7 @@ If `true` converts BigInt to string #### Defined in -[objectSorter.ts:44](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L44) +[objectSorter.ts:44](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L44) --- @@ -65,7 +65,7 @@ false !== '0' #### Defined in -[objectSorter.ts:22](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L22) +[objectSorter.ts:22](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L22) --- @@ -85,7 +85,7 @@ If `true` dates may equal the same formatted strings #### Defined in -[objectSorter.ts:106](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L106) +[objectSorter.ts:106](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L106) --- @@ -105,7 +105,7 @@ If `true` functions may equal the same formatted strings #### Defined in -[objectSorter.ts:97](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L97) +[objectSorter.ts:97](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L97) --- @@ -127,7 +127,7 @@ null !== '' #### Defined in -[objectSorter.ts:77](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L77) +[objectSorter.ts:77](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L77) --- @@ -149,7 +149,7 @@ If `true` converts numbers to strings #### Defined in -[objectSorter.ts:33](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L33) +[objectSorter.ts:33](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L33) --- @@ -169,7 +169,7 @@ If `true` set will be coerced to array #### Defined in -[objectSorter.ts:115](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L115) +[objectSorter.ts:115](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L115) --- @@ -191,7 +191,7 @@ If `true` strings and coerced string will be equal to coerced numbers, booleans, #### Defined in -[objectSorter.ts:55](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L55) +[objectSorter.ts:55](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L55) --- @@ -213,7 +213,7 @@ Symbol.for('a') !== Symbol.for('b') #### Defined in -[objectSorter.ts:88](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L88) +[objectSorter.ts:88](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L88) --- @@ -235,4 +235,4 @@ undefined !== '' #### Defined in -[objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L66) +[objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L66) diff --git a/docs/interfaces/objectSorter.export_.SortOptions.md b/docs/interfaces/objectSorter.export_.SortOptions.md index e04801a..4869aa8 100644 --- a/docs/interfaces/objectSorter.export_.SortOptions.md +++ b/docs/interfaces/objectSorter.export_.SortOptions.md @@ -27,7 +27,7 @@ If `true` sort array entries before hash #### Defined in -[objectSorter.ts:125](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L125) +[objectSorter.ts:125](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L125) --- @@ -39,7 +39,7 @@ If `true` sort BigInt entries before hash #### Defined in -[objectSorter.ts:145](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L145) +[objectSorter.ts:145](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L145) --- @@ -51,7 +51,7 @@ If `true` sort map entries before hash #### Defined in -[objectSorter.ts:141](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L141) +[objectSorter.ts:141](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L141) --- @@ -63,7 +63,7 @@ If `true` sort object entries before hash #### Defined in -[objectSorter.ts:133](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L133) +[objectSorter.ts:133](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L133) --- @@ -75,7 +75,7 @@ If `true` sort set entries before hash #### Defined in -[objectSorter.ts:137](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L137) +[objectSorter.ts:137](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L137) --- @@ -87,4 +87,4 @@ If `true` sort TypedArray entries before hash #### Defined in -[objectSorter.ts:129](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L129) +[objectSorter.ts:129](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L129) diff --git a/docs/interfaces/objectSorter.export_.SorterOptions.md b/docs/interfaces/objectSorter.export_.SorterOptions.md index 99e2987..26c0675 100644 --- a/docs/interfaces/objectSorter.export_.SorterOptions.md +++ b/docs/interfaces/objectSorter.export_.SorterOptions.md @@ -35,7 +35,7 @@ Advanced coerce options could be provided as object #### Defined in -[objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L171) +[objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L171) --- @@ -50,7 +50,7 @@ Advanced sorting options could be provided as object #### Defined in -[objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L177) +[objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L177) --- @@ -65,4 +65,4 @@ Advanced sorting options could be provided as object. #### Defined in -[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L183) +[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L183) diff --git a/docs/interfaces/objectSorter.export_.TrimOptions.md b/docs/interfaces/objectSorter.export_.TrimOptions.md index bba4866..d716577 100644 --- a/docs/interfaces/objectSorter.export_.TrimOptions.md +++ b/docs/interfaces/objectSorter.export_.TrimOptions.md @@ -23,7 +23,7 @@ If `true` replaces multiple space with one and trims whitespaces in function bod #### Defined in -[objectSorter.ts:159](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L159) +[objectSorter.ts:159](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L159) --- @@ -35,4 +35,4 @@ If `true` replaces multiple space with one and trims whitespaces in strings #### Defined in -[objectSorter.ts:155](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L155) +[objectSorter.ts:155](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L155) diff --git a/docs/modules/hasher.md b/docs/modules/hasher.md index e94a687..62fac6c 100644 --- a/docs/modules/hasher.md +++ b/docs/modules/hasher.md @@ -40,4 +40,4 @@ hasher instance #### Defined in -[hasher.ts:68](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/hasher.ts#L68) +[hasher.ts:68](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/hasher.ts#L68) diff --git a/docs/modules/objectSorter.export_.md b/docs/modules/objectSorter.export_.md index b959d05..c0cf128 100644 --- a/docs/modules/objectSorter.export_.md +++ b/docs/modules/objectSorter.export_.md @@ -39,4 +39,4 @@ #### Defined in -[objectSorter.ts:186](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L186) +[objectSorter.ts:186](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L186) diff --git a/docs/modules/objectSorter.md b/docs/modules/objectSorter.md index e844f50..add6f61 100644 --- a/docs/modules/objectSorter.md +++ b/docs/modules/objectSorter.md @@ -45,7 +45,7 @@ #### Defined in -[objectSorter.ts:186](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L186) +[objectSorter.ts:186](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L186) ## Functions @@ -69,4 +69,4 @@ function that transforms object to strings #### Defined in -[objectSorter.ts:194](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L194) +[objectSorter.ts:194](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L194) diff --git a/package-lock.json b/package-lock.json index 12196ad..5386962 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-object-hash", - "version": "2.3.9", + "version": "2.3.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ea7ab24..5091df2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-object-hash", - "version": "2.3.9", + "version": "2.3.10", "description": "Node.js object hash library with properties/arrays sorting to provide constant hashes", "keywords": [ "hash",