feat: use config for MultiSearchRoute

This commit is contained in:
Wieland Schöbl
2019-02-13 17:10:47 +01:00
committed by Rainer Killinger
parent 2b894bd1b6
commit 827827905b
6 changed files with 254 additions and 143 deletions

View File

@@ -20,17 +20,17 @@
"tslint": "tslint 'src/**/*.ts'"
},
"dependencies": {
"@openstapps/core": "0.2.0",
"@openstapps/core-tools": "^0.3.0",
"@openstapps/logger": "0.0.3",
"@openstapps/core": "0.11.0",
"@openstapps/core-tools": "0.3.0",
"@openstapps/logger": "0.0.5",
"body-parser": "1.18.3",
"config": "3.0.1",
"cors": "2.8.5",
"elasticsearch": "15.3.0",
"elasticsearch": "15.4.1",
"express": "4.16.4",
"express-promise-router": "3.0.3",
"fs-extra": "7.0.1",
"moment": "2.23.0",
"moment": "2.24.0",
"morgan": "1.9.1",
"node-cache": "4.2.0",
"node-cron": "2.0.3",
@@ -39,30 +39,30 @@
"request": "2.88.0",
"semver": "5.6.0",
"sha1": "1.1.1",
"ts-node": "7.0.1",
"ts-node": "8.0.2",
"uuid": "3.3.2"
},
"devDependencies": {
"@openstapps/configuration": "0.5.0",
"@openstapps/configuration": "0.6.0",
"@types/body-parser": "1.17.0",
"@types/config": "0.0.34",
"@types/cors": "2.8.4",
"@types/elasticsearch": "5.0.30",
"@types/express": "4.16.0",
"@types/fs-extra": "5.0.4",
"@types/elasticsearch": "5.0.31",
"@types/express": "4.16.1",
"@types/fs-extra": "5.0.5",
"@types/morgan": "1.7.35",
"@types/node": "10.12.18",
"@types/node-cache": "4.1.1",
"@types/node-cron": "2.0.0",
"@types/nodemailer": "4.6.5",
"@types/node": "10.12.27",
"@types/node-cache": "4.1.3",
"@types/node-cron": "2.0.1",
"@types/nodemailer": "4.6.6",
"@types/promise-queue": "2.2.0",
"@types/sha1": "1.1.1",
"@types/uuid": "3.4.4",
"conventional-changelog-cli": "2.0.11",
"conventional-changelog-cli": "2.0.12",
"get-port": "4.1.0",
"prepend-file-cli": "1.0.6",
"rimraf": "2.6.3",
"typedoc": "0.14.2",
"typescript": "3.2.2"
"typescript": "3.3.3333"
}
}