Package dependencies updated.

This commit is contained in:
Rodrigo Rodriguez 2018-05-14 10:32:55 -03:00
parent 4cf60687d1
commit 4f883155aa
2 changed files with 17 additions and 9 deletions

View file

@ -1,5 +1,13 @@
# History # History
## Version 0.0.22
- FIX: Packages updated.
## Version 0.0.21
- FIX: Whatsapp directline client improved.
## Version 0.0.20 ## Version 0.0.20
- NEW: Whatsapp directline client is now working in preview. - NEW: Whatsapp directline client is now working in preview.

View file

@ -1,6 +1,6 @@
{ {
"name": "botlib", "name": "botlib",
"version": "0.0.21", "version": "0.0.22",
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)", "description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)",
"main": "dist/src/index.js", "main": "dist/src/index.js",
"types": "dist/src/index.d.ts", "types": "dist/src/index.d.ts",
@ -15,11 +15,11 @@
"license": "AGPL-3.0", "license": "AGPL-3.0",
"dependencies": { "dependencies": {
"@types/azure": "^0.9.19", "@types/azure": "^0.9.19",
"async": "^1.5.2", "async": "^2.6.0",
"botbuilder": "^3.14.0", "botbuilder": "^3.14.0",
"botbuilder-location": "^2.0.0", "botbuilder-location": "^2.0.0",
"chrono-node": "^1.2.5", "chrono-node": "^1.2.5",
"dotenv-extended": "^1.0.4", "dotenv-extended": "^2.0.2",
"eslint": "^4.19.1", "eslint": "^4.19.1",
"iconv-lite": "^0.4.19", "iconv-lite": "^0.4.19",
"pragmatismo-io-framework": "^1.0.11", "pragmatismo-io-framework": "^1.0.11",
@ -34,13 +34,13 @@
}, },
"devDependencies": { "devDependencies": {
"@types/sequelize": "^4.27.14", "@types/sequelize": "^4.27.14",
"@types/chai": "4.0.4", "@types/chai": "4.1.3",
"@types/mocha": "2.2.43", "@types/mocha": "5.2.0",
"chai": "^4.1.2", "chai": "^4.1.2",
"mocha": "^3.5.3", "mocha": "^5.1.1",
"mocha-typescript": "^1.1.12", "mocha-typescript": "^1.1.12",
"ts-node": "3.3.0", "ts-node": "6.0.3",
"typedoc": "^0.10.0", "typedoc": "^0.11.1",
"typescript": "2.7.2" "typescript": "2.8.3"
} }
} }