feat: use new Elasticsearch package

This commit is contained in:
Wieland Schöbl
2020-01-21 11:10:29 +01:00
committed by Rainer Killinger
parent 54301ae8fb
commit 1bad092185
8 changed files with 368 additions and 286 deletions

View File

@@ -29,6 +29,7 @@
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
},
"dependencies": {
"@elastic/elasticsearch": "5.6.20",
"@openstapps/core": "0.31.0",
"@openstapps/core-tools": "0.11.0",
"@openstapps/logger": "0.4.0",
@@ -36,7 +37,6 @@
"commander": "2.20.0",
"config": "3.1.0",
"cors": "2.8.5",
"elasticsearch": "16.1.1",
"express": "4.17.1",
"express-promise-router": "3.0.3",
"fs-extra": "8.0.1",
@@ -59,7 +59,7 @@
"@types/chai-as-promised": "7.1.0",
"@types/config": "0.0.34",
"@types/cors": "2.8.5",
"@types/elasticsearch": "5.0.34",
"@types/elasticsearch": "5.0.35",
"@types/express": "4.17.0",
"@types/fs-extra": "7.0.0",
"@types/got": "9.4.4",
@@ -72,19 +72,19 @@
"@types/sinon-express-mock": "1.3.7",
"@types/supertest": "2.0.7",
"@types/uuid": "3.4.5",
"chai-as-promised": "7.1.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"conventional-changelog-cli": "2.0.21",
"mocha-typescript": "1.1.17",
"mocha": "6.1.4",
"mocha-typescript": "1.1.17",
"nyc": "14.1.1",
"prepend-file-cli": "1.0.6",
"rimraf": "2.6.3",
"sinon-express-mock": "2.2.0",
"sinon": "7.3.2",
"sinon-express-mock": "2.2.0",
"supertest": "4.0.2",
"tslint": "5.18.0",
"typedoc": "0.14.2",
"typedoc": "0.16.7",
"typescript": "3.5.3"
}
}