daf-did-comm
Advanced tools
Comparing version 2.3.15 to 2.3.16
@@ -137,3 +137,3 @@ "use strict"; | ||
case 14: | ||
debug('No MessagingService service in didDoc'); | ||
debug('No Messaging service in didDoc'); | ||
return [2 /*return*/, _super.prototype.handleAction.call(this, action, core)]; | ||
@@ -140,0 +140,0 @@ case 15: return [2 /*return*/, _super.prototype.handleAction.call(this, action, core)]; |
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.3.16](https://github.com/uport-project/daf/compare/v2.3.15...v2.3.16) (2020-03-03) | ||
**Note:** Version bump only for package daf-did-comm | ||
## [2.3.15](https://github.com/uport-project/daf/compare/v2.3.14...v2.3.15) (2020-03-02) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "daf-did-comm", | ||
"description": "DAF DIDComm", | ||
"version": "2.3.15", | ||
"version": "2.3.16", | ||
"main": "build/index.js", | ||
@@ -11,3 +11,3 @@ "types": "build/index.d.ts", | ||
"dependencies": { | ||
"daf-core": "^2.3.15", | ||
"daf-core": "^2.3.16", | ||
"debug": "^4.1.1", | ||
@@ -31,3 +31,3 @@ "uuid": "^3.3.3" | ||
"keywords": [], | ||
"gitHead": "2af44b98932255b1448f36c5118583c19d33af83" | ||
"gitHead": "5d223cdc544829bf6246c9a4cf9415dc56ef5f25" | ||
} |
@@ -79,3 +79,3 @@ import { Core, AbstractActionHandler, Action, Message } from 'daf-core' | ||
} else { | ||
debug('No MessagingService service in didDoc') | ||
debug('No Messaging service in didDoc') | ||
return super.handleAction(action, core) | ||
@@ -82,0 +82,0 @@ } |
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
51434
Updateddaf-core@^2.3.16