-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Update dependency ethr-did-resolver to v11 (#126)
* fix(deps): Update dependency ethr-did-resolver to v11 * fix: use fallback provider with multiple RPC URLs for ethr * chore(ci): use node 20 in CI env
- Loading branch information
1 parent
080cb31
commit 577f853
Showing
9 changed files
with
1,533 additions
and
1,060 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM node:21.6.2 | ||
LABEL maintainer="Mircea NISTOR <mircea.nistor@mesh.xyz>" | ||
LABEL maintainer="Mircea NISTOR <mircea.nistor@consensys.net>" | ||
LABEL repository="[email protected]:uport-project/uport-did-driver.git" | ||
|
||
USER root | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
"author": "Christian Lundkvist", | ||
"contributors": [ | ||
"Andres Junge", | ||
"Mircea Nistor <[email protected]>" | ||
"Mircea Nistor" | ||
], | ||
"repository": { | ||
"type": "git", | ||
|
@@ -30,8 +30,9 @@ | |
"dependencies": { | ||
"did-resolver": "^4.1.0", | ||
"ens-did-resolver": "^1.0.4", | ||
"ethr-did-resolver": "^10.0.0", | ||
"express": "^4.18.2", | ||
"ethers": "^6.13.3", | ||
"ethr-did-resolver": "^11.0.1", | ||
"express": "^4.21.0", | ||
"express-actuator": "^1.8.4", | ||
"peer-did-resolver": "^2.0.0", | ||
"plc-did-resolver": "^1.0.0", | ||
|
@@ -40,22 +41,23 @@ | |
"devDependencies": { | ||
"@jest/globals": "29.7.0", | ||
"@semantic-release/changelog": "6.0.3", | ||
"@semantic-release/commit-analyzer": "11.1.0", | ||
"@semantic-release/commit-analyzer": "13.0.0", | ||
"@semantic-release/exec": "6.0.3", | ||
"@semantic-release/git": "10.0.1", | ||
"@semantic-release/github": "9.2.6", | ||
"@semantic-release/npm": "11.0.2", | ||
"@semantic-release/release-notes-generator": "12.1.0", | ||
"@semantic-release/github": "11.0.0", | ||
"@semantic-release/npm": "12.0.1", | ||
"@semantic-release/release-notes-generator": "14.0.1", | ||
"cross-env": "7.0.3", | ||
"jest": "29.7.0", | ||
"prettier": "3.2.5", | ||
"semantic-release": "22.0.12", | ||
"supertest": "6.3.4" | ||
"prettier": "3.3.3", | ||
"semantic-release": "24.1.2", | ||
"supertest": "7.0.0" | ||
}, | ||
"jest": { | ||
"testEnvironment": "node", | ||
"coveragePathIgnorePatterns": [ | ||
"/node_modules/" | ||
] | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.