Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "botly", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Simple Facebook Messenger Bot API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -544,3 +544,3 @@ var expect = require('chai').expect; | ||
expect(request.post.calledOnce).to.be.true; | ||
expect(request.post.args[0][0].url).to.equal('https://graph.facebook.com/v2.6/me/messages'); | ||
expect(request.post.args[0][0].url).to.equal('https://graph.facebook.com/v2.12/me/messages'); | ||
expect(request.post.args[0][0].body).to.eql({ | ||
@@ -547,0 +547,0 @@ 'message': { |
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
126193