FIX: Updated dependencies versions.
This commit is contained in:
parent
e0ce4c7880
commit
4a93e2a822
3 changed files with 421 additions and 666 deletions
|
@ -1,5 +1,13 @@
|
|||
# History
|
||||
|
||||
## Version 0.0.33
|
||||
|
||||
- FIX: Updated dependencies versions.
|
||||
|
||||
## Version 0.0.32
|
||||
|
||||
- FIX: Updated dependencies versions.
|
||||
|
||||
## Version 0.0.31
|
||||
|
||||
- FIX: Export of Sequelize from sequelize-typescript.
|
||||
|
|
1073
package-lock.json
generated
1073
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "botlib",
|
||||
"version": "0.0.31",
|
||||
"version": "0.0.33",
|
||||
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)",
|
||||
"main": "dist/src/index.js",
|
||||
"types": "dist/src/index.d.ts",
|
||||
|
@ -21,7 +21,7 @@
|
|||
"chrono-node": "^1.3.5",
|
||||
"dotenv-extended": "^2.0.2",
|
||||
"iconv-lite": "^0.4.19",
|
||||
"pragmatismo-io-framework": "^1.0.14",
|
||||
"pragmatismo-io-framework": "^1.0.15",
|
||||
"reflect-metadata": "^0.1.12",
|
||||
"sequelize": "^4.37.10",
|
||||
"sequelize-typescript": "^0.6.5",
|
||||
|
@ -38,6 +38,6 @@
|
|||
"mocha-typescript": "^1.1.14",
|
||||
"ts-node": "^6.0.5",
|
||||
"typedoc": "^0.11.1",
|
||||
"typescript": "^2.8.3"
|
||||
"typescript": "^2.9.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue