did-veres-one
Advanced tools
Comparing version
# did-veres-one ChangeLog | ||
## 10.0.1 - 2019-12-16 | ||
### Changed | ||
- Fixed `didDocument.export()`. | ||
## 10.0.0 - 2019-12-10 | ||
@@ -4,0 +9,0 @@ |
@@ -661,2 +661,7 @@ /*! | ||
// Start the observer if necessary (generates patches for update()) | ||
if(!this.observer) { | ||
this.observe(); | ||
} | ||
// First, remove the old key | ||
@@ -667,4 +672,5 @@ this.removeKey({id: keyId}); | ||
const newKey = await LDKeyPair.generate({type: keyType, passphrase}); | ||
newKey.id = this.generateKeyId({id: this.id, keyPair: newKey}); | ||
newKey.id = this.generateKeyId({did: this.id, keyPair: newKey}); | ||
newKey.controller = controller; | ||
this.addKey({key: newKey, proofPurpose, controller}); | ||
@@ -671,0 +677,0 @@ |
{ | ||
"name": "did-veres-one", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"description": "A Decentralized Identifier utility library for Veres One", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
51169
0.39%1188
0.34%