From bdd74211a509462d8faa408394485dbc67721dad Mon Sep 17 00:00:00 2001 From: Release Bot <2273103+SkeLLLa@users.noreply.github.com> Date: Thu, 17 Jun 2021 11:23:52 +0000 Subject: [PATCH] chore(release): 2.3.7 --- CHANGELOG.md | 7 ++++++ VERSION | 2 +- docs/README.md | 4 ++-- docs/interfaces/hasher.export_.hashable.md | 4 ++-- docs/interfaces/hasher.export_.hasher.md | 8 +++---- .../hasher.export_.hasheroptions.md | 12 +++++----- docs/interfaces/hasher.hashable.md | 4 ++-- docs/interfaces/hasher.hasher-1.md | 8 +++---- docs/interfaces/hasher.hasheroptions.md | 12 +++++----- docs/interfaces/objectsorter.coerceoptions.md | 22 +++++++++---------- .../objectsorter.export_.coerceoptions.md | 22 +++++++++---------- .../objectsorter.export_.sorteroptions.md | 8 +++---- .../objectsorter.export_.sortoptions.md | 14 ++++++------ .../objectsorter.export_.trimoptions.md | 6 ++--- docs/interfaces/objectsorter.sorteroptions.md | 8 +++---- docs/interfaces/objectsorter.sortoptions.md | 14 ++++++------ docs/interfaces/objectsorter.trimoptions.md | 6 ++--- docs/modules/hasher.export_.md | 2 +- docs/modules/hasher.md | 4 ++-- docs/modules/objectsorter.export_.md | 4 ++-- docs/modules/objectsorter.md | 6 ++--- package-lock.json | 2 +- package.json | 2 +- 23 files changed, 94 insertions(+), 87 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a36c5d..89845b5 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.7](https://github.com/SkeLLLa/node-object-hash/compare/v2.3.6...v2.3.7) (2021-06-17) + + +### Misc + +* update links ([f48c0c9](https://github.com/SkeLLLa/node-object-hash/commit/f48c0c99c7d9f60b7a75109e72a7d373d3913d1b)) + ### [2.3.6](https://github.com/SkeLLLa/node-object-hash/compare/v2.3.5...v2.3.6) (2021-06-17) diff --git a/VERSION b/VERSION index e88a8f4..60f1e0a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v2.3.6 +v2.3.7 diff --git a/docs/README.md b/docs/README.md index e19b264..6692212 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ -Node object hash - v2.3.5 +Node object hash - v2.3.6 -# Node object hash - v2.3.5 +# Node object hash - v2.3.6 ## Table of contents diff --git a/docs/interfaces/hasher.export_.hashable.md b/docs/interfaces/hasher.export_.hashable.md index 43bd68a..438d987 100644 --- a/docs/interfaces/hasher.export_.hashable.md +++ b/docs/interfaces/hasher.export_.hashable.md @@ -1,4 +1,4 @@ -[Node object hash - v2.3.5](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / Hashable +[Node object hash - v2.3.6](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / Hashable # Interface: Hashable @@ -30,4 +30,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/b1a7774/src/hasher.ts#L37) +[hasher.ts:37](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/hasher.ts#L37) diff --git a/docs/interfaces/hasher.export_.hasher.md b/docs/interfaces/hasher.export_.hasher.md index 4f6f5d7..ba8f26e 100644 --- a/docs/interfaces/hasher.export_.hasher.md +++ b/docs/interfaces/hasher.export_.hasher.md @@ -1,4 +1,4 @@ -[Node object hash - v2.3.5](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / Hasher +[Node object hash - v2.3.6](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / Hasher # Interface: Hasher @@ -35,7 +35,7 @@ hash string of an object #### Defined in -[hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/hasher.ts#L46) +[hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/hasher.ts#L52) +[hasher.ts:52](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/hasher.ts#L59) +[hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/hasher.ts#L59) diff --git a/docs/interfaces/hasher.export_.hasheroptions.md b/docs/interfaces/hasher.export_.hasheroptions.md index c985205..a5a767c 100644 --- a/docs/interfaces/hasher.export_.hasheroptions.md +++ b/docs/interfaces/hasher.export_.hasheroptions.md @@ -1,4 +1,4 @@ -[Node object hash - v2.3.5](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / HasherOptions +[Node object hash - v2.3.6](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / HasherOptions # Interface: HasherOptions @@ -34,7 +34,7 @@ Hash algorithm to use #### Defined in -[hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/hasher.ts#L23) +[hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L171) +[objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/hasher.ts#L28) +[hasher.ts:28](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L177) +[objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L183) +[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/objectSorter.ts#L183) diff --git a/docs/interfaces/hasher.hashable.md b/docs/interfaces/hasher.hashable.md index 0c4ce63..8c30694 100644 --- a/docs/interfaces/hasher.hashable.md +++ b/docs/interfaces/hasher.hashable.md @@ -1,4 +1,4 @@ -[Node object hash - v2.3.5](../README.md) / [hasher](../modules/hasher.md) / Hashable +[Node object hash - v2.3.6](../README.md) / [hasher](../modules/hasher.md) / Hashable # Interface: Hashable @@ -30,4 +30,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/b1a7774/src/hasher.ts#L37) +[hasher.ts:37](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/hasher.ts#L37) diff --git a/docs/interfaces/hasher.hasher-1.md b/docs/interfaces/hasher.hasher-1.md index 90e5dc5..70c7999 100644 --- a/docs/interfaces/hasher.hasher-1.md +++ b/docs/interfaces/hasher.hasher-1.md @@ -1,4 +1,4 @@ -[Node object hash - v2.3.5](../README.md) / [hasher](../modules/hasher.md) / Hasher +[Node object hash - v2.3.6](../README.md) / [hasher](../modules/hasher.md) / Hasher # Interface: Hasher @@ -35,7 +35,7 @@ hash string of an object #### Defined in -[hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/hasher.ts#L46) +[hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/hasher.ts#L52) +[hasher.ts:52](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/hasher.ts#L59) +[hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/hasher.ts#L59) diff --git a/docs/interfaces/hasher.hasheroptions.md b/docs/interfaces/hasher.hasheroptions.md index bacdf61..8732950 100644 --- a/docs/interfaces/hasher.hasheroptions.md +++ b/docs/interfaces/hasher.hasheroptions.md @@ -1,4 +1,4 @@ -[Node object hash - v2.3.5](../README.md) / [hasher](../modules/hasher.md) / HasherOptions +[Node object hash - v2.3.6](../README.md) / [hasher](../modules/hasher.md) / HasherOptions # Interface: HasherOptions @@ -34,7 +34,7 @@ Hash algorithm to use #### Defined in -[hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/hasher.ts#L23) +[hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L171) +[objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/hasher.ts#L28) +[hasher.ts:28](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L177) +[objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L183) +[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/objectSorter.ts#L183) diff --git a/docs/interfaces/objectsorter.coerceoptions.md b/docs/interfaces/objectsorter.coerceoptions.md index 08df3bd..c8bb00e 100644 --- a/docs/interfaces/objectsorter.coerceoptions.md +++ b/docs/interfaces/objectsorter.coerceoptions.md @@ -1,4 +1,4 @@ -[Node object hash - v2.3.5](../README.md) / [objectSorter](../modules/objectsorter.md) / CoerceOptions +[Node object hash - v2.3.6](../README.md) / [objectSorter](../modules/objectsorter.md) / CoerceOptions # Interface: CoerceOptions @@ -41,7 +41,7 @@ If `true` converts BigInt to string #### Defined in -[objectSorter.ts:44](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L44) +[objectSorter.ts:44](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/objectSorter.ts#L44) --- @@ -65,7 +65,7 @@ false !== '0' #### Defined in -[objectSorter.ts:22](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L22) +[objectSorter.ts:22](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L106) +[objectSorter.ts:106](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L97) +[objectSorter.ts:97](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/objectSorter.ts#L97) --- @@ -127,7 +127,7 @@ null !== '' #### Defined in -[objectSorter.ts:77](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L77) +[objectSorter.ts:77](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L33) +[objectSorter.ts:33](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L115) +[objectSorter.ts:115](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L55) +[objectSorter.ts:55](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L88) +[objectSorter.ts:88](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/objectSorter.ts#L88) --- @@ -235,4 +235,4 @@ undefined !== '' #### Defined in -[objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L66) +[objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/objectSorter.ts#L66) diff --git a/docs/interfaces/objectsorter.export_.coerceoptions.md b/docs/interfaces/objectsorter.export_.coerceoptions.md index 84c8756..00fcd8b 100644 --- a/docs/interfaces/objectsorter.export_.coerceoptions.md +++ b/docs/interfaces/objectsorter.export_.coerceoptions.md @@ -1,4 +1,4 @@ -[Node object hash - v2.3.5](../README.md) / [objectSorter](../modules/objectsorter.md) / [export%3D](../modules/objectsorter.export_.md) / CoerceOptions +[Node object hash - v2.3.6](../README.md) / [objectSorter](../modules/objectsorter.md) / [export%3D](../modules/objectsorter.export_.md) / CoerceOptions # Interface: CoerceOptions @@ -41,7 +41,7 @@ If `true` converts BigInt to string #### Defined in -[objectSorter.ts:44](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L44) +[objectSorter.ts:44](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/objectSorter.ts#L44) --- @@ -65,7 +65,7 @@ false !== '0' #### Defined in -[objectSorter.ts:22](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L22) +[objectSorter.ts:22](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L106) +[objectSorter.ts:106](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L97) +[objectSorter.ts:97](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/objectSorter.ts#L97) --- @@ -127,7 +127,7 @@ null !== '' #### Defined in -[objectSorter.ts:77](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L77) +[objectSorter.ts:77](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L33) +[objectSorter.ts:33](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L115) +[objectSorter.ts:115](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L55) +[objectSorter.ts:55](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L88) +[objectSorter.ts:88](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/objectSorter.ts#L88) --- @@ -235,4 +235,4 @@ undefined !== '' #### Defined in -[objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L66) +[objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/objectSorter.ts#L66) diff --git a/docs/interfaces/objectsorter.export_.sorteroptions.md b/docs/interfaces/objectsorter.export_.sorteroptions.md index 3de73d6..6940726 100644 --- a/docs/interfaces/objectsorter.export_.sorteroptions.md +++ b/docs/interfaces/objectsorter.export_.sorteroptions.md @@ -1,4 +1,4 @@ -[Node object hash - v2.3.5](../README.md) / [objectSorter](../modules/objectsorter.md) / [export%3D](../modules/objectsorter.export_.md) / SorterOptions +[Node object hash - v2.3.6](../README.md) / [objectSorter](../modules/objectsorter.md) / [export%3D](../modules/objectsorter.export_.md) / SorterOptions # Interface: SorterOptions @@ -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/b1a7774/src/objectSorter.ts#L171) +[objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L177) +[objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L183) +[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/objectSorter.ts#L183) diff --git a/docs/interfaces/objectsorter.export_.sortoptions.md b/docs/interfaces/objectsorter.export_.sortoptions.md index 478b8fa..6cb6963 100644 --- a/docs/interfaces/objectsorter.export_.sortoptions.md +++ b/docs/interfaces/objectsorter.export_.sortoptions.md @@ -1,4 +1,4 @@ -[Node object hash - v2.3.5](../README.md) / [objectSorter](../modules/objectsorter.md) / [export%3D](../modules/objectsorter.export_.md) / SortOptions +[Node object hash - v2.3.6](../README.md) / [objectSorter](../modules/objectsorter.md) / [export%3D](../modules/objectsorter.export_.md) / SortOptions # Interface: SortOptions @@ -27,7 +27,7 @@ If `true` sort array entries before hash #### Defined in -[objectSorter.ts:125](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L125) +[objectSorter.ts:125](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L145) +[objectSorter.ts:145](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L141) +[objectSorter.ts:141](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L133) +[objectSorter.ts:133](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L137) +[objectSorter.ts:137](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L129) +[objectSorter.ts:129](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/objectSorter.ts#L129) diff --git a/docs/interfaces/objectsorter.export_.trimoptions.md b/docs/interfaces/objectsorter.export_.trimoptions.md index e799da4..09cefb6 100644 --- a/docs/interfaces/objectsorter.export_.trimoptions.md +++ b/docs/interfaces/objectsorter.export_.trimoptions.md @@ -1,4 +1,4 @@ -[Node object hash - v2.3.5](../README.md) / [objectSorter](../modules/objectsorter.md) / [export%3D](../modules/objectsorter.export_.md) / TrimOptions +[Node object hash - v2.3.6](../README.md) / [objectSorter](../modules/objectsorter.md) / [export%3D](../modules/objectsorter.export_.md) / TrimOptions # Interface: TrimOptions @@ -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/b1a7774/src/objectSorter.ts#L159) +[objectSorter.ts:159](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L155) +[objectSorter.ts:155](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/objectSorter.ts#L155) diff --git a/docs/interfaces/objectsorter.sorteroptions.md b/docs/interfaces/objectsorter.sorteroptions.md index bfd6e66..1392875 100644 --- a/docs/interfaces/objectsorter.sorteroptions.md +++ b/docs/interfaces/objectsorter.sorteroptions.md @@ -1,4 +1,4 @@ -[Node object hash - v2.3.5](../README.md) / [objectSorter](../modules/objectsorter.md) / SorterOptions +[Node object hash - v2.3.6](../README.md) / [objectSorter](../modules/objectsorter.md) / SorterOptions # Interface: SorterOptions @@ -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/b1a7774/src/objectSorter.ts#L171) +[objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L177) +[objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L183) +[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/objectSorter.ts#L183) diff --git a/docs/interfaces/objectsorter.sortoptions.md b/docs/interfaces/objectsorter.sortoptions.md index 1a15ebe..8cd9ea4 100644 --- a/docs/interfaces/objectsorter.sortoptions.md +++ b/docs/interfaces/objectsorter.sortoptions.md @@ -1,4 +1,4 @@ -[Node object hash - v2.3.5](../README.md) / [objectSorter](../modules/objectsorter.md) / SortOptions +[Node object hash - v2.3.6](../README.md) / [objectSorter](../modules/objectsorter.md) / SortOptions # Interface: SortOptions @@ -27,7 +27,7 @@ If `true` sort array entries before hash #### Defined in -[objectSorter.ts:125](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L125) +[objectSorter.ts:125](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L145) +[objectSorter.ts:145](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L141) +[objectSorter.ts:141](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L133) +[objectSorter.ts:133](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L137) +[objectSorter.ts:137](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L129) +[objectSorter.ts:129](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/objectSorter.ts#L129) diff --git a/docs/interfaces/objectsorter.trimoptions.md b/docs/interfaces/objectsorter.trimoptions.md index b95f0eb..aa603fc 100644 --- a/docs/interfaces/objectsorter.trimoptions.md +++ b/docs/interfaces/objectsorter.trimoptions.md @@ -1,4 +1,4 @@ -[Node object hash - v2.3.5](../README.md) / [objectSorter](../modules/objectsorter.md) / TrimOptions +[Node object hash - v2.3.6](../README.md) / [objectSorter](../modules/objectsorter.md) / TrimOptions # Interface: TrimOptions @@ -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/b1a7774/src/objectSorter.ts#L159) +[objectSorter.ts:159](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L155) +[objectSorter.ts:155](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/objectSorter.ts#L155) diff --git a/docs/modules/hasher.export_.md b/docs/modules/hasher.export_.md index a9be9e0..488831d 100644 --- a/docs/modules/hasher.export_.md +++ b/docs/modules/hasher.export_.md @@ -1,4 +1,4 @@ -[Node object hash - v2.3.5](../README.md) / [hasher](hasher.md) / export%3D +[Node object hash - v2.3.6](../README.md) / [hasher](hasher.md) / export%3D # Namespace: export= diff --git a/docs/modules/hasher.md b/docs/modules/hasher.md index 6cf2e3f..3abe110 100644 --- a/docs/modules/hasher.md +++ b/docs/modules/hasher.md @@ -1,4 +1,4 @@ -[Node object hash - v2.3.5](../README.md) / hasher +[Node object hash - v2.3.6](../README.md) / hasher # Module: hasher @@ -40,4 +40,4 @@ hasher instance #### Defined in -[hasher.ts:68](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/hasher.ts#L68) +[hasher.ts:68](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/hasher.ts#L68) diff --git a/docs/modules/objectsorter.export_.md b/docs/modules/objectsorter.export_.md index 9fc33b1..9eaa9c8 100644 --- a/docs/modules/objectsorter.export_.md +++ b/docs/modules/objectsorter.export_.md @@ -1,4 +1,4 @@ -[Node object hash - v2.3.5](../README.md) / [objectSorter](objectsorter.md) / export%3D +[Node object hash - v2.3.6](../README.md) / [objectSorter](objectsorter.md) / export%3D # Namespace: export= @@ -39,4 +39,4 @@ #### Defined in -[objectSorter.ts:186](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L186) +[objectSorter.ts:186](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/objectSorter.ts#L186) diff --git a/docs/modules/objectsorter.md b/docs/modules/objectsorter.md index 4454481..f43f384 100644 --- a/docs/modules/objectsorter.md +++ b/docs/modules/objectsorter.md @@ -1,4 +1,4 @@ -[Node object hash - v2.3.5](../README.md) / objectSorter +[Node object hash - v2.3.6](../README.md) / objectSorter # Module: objectSorter @@ -45,7 +45,7 @@ #### Defined in -[objectSorter.ts:186](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L186) +[objectSorter.ts:186](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/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/b1a7774/src/objectSorter.ts#L194) +[objectSorter.ts:194](https://github.com/SkeLLLa/node-object-hash/blob/f48c0c9/src/objectSorter.ts#L194) diff --git a/package-lock.json b/package-lock.json index e6eeecf..b757b53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-object-hash", - "version": "2.3.6", + "version": "2.3.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5da63f1..d751ceb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-object-hash", - "version": "2.3.6", + "version": "2.3.7", "description": "Node.js object hash library with properties/arrays sorting to provide constant hashes", "keywords": [ "hash",