Skip to content

Commit

Permalink
feat: add support to add proofs of 'type ecdsa-jcs'
Browse files Browse the repository at this point in the history
Signed-off-by: eum602 <[email protected]>
  • Loading branch information
eum602 committed Oct 9, 2023
1 parent 9efbd60 commit 81e835b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 0.0.8

* Update credential schema version to https://www.w3.org/ns/credentials/v2
* Add support for ecdsa-jcs-2019 cryptographic suite for verifiable credentials

### 0.0.7

* Add PoE for emitted credentials.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"form-data": "^4.0.0",
"helmet": "^5.0.2",
"jsonwebtoken": "^9.0.0",
"lacchain-trust": "^0.0.5",
"lacchain-trust": "^0.0.6",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"nodemailer": "^6.7.3",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5790,10 +5790,10 @@ koa@^2.8.2:
type-is "^1.6.16"
vary "^1.1.2"

lacchain-identity@^0.0.5:
version "0.0.5"
resolved "https://registry.yarnpkg.com/lacchain-identity/-/lacchain-identity-0.0.5.tgz#8eca44089f64fc5e9cc9d09964802ce72e0b9d4d"
integrity sha512-7+71+VwTwaLl26TgpQKlzKNRjDTNzNVOriKAd9ceFh9r9go9yXwZknPDVjSLGeJ3hHXg4K92L0AIXEloW0hNMw==
lacchain-identity@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/lacchain-identity/-/lacchain-identity-0.0.6.tgz#9f59a4a35d06d3c9a316dacd9606e09ae6c4837c"
integrity sha512-p250BxYpxe3/6CFGbicvAgOBkLLyl2XeImCmH869xpgZST4a45G35JkAc2z1nHAYIDfvPmnpsJqJsow5rYuzwg==
dependencies:
"@lacchain/gas-model-provider" "^1.0.1"
aws-sdk "^2.1116.0"
Expand All @@ -5812,7 +5812,7 @@ lacchain-identity@^0.0.5:
helmet "^5.0.2"
json-canonicalize "^1.0.6"
jsonwebtoken "^9.0.0"
lacchain-key-manager "^0.0.5"
lacchain-key-manager "^0.0.6"
morgan "^1.10.0"
multer "^1.4.4"
nodemailer "^6.7.3"
Expand All @@ -5832,10 +5832,10 @@ lacchain-identity@^0.0.5:
typescript-logging "^2.1.0"
typescript-logging-log4ts-style "^2.1.0"

lacchain-key-manager@^0.0.5:
version "0.0.5"
resolved "https://registry.yarnpkg.com/lacchain-key-manager/-/lacchain-key-manager-0.0.5.tgz#6ef03936dece45f1842a812cf59b65a62a204d8a"
integrity sha512-iI74iRw4Khqhyg/N68TLxw2pKl48eNTDmVxcjcj+MMTmt0rKDoJEhLyOCJoB4248hPl7yArkEcnbYJOVLHhWxQ==
lacchain-key-manager@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/lacchain-key-manager/-/lacchain-key-manager-0.0.6.tgz#2d4c3bd175ab11332a7f4657d70438ee47bf7f18"
integrity sha512-RRuazKwiLniOuGE/PmriZqjXbOjBYIe9a1vxCCHeJGnVs6mVp3dD9MnDArszUd+xiJLL4L9CLa0hzTOYZjXOhA==
dependencies:
"@lacchain/gas-model-provider" "^1.0.1"
DIDComm-js "git+https://github.com/decentralized-identity/DIDComm-js.git"
Expand Down Expand Up @@ -5873,10 +5873,10 @@ lacchain-key-manager@^0.0.5:
typescript-logging "^2.1.0"
typescript-logging-log4ts-style "^2.1.0"

lacchain-trust@^0.0.5:
version "0.0.5"
resolved "https://registry.yarnpkg.com/lacchain-trust/-/lacchain-trust-0.0.5.tgz#d998c89fdb2dc77460859806a17a1759660de0c3"
integrity sha512-cx1wLFHT5Yxmk4lDl3oelry7I8b9Vx08vhjVYdw5A7/Pky/4u1sgsALknQq9rAyGlJGOLZYnqUS+CJ/8++4fNg==
lacchain-trust@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/lacchain-trust/-/lacchain-trust-0.0.6.tgz#a049a3212c4be91c99ada046d33a3a6f3eb83783"
integrity sha512-He7vIEySgGHDDtc2UJRQ3XQhMROwDecUdLeOoYzybQpNgLZTFESLLG8s6BVsPNSWgZHUt+5qt3zmCN4avE2gXQ==
dependencies:
"@lacchain/gas-model-provider" "^1.0.1"
aws-sdk "^2.1116.0"
Expand All @@ -5895,7 +5895,7 @@ lacchain-trust@^0.0.5:
express-rate-limit "^6.3.0"
helmet "^5.0.2"
jsonwebtoken "^9.0.0"
lacchain-identity "^0.0.5"
lacchain-identity "^0.0.6"
morgan "^1.10.0"
multer "^1.4.4"
nodemailer "^6.7.3"
Expand Down

0 comments on commit 81e835b

Please sign in to comment.