did-jwt-vc
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -0,1 +1,8 @@ | ||
## [2.1.1](https://github.com/decentralized-identity/did-jwt-vc/compare/2.1.0...2.1.1) (2021-05-18) | ||
### Bug Fixes | ||
* **deps:** bump did-jwt@5.4.0 ([#76](https://github.com/decentralized-identity/did-jwt-vc/issues/76)) ([bfd3eaa](https://github.com/decentralized-identity/did-jwt-vc/commit/bfd3eaad146ee3c812f6ea9961d5fdf36c8fd781)) | ||
# [2.1.0](https://github.com/decentralized-identity/did-jwt-vc/compare/2.0.2...2.1.0) (2021-04-08) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "did-jwt-vc", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Create and verify W3C Verifiable Credentials and Presentations in JWT format", | ||
@@ -28,3 +28,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"did-jwt": "^5.1.2", | ||
"did-jwt": "^5.4.0", | ||
"did-resolver": "^3.1.0" | ||
@@ -59,12 +59,12 @@ }, | ||
"@semantic-release/git": "9.0.0", | ||
"@types/faker": "5.5.0", | ||
"@types/jest": "26.0.22", | ||
"@types/node": "14.14.37", | ||
"codecov": "3.8.1", | ||
"ethr-did": "1.3.0", | ||
"faker": "5.5.2", | ||
"@types/faker": "5.5.5", | ||
"@types/jest": "26.0.23", | ||
"@types/node": "14.14.45", | ||
"codecov": "3.8.2", | ||
"ethr-did": "2.1.3", | ||
"faker": "5.5.3", | ||
"jest": "26.6.3", | ||
"prettier": "2.2.1", | ||
"semantic-release": "17.4.2", | ||
"ts-jest": "26.5.4", | ||
"prettier": "2.3.0", | ||
"semantic-release": "17.4.3", | ||
"ts-jest": "26.5.6", | ||
"tslint": "6.1.3", | ||
@@ -71,0 +71,0 @@ "tslint-config-prettier": "1.18.0", |
@@ -1,2 +0,2 @@ | ||
import EthrDID from 'ethr-did' | ||
import { EthrDID } from 'ethr-did' | ||
import { | ||
@@ -47,6 +47,6 @@ createVerifiableCredentialJwt, | ||
const ethrDidIssuer = (new EthrDID({ | ||
address: '0xf1232f840f3ad7d23fcdaa84d6c66dac24efb198', | ||
const ethrDidIssuer = new EthrDID({ | ||
identifier: '0xf1232f840f3ad7d23fcdaa84d6c66dac24efb198', | ||
privateKey: 'd8b595680851765f38ea5405129244ba3cbad84467d190859f4c8b20c1ff6c75' | ||
}) as unknown) as Issuer | ||
}) as Issuer | ||
@@ -53,0 +53,0 @@ const verifiableCredentialPayload = { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
256744
4217
Updateddid-jwt@^5.4.0