Updated packages versions.

This commit is contained in:
Rodrigo Rodriguez 2018-09-27 09:27:39 -03:00
parent da9bfd3e4c
commit 3f1ac29da8
2 changed files with 9 additions and 3 deletions

View file

@ -1,6 +1,12 @@
# Release History
## Version 0.1.5
* Updated packages references.
## Version 0.1.4
* Error handling improved and logging enriched as well.
* Setting DATABASE_ is now STORAGE_.

View file

@ -1,6 +1,6 @@
{
"name": "botserver",
"version": "0.1.4",
"version": "0.1.5",
"description": "General Bot Community Edition open-core server.",
"main": "./src/app.ts",
"homepage": "http://www.generalbot.com",
@ -41,7 +41,7 @@
"botbuilder-choices": "^4.0.0-preview1.2",
"botbuilder-dialogs": "^4.0.0-preview1.2",
"botbuilder-prompts": "^4.0.0-preview1.2",
"botlib": "^0.1.1",
"botlib": "^0.1.2",
"chokidar": "^2.0.4",
"csv-parse": "^3.0.0",
"dotenv-extended": "^2.3.0",
@ -53,7 +53,7 @@
"marked": "^0.5.0",
"ms": "^2.1.1",
"nexmo": "^2.3.2",
"pragmatismo-io-framework": "^1.0.15",
"pragmatismo-io-framework": "^1.0.16",
"reflect-metadata": "^0.1.12",
"request-promise-native": "^1.0.5",
"sequelize": "^4.38.1",