Skip to content

Commit

Permalink
fix(deps): add missing ethers dependency to each relevant modules (#1304
Browse files Browse the repository at this point in the history
)

fixes #1295
  • Loading branch information
hylim-tech-lover committed Dec 12, 2023
1 parent 572e08d commit 2157e70
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/did-provider-ethr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@veramo/core-types": "workspace:^",
"@veramo/did-manager": "workspace:^",
"debug": "^4.3.3",
"ethers": "^6.7.1",
"ethr-did": "^3.0.1"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/did-provider-ion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"cross-fetch": "^4.0.0",
"debug": "^4.3.3",
"did-resolver": "^4.1.0",
"ethers": "^6.7.1",
"multihashes": "^4.0.3"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/did-provider-key/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"@veramo/did-manager": "workspace:^",
"@veramo/utils": "workspace:^",
"debug": "^4.3.3",
"did-resolver": "^4.1.0"
"did-resolver": "^4.1.0",
"ethers": "^6.7.1"
},
"devDependencies": {
"@types/debug": "4.1.8",
Expand Down
3 changes: 2 additions & 1 deletion packages/did-provider-pkh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"@veramo/did-manager": "workspace:^",
"caip": "^1.1.0",
"debug": "^4.3.3",
"did-resolver": "^4.1.0"
"did-resolver": "^4.1.0",
"ethers": "^6.7.1"
},
"devDependencies": {
"@types/debug": "4.1.8",
Expand Down
1 change: 1 addition & 0 deletions packages/key-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@veramo/utils": "workspace:^",
"debug": "^4.3.4",
"did-jwt": "^7.4.1",
"ethers": "^6.7.1",
"uint8arrays": "^4.0.6",
"uuid": "^9.0.0"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/kms-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"@veramo/key-manager": "workspace:^",
"@veramo/utils": "workspace:^",
"debug": "^4.3.3",
"did-jwt": "^7.4.1"
"did-jwt": "^7.4.1",
"ethers": "^6.7.1"
},
"devDependencies": {
"@types/debug": "4.1.8",
Expand Down
18 changes: 18 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 2157e70

Please sign in to comment.