prague-botbuilder
Advanced tools
Comparing version 0.16.4 to 0.16.5
{ | ||
"name": "prague-botbuilder", | ||
"version": "0.16.4", | ||
"version": "0.16.5", | ||
"description": "rules-based app engine for BotBuilder 4.x", | ||
@@ -19,5 +19,5 @@ "main": "dist/botbuilder.js", | ||
"botbuilder-core": "^4.0.0-h3.3", | ||
"prague-fluent": "^0.16.2", | ||
"prague-fluent": "^0.16.3", | ||
"rxjs": "5.5.2" | ||
} | ||
} |
@@ -24,4 +24,4 @@ # [Prague](https://github.com/billba/prague) recipe for writing apps using Microsoft BotBuilder 4.x. | ||
// add other middleware here | ||
.onReceive(c => router.route(c).toPromise()); | ||
.onReceive(c => router.route(c)); | ||
``` |
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
7534
Updatedprague-fluent@^0.16.3