Comparing version 3.0.0 to 3.0.1
@@ -6,6 +6,2 @@ 'use strict'; | ||
// this exposes the test classes developers might want to have access to | ||
// like MockBot | ||
Botmaster.testing = require('../tests'); | ||
module.exports = Botmaster; |
{ | ||
"name": "botmaster", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Framework allowing developers to write bots that are agnostic with respect to the channel used by their users (messenger, telegram etc...)", | ||
@@ -80,6 +80,3 @@ "main": "./lib/index.js", | ||
"koa": "^2.0.1", | ||
"nock": "^9.0.9", | ||
"nodemon": "^1.11.0", | ||
"nyc": "^10.1.2", | ||
"pify": "^2.3.0", | ||
"request-promise": "^4.1.1" | ||
@@ -86,0 +83,0 @@ }, |
@@ -5,4 +5,14 @@ 'use strict'; | ||
// if using MockBot in your library, just do a require('botmaster/tests').MockBot | ||
// and make sure the following packages are either in your dependencies exports | ||
// dev-dependencies: | ||
/** | ||
* express | ||
* koa | ||
* body-parser | ||
*/ | ||
module.exports = { | ||
MockBot, | ||
}; |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
15
3951
5
277290