Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

botbuilder-wit

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botbuilder-wit - npm Package Compare versions

Comparing version 2.0.9 to 2.0.10

{
"name": "botbuilder-wit",
"version": "2.0.9",
"version": "2.0.10",
"description": "Provides Wit.ai NLP integration for the Microsoft Bot Builder SDK. Supports caching with Redis and Memcached.",

@@ -35,19 +35,18 @@ "main": "lib/WitRecognizer",

"dependencies": {
"node-wit": "^4.3.0"
"node-wit": "^5.0.0"
},
"devDependencies": {
"@types/chai": "^4.1.0",
"@types/es6-promise": "3.3.0",
"@types/mocha": "^2.2.46",
"@types/node": "^8.5.7",
"@types/chai": "^4.1.2",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.6",
"@types/node-wit": "^4.2.2",
"@types/sinon": "^4.1.2",
"@types/sinon": "^4.3.0",
"chai": "^4.1.2",
"codecov": "^3.0.0",
"mocha": "^4.1.0",
"nyc": "^11.4.1",
"sinon": "^4.1.3",
"tslint": "^5.8.0",
"typescript": "^2.6.2"
"mocha": "^5.0.4",
"nyc": "^11.5.0",
"sinon": "^4.4.2",
"tslint": "^5.9.1",
"typescript": "^2.7.2"
}
}