@digitalbazaar/ed25519-signature-2020
Advanced tools
Comparing version 2.0.0 to 2.0.1
# @digitalbazaar/ed25519-signature-2020 Changelog | ||
## 2.0.1 - 2021-04-09 | ||
### Changed | ||
- Use `ed25519-verification-key-2020@2.1.1`. Signer now has an "id" property. | ||
## 2.0.0 - 2021-04-06 | ||
### Changed | ||
- **BREAKING**: Update to use `jsonld-signatures` v9.0 (removes | ||
- **BREAKING**: Update to use `jsonld-signatures` v9.0 (removes | ||
`verificationMethod` suite constructor param, makes key and signer validation | ||
@@ -8,0 +13,0 @@ stricter). |
{ | ||
"name": "@digitalbazaar/ed25519-signature-2020", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Ed25519Signature2020 Linked Data Proof suite for use with jsonld-signatures.", | ||
@@ -17,3 +17,3 @@ "homepage": "https://github.com/digitalbazaar/ed25519-signature-2020", | ||
"dependencies": { | ||
"@digitalbazaar/ed25519-verification-key-2020": "^2.0.0", | ||
"@digitalbazaar/ed25519-verification-key-2020": "^2.1.1", | ||
"base58-universal": "^1.0.0", | ||
@@ -20,0 +20,0 @@ "esm": "^3.2.25", |
@@ -5,3 +5,2 @@ # Ed25519Signature2020 suite _(@digitalbazaar/ed25519-signature-2020)_ | ||
[![Coverage status](https://img.shields.io/codecov/c/github/digitalbazaar/ed25519-signature-2020)](https://codecov.io/gh/digitalbazaar/ed25519-signature-2020) | ||
[![Dependency Status](https://img.shields.io/david/digitalbazaar/ed25519-signature-2020.svg)](https://david-dm.org/digitalbazaar/ed25519-signature-2020) | ||
[![NPM Version](https://img.shields.io/npm/v/@digitalbazaar/ed25519-signature-2020.svg)](https://npm.im/digitalbazaar/ed25519-signature-2020) | ||
@@ -23,4 +22,8 @@ | ||
For use with https://github.com/digitalbazaar/jsonld-signatures v8.0 and above. | ||
For use with https://github.com/digitalbazaar/jsonld-signatures v9.0 and above. | ||
See also related specs: | ||
* [Ed25519Signature2020 Crypto Suite](https://w3c-ccg.github.io/lds-ed25519-2020/) | ||
## Security | ||
@@ -27,0 +30,0 @@ |
13774
92