Skip to content

Commit

Permalink
2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
juanelas committed Oct 3, 2022
1 parent 920e160 commit bad01ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/API.md
@@ -1,4 +1,4 @@
# object-sha - v2.0.6
# object-sha - v2.0.7

My module description. Please update with your module data.

Expand Down Expand Up @@ -42,7 +42,7 @@ a promise that resolves to a string with hexadecimal content.

#### Defined in

[index.ts:25](https://github.com/juanelas/object-sha/blob/dd2d17a/src/ts/index.ts#L25)
[index.ts:25](https://github.com/juanelas/object-sha/blob/920e160/src/ts/index.ts#L25)

___

Expand All @@ -66,4 +66,4 @@ a JSON stringify of the created sorted array

#### Defined in

[hashable.ts:32](https://github.com/juanelas/object-sha/blob/dd2d17a/src/ts/hashable.ts#L32)
[hashable.ts:32](https://github.com/juanelas/object-sha/blob/920e160/src/ts/hashable.ts#L32)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "object-sha",
"version": "2.0.6",
"version": "2.0.7",
"description": "A package to perform SHA hash functions over arbitrary objects. It creates an array of the obejct values ordered by the object keys, the stringify it and then hash it. The output is given in a hexadecimal string",
"keywords": [
"hash",
Expand Down

0 comments on commit bad01ed

Please sign in to comment.