ethr-did-resolver
Advanced tools
Comparing version 10.0.0 to 10.0.1
@@ -61,3 +61,3 @@ "use strict"; | ||
const logs = await provider.getLogs({ | ||
address: await contract.getAddress(), | ||
address: await contract.getAddress(), // networks[networkId].registryAddress, | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
@@ -64,0 +64,0 @@ topics: [null, `0x000000000000000000000000${address.slice(2)}`], |
{ | ||
"name": "ethr-did-resolver", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"description": "Resolve DID documents for ethereum addresses and public keys", | ||
@@ -83,13 +83,13 @@ "type": "commonjs", | ||
"devDependencies": { | ||
"@babel/core": "7.23.2", | ||
"@babel/preset-env": "7.23.2", | ||
"@babel/preset-typescript": "7.23.2", | ||
"@babel/core": "7.23.3", | ||
"@babel/preset-env": "7.23.3", | ||
"@babel/preset-typescript": "7.23.3", | ||
"@ethers-ext/provider-ganache": "6.0.0-beta.2", | ||
"@semantic-release/changelog": "6.0.3", | ||
"@semantic-release/git": "10.0.1", | ||
"@types/jest": "29.5.8", | ||
"@typescript-eslint/eslint-plugin": "6.10.0", | ||
"@typescript-eslint/parser": "6.10.0", | ||
"@types/jest": "29.5.10", | ||
"@typescript-eslint/eslint-plugin": "6.12.0", | ||
"@typescript-eslint/parser": "6.12.0", | ||
"babel-jest": "29.7.0", | ||
"eslint": "8.53.0", | ||
"eslint": "8.54.0", | ||
"eslint-config-prettier": "9.0.0", | ||
@@ -100,5 +100,5 @@ "eslint-plugin-jest": "27.6.0", | ||
"microbundle": "0.15.1", | ||
"prettier": "3.0.3", | ||
"semantic-release": "22.0.7", | ||
"typescript": "5.2.2" | ||
"prettier": "3.1.0", | ||
"semantic-release": "22.0.8", | ||
"typescript": "5.3.2" | ||
}, | ||
@@ -105,0 +105,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1174100