Skip to content

Commit

Permalink
Merge d7f9443 into 473e7fa
Browse files Browse the repository at this point in the history
  • Loading branch information
nickreynolds authored Mar 30, 2022
2 parents 473e7fa + d7f9443 commit 99ffef0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions packages/core/plugin.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,9 @@
"enum": [
"Ed25519",
"Secp256k1",
"X25519"
"X25519",
"Bls12381G1",
"Bls12381G2"
],
"description": "Cryptographic key type"
},
Expand Down Expand Up @@ -1009,7 +1011,9 @@
"enum": [
"Ed25519",
"Secp256k1",
"X25519"
"X25519",
"Bls12381G1",
"Bls12381G2"
],
"description": "Cryptographic key type"
},
Expand Down Expand Up @@ -2133,7 +2137,9 @@
"enum": [
"Ed25519",
"Secp256k1",
"X25519"
"X25519",
"Bls12381G1",
"Bls12381G2"
],
"description": "Cryptographic key type"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/did-comm/plugin.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"required": [
"data"
],
"deprecated": "Please use {@link IDIDComm.sendDIDCommMessage } instead. This will be removed in Veramo 4.0.\nInput arguments for {@link IDIDComm.sendMessageDIDCommAlpha1 }"
"deprecated": "Please use {@link IDIDComm.sendDIDCommMessage } instead. This will be removed in Veramo 4.0.\r\nInput arguments for {@link IDIDComm.sendMessageDIDCommAlpha1 }"
},
"IMessage": {
"type": "object",
Expand Down

0 comments on commit 99ffef0

Please sign in to comment.