Merge branch 'master' of https://github.com/pragmatismo-io/botlib
# Conflicts: # VERSION.md # package.json
This commit is contained in:
commit
c4215ec602
3 changed files with 110 additions and 771 deletions
11
VERSION.md
11
VERSION.md
|
|
@ -1,10 +1,19 @@
|
||||||
# History
|
# History
|
||||||
|
|
||||||
## Version 0.0.24
|
## Version 0.0.26
|
||||||
|
|
||||||
- NEW: Support for Speech recognition/synthesis.
|
- NEW: Support for Speech recognition/synthesis.
|
||||||
|
|
||||||
|
## Version 0.0.25
|
||||||
|
|
||||||
|
- FIX: Packages updated.
|
||||||
|
|
||||||
|
## Version 0.0.24
|
||||||
|
|
||||||
|
- FIX: Packages updated.
|
||||||
|
|
||||||
## Version 0.0.23
|
## 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.
|
- 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
|
## Version 0.0.22
|
||||||
|
|
|
||||||
823
package-lock.json
generated
823
package-lock.json
generated
File diff suppressed because it is too large
Load diff
47
package.json
47
package.json
|
|
@ -1,44 +1,43 @@
|
||||||
{
|
{
|
||||||
"name": "botlib",
|
"name": "botlib",
|
||||||
"version": "0.0.24",
|
"version": "0.0.26",
|
||||||
"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",
|
||||||
"contributors": [
|
|
||||||
"Rodrigo Rodriguez <me@rodrigorodriguez.com>"
|
|
||||||
],
|
|
||||||
"homepage": "http://www.generalbot.com",
|
"homepage": "http://www.generalbot.com",
|
||||||
|
"contributors": [
|
||||||
|
"Rodrigo Rodriguez <me@rodrigorodriguez.com>",
|
||||||
|
"Jorge Ramos <jramos@pobox.com>"
|
||||||
|
],
|
||||||
|
"license": "AGPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/pragmatismo-io/BotLib"
|
"url": "https://github.com/pragmatismo-io/BotLib.git"
|
||||||
},
|
},
|
||||||
"license": "AGPL-3.0",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/azure": "^0.9.19",
|
"async": "^2.6.1",
|
||||||
"async": "^2.6.0",
|
|
||||||
"botbuilder": "^3.15.0",
|
"botbuilder": "^3.15.0",
|
||||||
"botbuilder-location": "^2.0.0",
|
"botbuilder-location": "^2.0.0",
|
||||||
"chrono-node": "^1.2.5",
|
"chrono-node": "^1.3.5",
|
||||||
"dotenv-extended": "^2.0.2",
|
"dotenv-extended": "^2.0.2",
|
||||||
"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.14",
|
||||||
"reflect-metadata": "^0.1.12",
|
"reflect-metadata": "^0.1.12",
|
||||||
"sequelize": "^4.37.6",
|
"sequelize": "^4.37.10",
|
||||||
"typescript": "^2.7.1",
|
"sequelize-typescript": "^0.6.5",
|
||||||
"urljoin": "^0.1.5",
|
"wait-until": "^0.0.2",
|
||||||
"wait-until": "0.0.2",
|
"winston": "^2.4.2"
|
||||||
"winston": "^2.4.0"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/sequelize": "^4.27.14",
|
"@types/chai": "^4.1.3",
|
||||||
"@types/chai": "4.1.3",
|
"@types/mocha": "^5.2.0",
|
||||||
"@types/mocha": "5.2.0",
|
"@types/sequelize": "^4.27.20",
|
||||||
|
"@types/winston": "^2.3.9",
|
||||||
"chai": "^4.1.2",
|
"chai": "^4.1.2",
|
||||||
"mocha": "^5.1.1",
|
"mocha": "^5.2.0",
|
||||||
"mocha-typescript": "^1.1.12",
|
"mocha-typescript": "^1.1.14",
|
||||||
"ts-node": "6.0.3",
|
"ts-node": "^6.0.5",
|
||||||
"typedoc": "^0.11.1",
|
"typedoc": "^0.11.1",
|
||||||
"typescript": "2.8.3"
|
"typescript": "^2.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue