Updated packages references.

This commit is contained in:
Rodrigo Rodriguez 2018-09-27 12:15:45 -03:00
parent f71fdac42f
commit 965e26548e
2 changed files with 28 additions and 22 deletions

View file

@ -1,9 +1,15 @@
# History
## Version 0.1.3
- FIX: Updated dependencies versions.
## Version 0.1.2
- NEW: pragmatismo-io-framework updated.
## Version 0.1.0
- NEW: Migration to Bot Framework v4.
## Version 0.0.33

View file

@ -1,6 +1,6 @@
{
"name": "botlib",
"version": "0.1.1",
"version": "0.1.3",
"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,7 +15,7 @@
"url": "https://github.com/pragmatismo-io/BotLib.git"
},
"dependencies": {
"async": "^2.6.1",
"async": "2.6.1",
"botbuilder": "4.0.0-preview1.2",
"botbuilder-ai": "4.0.0-preview1.2",
"botbuilder-azure": "4.0.0-preview1.2",
@ -23,27 +23,27 @@
"botbuilder-dialogs": "4.0.0-preview1.2",
"botbuilder-location": "2.0.0",
"botbuilder-prompts": "4.0.0-preview1.2",
"chrono-node": "^1.3.5",
"dotenv-extended": "^2.3.0",
"iconv-lite": "^0.4.24",
"ms": "^2.1.1",
"pragmatismo-io-framework": "^1.0.15",
"reflect-metadata": "^0.1.12",
"sequelize": "^4.38.1",
"sequelize-typescript": "^0.6.6",
"wait-until": "^0.0.2",
"winston": "^3.1.0"
"chrono-node": "1.3.5",
"dotenv-extended": "2.3.0",
"iconv-lite": "0.4.24",
"ms": "2.1.1",
"pragmatismo-io-framework": "1.0.17",
"reflect-metadata": "0.1.12",
"sequelize": "4.38.1",
"sequelize-typescript": "0.6.6",
"wait-until": "0.0.2",
"winston": "3.1.0"
},
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"@types/sequelize": "^4.27.25",
"@types/winston": "^2.4.4",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"mocha-typescript": "^1.1.17",
"ts-node": "^7.0.1",
"typedoc": "^0.12.0",
"typescript": "^3.0.3"
"@types/chai": "4.1.4",
"@types/mocha": "5.2.5",
"@types/sequelize": "4.27.25",
"@types/winston": "2.4.4",
"chai": "4.1.2",
"mocha": "5.2.0",
"mocha-typescript": "1.1.17",
"ts-node": "7.0.1",
"typedoc": "0.12.0",
"typescript": "3.0.3"
}
}