Packages updated.
This commit is contained in:
parent
b472c111b5
commit
6eb37b5e13
3 changed files with 81 additions and 758 deletions
|
@ -1,9 +1,15 @@
|
|||
# History
|
||||
|
||||
## Version 0.0.25
|
||||
|
||||
- FIX: Packages updated.
|
||||
|
||||
## Version 0.0.24
|
||||
- Update of dependencies versions (package.json).
|
||||
|
||||
- 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
|
||||
|
|
796
package-lock.json
generated
796
package-lock.json
generated
File diff suppressed because it is too large
Load diff
35
package.json
35
package.json
|
@ -1,44 +1,43 @@
|
|||
{
|
||||
"name": "botlib",
|
||||
"version": "0.0.24",
|
||||
"version": "0.0.25",
|
||||
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)",
|
||||
"main": "dist/src/index.js",
|
||||
"types": "dist/src/index.d.ts",
|
||||
"homepage": "http://www.generalbot.com",
|
||||
"contributors": [
|
||||
"Rodrigo Rodriguez <me@rodrigorodriguez.com>",
|
||||
"Jorge Ramos <jramos@pobox.com>"
|
||||
],
|
||||
"homepage": "http://www.generalbot.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.12",
|
||||
"pragmatismo-io-framework": "^1.0.14",
|
||||
"reflect-metadata": "^0.1.12",
|
||||
"sequelize": "^4.37.10",
|
||||
"urljoin": "^0.1.5",
|
||||
"wait-until": "0.0.2",
|
||||
"winston": "^2.4.0"
|
||||
"sequelize-typescript": "^0.6.5",
|
||||
"wait-until": "^0.0.2",
|
||||
"winston": "^2.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.1.3",
|
||||
"@types/mocha": "^5.2.0",
|
||||
"@types/sequelize": "^4.27.20",
|
||||
"@types/chai": "4.1.3",
|
||||
"@types/mocha": "5.2.0",
|
||||
"@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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue