Skip to content

Commit bad01ed

Browse files
committed
2.0.7
1 parent 920e160 commit bad01ed

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/API.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# object-sha - v2.0.6
1+
# object-sha - v2.0.7
22

33
My module description. Please update with your module data.
44

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

4343
#### Defined in
4444

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

4747
___
4848

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

6767
#### Defined in
6868

69-
[hashable.ts:32](https://github.com/juanelas/object-sha/blob/dd2d17a/src/ts/hashable.ts#L32)
69+
[hashable.ts:32](https://github.com/juanelas/object-sha/blob/920e160/src/ts/hashable.ts#L32)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "object-sha",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"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",
55
"keywords": [
66
"hash",

0 commit comments

Comments
 (0)