Comparing version 6.0.0 to 6.1.1
@@ -23,3 +23,3 @@ "use strict"; | ||
AbstractIdentityProvider.prototype.exportIdentity = function (did) { | ||
return Promise.reject('Method importIdentity not implemented'); | ||
return Promise.reject('Method exportIdentity not implemented'); | ||
}; | ||
@@ -26,0 +26,0 @@ AbstractIdentityProvider.prototype.importIdentity = function (secret) { |
@@ -6,2 +6,10 @@ # Change Log | ||
## [6.1.1](https://github.com/uport-project/daf/compare/v6.1.0...v6.1.1) (2020-07-06) | ||
**Note:** Version bump only for package daf-core | ||
# [6.0.0](https://github.com/uport-project/daf/compare/v5.7.0...v6.0.0) (2020-05-29) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "daf-core", | ||
"description": "DID Agent Framework Core", | ||
"version": "6.0.0", | ||
"version": "6.1.1", | ||
"main": "build/index.js", | ||
@@ -32,3 +32,3 @@ "types": "build/index.d.ts", | ||
"keywords": [], | ||
"gitHead": "5b40055db6fa38c8e39157f186cd66a8f0f9e096" | ||
"gitHead": "654f583d2ad3236fdf41da5b27ac288749e2f138" | ||
} |
@@ -13,3 +13,3 @@ import { EventEmitter } from 'events' | ||
exportIdentity(did: string): Promise<string> { | ||
return Promise.reject('Method importIdentity not implemented') | ||
return Promise.reject('Method exportIdentity not implemented') | ||
} | ||
@@ -16,0 +16,0 @@ |
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
349296