Skip to content

Commit

Permalink
Merge pull request #11 from docknetwork/feat/optional-edv-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cykoder authored Feb 19, 2024
2 parents 0baa75d + 67834e2 commit 3352b54
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docknetwork/universal-wallet",
"version": "2.0.1",
"version": "2.1.0",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -57,7 +57,9 @@
"@digitalbazaar/minimal-cipher": "4.0.2",
"@peculiar/webcrypto": "^1.1.6",
"babel-polyfill": "^6.26.0",
"base58-universal": "1.0.0",
"base58-universal": "1.0.0"
},
"optionalDependencies": {
"@digitalbazaar/edv-client": "^11.3.2"
}
}

0 comments on commit 3352b54

Please sign in to comment.