Comparing version 0.1.0 to 0.1.1
@@ -45,2 +45,13 @@ var querystring = require('querystring'); | ||
function messageType() { | ||
if (event.text) { | ||
return event.text | ||
} else if ( event.attachments) { | ||
return "Sent Attachments" | ||
} else { | ||
return "Unknown message type" | ||
} | ||
} | ||
var data = querystring.stringify({ | ||
@@ -47,0 +58,0 @@ source: event.source, |
{ | ||
"name": "botstats", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Middleware for botframework", | ||
@@ -5,0 +5,0 @@ "main": "botstats.js", |
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
4226
78
0