@arcblock/abt-did
Advanced tools
Comparing version 0.19.5 to 0.19.6
{ | ||
"name": "@arcblock/abt-did", | ||
"version": "0.19.5", | ||
"version": "0.19.6", | ||
"description": "Javascript lib to work with ArcBlock DID", | ||
@@ -31,6 +31,8 @@ "keywords": [ | ||
"lint": "eslint tests lib", | ||
"precommit": "CI=1 npm run test", | ||
"prepush": "CI=1 npm run test", | ||
"test": "npm run lint && node tools/jest.js", | ||
"coverage": "npm run lint && npm run test -- --coverage" | ||
"generate-docs": "jsdoc2md lib/index.js > docs/README.md", | ||
"format-docs": "remark . -o", | ||
"precommit": "CI=1 yarn test", | ||
"prepush": "CI=1 yarn test", | ||
"test": "yarn lint && node tools/jest.js", | ||
"coverage": "yarn lint && yarn test -- --coverage" | ||
}, | ||
@@ -51,3 +53,3 @@ "bugs": { | ||
}, | ||
"gitHead": "9ce644b3add8868c6d336e7ae068efc8f7002734" | ||
"gitHead": "e55eff1292570746aaed41c57bb14319d07b09f1" | ||
} |
@@ -43,4 +43,8 @@ # `@arcblock/abt-did` | ||
hash: types.HashType.SHA3, | ||
}) | ||
}); | ||
console.log(`abt:did:${userDID}`); | ||
``` | ||
## Documentation | ||
For full documentation, checkout [README.md](./docs/README.md). |
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
16692
50