feat: make backend work with automatically generated aggregations

This commit is contained in:
Wieland Schöbl
2019-09-23 12:58:38 +02:00
committed by Rainer Killinger
parent 496e6c5bd0
commit ba2c6f655c
8 changed files with 128 additions and 141 deletions

View File

@@ -29,8 +29,8 @@
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
},
"dependencies": {
"@openstapps/core": "0.29.0",
"@openstapps/core-tools": "0.9.0",
"@openstapps/core": "0.31.0",
"@openstapps/core-tools": "0.11.0",
"@openstapps/logger": "0.4.0",
"@types/node": "10.14.12",
"commander": "2.20.0",
@@ -72,16 +72,16 @@
"@types/sinon-express-mock": "1.3.7",
"@types/supertest": "2.0.7",
"@types/uuid": "3.4.5",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai": "4.2.0",
"conventional-changelog-cli": "2.0.21",
"mocha": "6.1.4",
"mocha-typescript": "1.1.17",
"mocha": "6.1.4",
"nyc": "14.1.1",
"prepend-file-cli": "1.0.6",
"rimraf": "2.6.3",
"sinon": "7.3.2",
"sinon-express-mock": "2.2.0",
"sinon": "7.3.2",
"supertest": "4.0.2",
"tslint": "5.18.0",
"typedoc": "0.14.2",