diff --git a/VERSION.md b/VERSION.md index bd37b93..4753781 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,5 +1,13 @@ # History +## Version 0.0.22 + +- FIX: Packages updated. + +## Version 0.0.21 + +- FIX: Whatsapp directline client improved. + ## Version 0.0.20 - NEW: Whatsapp directline client is now working in preview. diff --git a/package.json b/package.json index cb13834..2c1d5aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botlib", - "version": "0.0.21", + "version": "0.0.22", "description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", @@ -15,11 +15,11 @@ "license": "AGPL-3.0", "dependencies": { "@types/azure": "^0.9.19", - "async": "^1.5.2", + "async": "^2.6.0", "botbuilder": "^3.14.0", "botbuilder-location": "^2.0.0", "chrono-node": "^1.2.5", - "dotenv-extended": "^1.0.4", + "dotenv-extended": "^2.0.2", "eslint": "^4.19.1", "iconv-lite": "^0.4.19", "pragmatismo-io-framework": "^1.0.11", @@ -34,13 +34,13 @@ }, "devDependencies": { "@types/sequelize": "^4.27.14", - "@types/chai": "4.0.4", - "@types/mocha": "2.2.43", + "@types/chai": "4.1.3", + "@types/mocha": "5.2.0", "chai": "^4.1.2", - "mocha": "^3.5.3", + "mocha": "^5.1.1", "mocha-typescript": "^1.1.12", - "ts-node": "3.3.0", - "typedoc": "^0.10.0", - "typescript": "2.7.2" + "ts-node": "6.0.3", + "typedoc": "^0.11.1", + "typescript": "2.8.3" } }