Skip to content

Commit edb3c88

Browse files
committed
update js package files
1 parent 5fea54d commit edb3c88

File tree

4 files changed

+47
-47
lines changed

4 files changed

+47
-47
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
/build
55
/cmake-build*
66
node_modules/
7-
/bindings/js/ecc/dist
8-
/bindings/js/oprf/dist
9-
/bindings/js/opaque/dist
7+
/bindings/js/dist
108
/bindings/jvm/.gradle
119
/bindings/jvm/.idea
1210
/bindings/jvm/build

bindings/js/dist/ecc.dev.js

Lines changed: 44 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/js/dist/ecc.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/js/dist/util.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function bin2hex(bin: Uint8Array): string;
2020
*/
2121
export function hex2bin(hex: string): Uint8Array;
2222
/**
23-
* Converts an hex string to a byte array.
23+
* Converts a hex string to a byte array.
2424
*
2525
* @param {Uint8Array} buf
2626
* @returns {number}

0 commit comments

Comments
 (0)