feat: add logging and error handling

This commit is contained in:
Axel Cocat 2022-02-27 17:46:38 +01:00
parent f324ca45ff
commit 56c0fed144
10 changed files with 720 additions and 49 deletions

View file

@ -1,6 +1,6 @@
{
"name": "azerothcore-armory",
"version": "0.6.5",
"version": "0.7.0",
"description": "",
"scripts": {
"build": "tsc -p tsconfig.json",
@ -18,9 +18,11 @@
"@types/express": "^4.17.13",
"@types/glob": "^7.2.0",
"@types/mkdirp": "^1.0.2",
"@types/morgan": "^1.9.3",
"@types/node": "^17.0.21",
"@types/node-fetch": "^2.6.1",
"@types/pako": "^1.0.3",
"@types/uuid": "^8.3.4",
"concurrently": "^7.0.0",
"nodemon": "^2.0.15",
"rimraf": "^3.0.2",
@ -36,10 +38,13 @@
"glob-promise": "^4.2.2",
"handlebars-helpers": "^0.9.8",
"mkdirp": "^1.0.4",
"morgan": "^1.10.0",
"mysql2": "^2.3.3",
"node-fetch": "^2.6.7",
"pako": "^2.0.4",
"pretty-ms": "^7.0.1",
"source-map-support": "^0.5.21"
"source-map-support": "^0.5.21",
"uuid": "^8.3.2",
"winston": "^3.6.0"
}
}