ethr-did-resolver
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -1,3 +0,28 @@ | ||
import cjsModule from '../lib/index.js'; | ||
import cjsModule from '../lib/index.js' | ||
export default cjsModule | ||
const getResolver = cjsModule.getResolver | ||
const deployments = cjsModule.deployments | ||
const REGISTRY = cjsModule.REGISTRY | ||
const bytes32toString = cjsModule.bytes32toString | ||
const stringToBytes32 = cjsModule.stringToBytes32 | ||
const EthrDidController = cjsModule.EthrDidController | ||
const verificationMethodTypes = cjsModule.verificationMethodTypes | ||
const identifierMatcher = cjsModule.identifierMatcher | ||
const interpretIdentifier = cjsModule.interpretIdentifier | ||
const Errors = cjsModule.Errors | ||
const EthereumDIDRegistry = cjsModule.EthereumDIDRegistry | ||
export { | ||
getResolver, | ||
deployments, | ||
REGISTRY, | ||
bytes32toString, | ||
stringToBytes32, | ||
EthrDidController, | ||
verificationMethodTypes, | ||
identifierMatcher, | ||
interpretIdentifier, | ||
Errors, | ||
EthereumDIDRegistry, | ||
cjsModule as default | ||
} |
@@ -69,3 +69,2 @@ "use strict"; | ||
gasLimit: 123456, | ||
gasPrice: 1000000000, | ||
...options, | ||
@@ -92,3 +91,2 @@ }; | ||
gasLimit: 123456, | ||
gasPrice: 1000000000, | ||
...options, | ||
@@ -104,3 +102,2 @@ }; | ||
gasLimit: 123456, | ||
gasPrice: 1000000000, | ||
...options, | ||
@@ -133,3 +130,2 @@ }; | ||
gasLimit: 123456, | ||
gasPrice: 1000000000, | ||
...options, | ||
@@ -146,3 +142,2 @@ }; | ||
gasLimit: 123456, | ||
gasPrice: 1000000000, | ||
...options, | ||
@@ -170,3 +165,2 @@ }; | ||
gasLimit: 123456, | ||
gasPrice: 1000000000, | ||
...options, | ||
@@ -183,3 +177,2 @@ }; | ||
gasLimit: 123456, | ||
gasPrice: 1000000000, | ||
controller: undefined, | ||
@@ -211,3 +204,2 @@ ...options, | ||
gasLimit: 123456, | ||
gasPrice: 1000000000, | ||
controller: undefined, | ||
@@ -227,3 +219,2 @@ ...options, | ||
gasLimit: 123456, | ||
gasPrice: 1000000000, | ||
...options, | ||
@@ -270,3 +261,2 @@ }; | ||
gasLimit: 123456, | ||
gasPrice: 1000000000, | ||
...options, | ||
@@ -273,0 +263,0 @@ }; |
{ | ||
"name": "ethr-did-resolver", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "Resolve DID documents for ethereum addresses and public keys", | ||
@@ -83,3 +83,3 @@ "type": "commonjs", | ||
"devDependencies": { | ||
"@babel/core": "7.19.3", | ||
"@babel/core": "7.19.6", | ||
"@babel/preset-env": "7.19.4", | ||
@@ -90,12 +90,12 @@ "@babel/preset-typescript": "7.18.6", | ||
"@semantic-release/git": "10.0.1", | ||
"@types/jest": "29.1.2", | ||
"@typescript-eslint/eslint-plugin": "5.40.0", | ||
"@typescript-eslint/parser": "5.40.0", | ||
"babel-jest": "29.2.0", | ||
"eslint": "8.25.0", | ||
"@types/jest": "29.2.0", | ||
"@typescript-eslint/eslint-plugin": "5.40.1", | ||
"@typescript-eslint/parser": "5.40.1", | ||
"babel-jest": "29.2.1", | ||
"eslint": "8.26.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-jest": "27.1.2", | ||
"eslint-plugin-jest": "27.1.3", | ||
"eslint-plugin-prettier": "4.2.1", | ||
"ganache": "7.4.4", | ||
"jest": "29.2.0", | ||
"jest": "29.2.1", | ||
"microbundle": "0.15.1", | ||
@@ -102,0 +102,0 @@ "prettier": "2.7.1", |
@@ -93,3 +93,2 @@ import { Signer } from '@ethersproject/abstract-signer' | ||
gasLimit: 123456, | ||
gasPrice: 1000000000, | ||
...options, | ||
@@ -125,3 +124,2 @@ } | ||
gasLimit: 123456, | ||
gasPrice: 1000000000, | ||
...options, | ||
@@ -152,3 +150,2 @@ } | ||
gasLimit: 123456, | ||
gasPrice: 1000000000, | ||
...options, | ||
@@ -197,3 +194,2 @@ } | ||
gasLimit: 123456, | ||
gasPrice: 1000000000, | ||
...options, | ||
@@ -225,3 +221,2 @@ } | ||
gasLimit: 123456, | ||
gasPrice: 1000000000, | ||
...options, | ||
@@ -262,3 +257,2 @@ } | ||
gasLimit: 123456, | ||
gasPrice: 1000000000, | ||
...options, | ||
@@ -289,3 +283,2 @@ } | ||
gasLimit: 123456, | ||
gasPrice: 1000000000, | ||
controller: undefined, | ||
@@ -327,3 +320,2 @@ ...options, | ||
gasLimit: 123456, | ||
gasPrice: 1000000000, | ||
controller: undefined, | ||
@@ -353,3 +345,2 @@ ...options, | ||
gasLimit: 123456, | ||
gasPrice: 1000000000, | ||
...options, | ||
@@ -404,3 +395,2 @@ } | ||
gasLimit: 123456, | ||
gasPrice: 1000000000, | ||
...options, | ||
@@ -407,0 +397,0 @@ } |
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
26182
1180615