Comparing version 0.1.1 to 0.1.2
@@ -11,7 +11,10 @@ var querystring = require('querystring'); | ||
type: "incoming", | ||
profile: event.user, | ||
conversation: event.address.conversation, | ||
profile: JSON.stringify(event.user), | ||
conversation: JSON.stringify(event.address.conversation), | ||
message: event.text, | ||
}) | ||
var options = { | ||
@@ -60,4 +63,4 @@ host: 'api.botstats.co', | ||
type: "outgoing", | ||
profile: event.address.user, | ||
conversation: event.address.conversation, | ||
profile: JSON.stringify(event.address.user), | ||
conversation: JSON.stringify(event.address.conversation), | ||
message: messageType() | ||
@@ -64,0 +67,0 @@ }); |
{ | ||
"name": "botstats", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Middleware for botframework", | ||
@@ -5,0 +5,0 @@ "main": "botstats.js", |
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
4315