Skip to content

Commit

Permalink
Merge pull request #10 from lorena-ssi/polkadotapi
Browse files Browse the repository at this point in the history
update dependencies for polkadot api, bump to v0.4.5
  • Loading branch information
celeduc authored Aug 19, 2020
2 parents 67053e8 + 693a772 commit d68bb38
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lorena-ssi/did-resolver",
"version": "0.4.4",
"version": "0.4.5",
"description": "Resolve DID Documents from DIDs in the Lorena namespace",
"main": "index.js",
"author": "Caelum Labs",
Expand All @@ -22,25 +22,25 @@
"dependencies": {
"@lorena-ssi/matrix-lib": "^1.0.13",
"@lorena-ssi/maxonrow-lib": "^1.2.3",
"@lorena-ssi/substrate-lib": "^3.0.1",
"@lorena-ssi/substrate-lib": "^3.0.2",
"bip39": "^3.0.2"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"did-resolver": "^1.1.0",
"eslint": "^7.0.0",
"eslint": "^7.7.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-chai-friendly": "^0.6.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsdoc": "^25.4.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsdoc": "^30.2.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"husky": "^4.2.5",
"mocha": "^7.1.2",
"mocha": "^8.1.1",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.0.1"
"nyc": "^15.1.0"
},
"scripts": {
"coverage": "nyc npm run mocha && nyc report --reporter=html --reporter=lcov --reporter=text",
Expand Down
6 changes: 3 additions & 3 deletions test/resolver-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ describe('did-resolver interface', () => {
})

const goodDids = [
'did:lor:labdev:ZVdsVWQybHVhM0YxWDFoTFRqWk5jVk5X',
'did:lor:labtest:VFhKQ2FsazVSM1pWY0VaWmJXVlpSVmRS',
'did:lor:maxtest:WW5SeGFXZHNjRWxLTVVWeU9WUlJaa3A1'
// 'did:lor:labdev:ZVdsVWQybHVhM0YxWDFoTFRqWk5jVk5X',
'did:lor:labtest:WTNaQ2QwMUljVzlmTmxVMWFGWnVZMWx2' //,
// 'did:lor:maxtest:WW5SeGFXZHNjRWxLTVVWeU9WUlJaa3A1'
]

goodDids.forEach((did) => {
Expand Down

0 comments on commit d68bb38

Please sign in to comment.