botbuilder
Advanced tools
Comparing version 0.6.2 to 0.6.3
@@ -27,3 +27,3 @@ var __extends = (this && this.__extends) || function (d, b) { | ||
var result = JSON.parse(body); | ||
if (result.intents.length == 1 && !result.intents[0].hasOwnProperty('score')) { | ||
if (result.intents.length == 1 && typeof result.intents[0].score !== 'number') { | ||
result.intents[0].score = 1.0; | ||
@@ -30,0 +30,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"description": "Bot Builder is a dialog system for building rich bots on virtually any platform.", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"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
171075