botbuilder
Advanced tools
Comparing version 3.10.1 to 3.10.2
@@ -253,3 +253,3 @@ "use strict"; | ||
UniversalBot.prototype.loadSession = function (address, done) { | ||
this.loadSessionWithOptionalDispatch(address, false, done); | ||
this.loadSessionWithOptionalDispatch(address, true, done); | ||
}; | ||
@@ -256,0 +256,0 @@ UniversalBot.prototype.loadSessionWithoutDispatching = function (address, done) { |
@@ -5,3 +5,3 @@ { | ||
"description": "Bot Builder is a dialog system for building rich bots on virtually any platform.", | ||
"version": "3.10.1", | ||
"version": "3.10.2", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
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
615171