Comparing version 0.6.0 to 0.7.0
@@ -11,2 +11,3 @@ export interface EcdsaSignature { | ||
signer: Signer; | ||
ethereumAddress?: string; | ||
} | ||
@@ -13,0 +14,0 @@ export interface IdentityController { |
@@ -15,2 +15,3 @@ export interface ServiceMetaData { | ||
time?: string; | ||
tag?: string; | ||
raw: string; | ||
@@ -17,0 +18,0 @@ verified?: any; |
@@ -6,2 +6,18 @@ # Change Log | ||
# [0.7.0](https://github.com/uport-project/daf/compare/v0.6.1...v0.7.0) (2019-11-29) | ||
### Bug Fixes | ||
* Express example ([1c33310](https://github.com/uport-project/daf/commit/1c333108accc7feaaaba5a7864db12efac626881)) | ||
### Features | ||
* Selective Disclosure Request ([9afe0c5](https://github.com/uport-project/daf/commit/9afe0c5a2fae7e3f778fe99ff4f88f44f61d3b94)) | ||
# [0.6.0](https://github.com/uport-project/daf/compare/v0.5.2...v0.6.0) (2019-11-27) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "daf-core", | ||
"description": "DID Agent Framework Core", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"main": "build/index.js", | ||
@@ -31,3 +31,3 @@ "types": "build/index.d.ts", | ||
"keywords": [], | ||
"gitHead": "12f811511d19328edf219979729d68cb3de25556" | ||
"gitHead": "04b71a9befac9a79c02cf725b7a7959fcc90a406" | ||
} |
@@ -14,2 +14,3 @@ export interface EcdsaSignature { | ||
signer: Signer | ||
ethereumAddress?: string | ||
} | ||
@@ -72,5 +73,3 @@ | ||
listTypes(): string[] { | ||
return this.identityControllers.map( | ||
identityController => identityController.type, | ||
) | ||
return this.identityControllers.map(identityController => identityController.type) | ||
} | ||
@@ -77,0 +76,0 @@ |
@@ -17,2 +17,3 @@ export interface ServiceMetaData { | ||
time?: string | ||
tag?: string | ||
raw: string | ||
@@ -19,0 +20,0 @@ verified?: any |
Sorry, the diff of this file is not supported yet
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
99386
1762