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
|
# History
|
||||||
|
|
||||||
|
## Version 0.0.33
|
||||||
|
|
||||||
|
- FIX: Updated dependencies versions.
|
||||||
|
|
||||||
|
## Version 0.0.32
|
||||||
|
|
||||||
|
- FIX: Updated dependencies versions.
|
||||||
|
|
||||||
## Version 0.0.31
|
## Version 0.0.31
|
||||||
|
|
||||||
- FIX: Export of Sequelize from sequelize-typescript.
|
- 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",
|
"name": "botlib",
|
||||||
"version": "0.0.31",
|
"version": "0.0.33",
|
||||||
"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",
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
"chrono-node": "^1.3.5",
|
"chrono-node": "^1.3.5",
|
||||||
"dotenv-extended": "^2.0.2",
|
"dotenv-extended": "^2.0.2",
|
||||||
"iconv-lite": "^0.4.19",
|
"iconv-lite": "^0.4.19",
|
||||||
"pragmatismo-io-framework": "^1.0.14",
|
"pragmatismo-io-framework": "^1.0.15",
|
||||||
"reflect-metadata": "^0.1.12",
|
"reflect-metadata": "^0.1.12",
|
||||||
"sequelize": "^4.37.10",
|
"sequelize": "^4.37.10",
|
||||||
"sequelize-typescript": "^0.6.5",
|
"sequelize-typescript": "^0.6.5",
|
||||||
|
|
@ -38,6 +38,6 @@
|
||||||
"mocha-typescript": "^1.1.14",
|
"mocha-typescript": "^1.1.14",
|
||||||
"ts-node": "^6.0.5",
|
"ts-node": "^6.0.5",
|
||||||
"typedoc": "^0.11.1",
|
"typedoc": "^0.11.1",
|
||||||
"typescript": "^2.8.3"
|
"typescript": "^2.9.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue