Skip to content

Commit dd32a43

Browse files
authored
Replaced eccrypto with eciesjs (#422)
Signed-off-by: Frank Hinek <[email protected]>
1 parent 3e7cd24 commit dd32a43

File tree

4 files changed

+71
-131
lines changed

4 files changed

+71
-131
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Decentralized Web Node (DWN) SDK
44

55
Code Coverage
6-
![Statements](https://img.shields.io/badge/statements-97.31%25-brightgreen.svg?style=flat) ![Branches](https://img.shields.io/badge/branches-94.26%25-brightgreen.svg?style=flat) ![Functions](https://img.shields.io/badge/functions-93.68%25-brightgreen.svg?style=flat) ![Lines](https://img.shields.io/badge/lines-97.31%25-brightgreen.svg?style=flat)
6+
![Statements](https://img.shields.io/badge/statements-97.32%25-brightgreen.svg?style=flat) ![Branches](https://img.shields.io/badge/branches-94.26%25-brightgreen.svg?style=flat) ![Functions](https://img.shields.io/badge/functions-93.68%25-brightgreen.svg?style=flat) ![Lines](https://img.shields.io/badge/lines-97.32%25-brightgreen.svg?style=flat)
77

88
## Introduction
99

package-lock.json

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

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"ajv": "8.12.0",
7070
"blockstore-core": "4.2.0",
7171
"cross-fetch": "3.1.6",
72-
"eccrypto": "1.1.6",
72+
"eciesjs": "0.4.0",
7373
"flat": "5.0.2",
7474
"interface-blockstore": "5.2.3",
7575
"interface-store": "5.1.2",
@@ -91,7 +91,6 @@
9191
"devDependencies": {
9292
"@types/chai": "4.3.0",
9393
"@types/chai-as-promised": "7.1.5",
94-
"@types/eccrypto": "1.1.3",
9594
"@types/flat": "^5.0.2",
9695
"@types/karma": "^6.3.3",
9796
"@types/lodash": "4.14.179",

0 commit comments

Comments
 (0)