# Conflicts:
#	VERSION.md
#	package.json
This commit is contained in:
Rodrigo Rodriguez 2018-06-01 12:24:55 -03:00
commit c4215ec602
3 changed files with 110 additions and 771 deletions

View file

@ -1,10 +1,19 @@
# History
## Version 0.0.24
## Version 0.0.26
- NEW: Support for Speech recognition/synthesis.
## Version 0.0.25
- FIX: Packages updated.
## Version 0.0.24
- FIX: Packages updated.
## Version 0.0.23
- FIX: Trying to remove botbuilder dependency on hoek vunerability with no success, MS is promissing update it: https://github.com/Microsoft/BotBuilder/issues/4206.
## Version 0.0.22

823
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,44 +1,43 @@
{
"name": "botlib",
"version": "0.0.24",
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)",
"version": "0.0.26",
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"contributors": [
"Rodrigo Rodriguez <me@rodrigorodriguez.com>"
],
"homepage": "http://www.generalbot.com",
"contributors": [
"Rodrigo Rodriguez <me@rodrigorodriguez.com>",
"Jorge Ramos <jramos@pobox.com>"
],
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/pragmatismo-io/BotLib"
"url": "https://github.com/pragmatismo-io/BotLib.git"
},
"license": "AGPL-3.0",
"dependencies": {
"@types/azure": "^0.9.19",
"async": "^2.6.0",
"async": "^2.6.1",
"botbuilder": "^3.15.0",
"botbuilder-location": "^2.0.0",
"chrono-node": "^1.2.5",
"chrono-node": "^1.3.5",
"dotenv-extended": "^2.0.2",
"eslint": "^4.19.1",
"iconv-lite": "^0.4.19",
"pragmatismo-io-framework": "^1.0.11",
"pragmatismo-io-framework": "^1.0.14",
"reflect-metadata": "^0.1.12",
"sequelize": "^4.37.6",
"typescript": "^2.7.1",
"urljoin": "^0.1.5",
"wait-until": "0.0.2",
"winston": "^2.4.0"
"sequelize": "^4.37.10",
"sequelize-typescript": "^0.6.5",
"wait-until": "^0.0.2",
"winston": "^2.4.2"
},
"devDependencies": {
"@types/sequelize": "^4.27.14",
"@types/chai": "4.1.3",
"@types/mocha": "5.2.0",
"@types/chai": "^4.1.3",
"@types/mocha": "^5.2.0",
"@types/sequelize": "^4.27.20",
"@types/winston": "^2.3.9",
"chai": "^4.1.2",
"mocha": "^5.1.1",
"mocha-typescript": "^1.1.12",
"ts-node": "6.0.3",
"mocha": "^5.2.0",
"mocha-typescript": "^1.1.14",
"ts-node": "^6.0.5",
"typedoc": "^0.11.1",
"typescript": "2.8.3"
"typescript": "^2.8.3"
}
}