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

18
package-lock.json generated
View File

@@ -219,9 +219,9 @@
}
},
"@openstapps/core": {
"version": "0.29.0",
"resolved": "https://registry.npmjs.org/@openstapps/core/-/core-0.29.0.tgz",
"integrity": "sha512-xXfBIYWQlnYiRSURxNBs1nmd38EcgAZGXoHRBaT4Cv/E5bt2ciMOo+MqPVLtKaAf1YPHB419FbxxDjxTkccL2g==",
"version": "0.31.0",
"resolved": "https://registry.npmjs.org/@openstapps/core/-/core-0.31.0.tgz",
"integrity": "sha512-E0/VS4YvXHZEc1VF1PFnPJR/5HyTurLjBRunN1Zn4ji9AtT3LY81BybuZ1dxwm07ZN8aJhJL/dGegN3h3gM15Q==",
"requires": {
"@types/geojson": "1.0.6",
"@types/json-patch": "0.0.30",
@@ -241,9 +241,9 @@
}
},
"@openstapps/core-tools": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/@openstapps/core-tools/-/core-tools-0.9.0.tgz",
"integrity": "sha512-ltkQVc3ykGsqnPUop+lwp1ctlAlvJWt9L7FZ+3q+6Eepvjiqu/nZJM5N11qDIptOfjB0yXY0ovdTqJFQ+fc0uQ==",
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/@openstapps/core-tools/-/core-tools-0.11.0.tgz",
"integrity": "sha512-e3eGbOyBBDGc6/yRkSAAXjuIGpOpmUyXl5QIaAfYE2Od4W0JXd/Gm89loP4fjHy1ullIE6ESwQ0asKVxV3ihMQ==",
"requires": {
"@krlwlfrt/async-pool": "0.1.0",
"@openstapps/logger": "0.3.1",
@@ -4716,9 +4716,9 @@
},
"dependencies": {
"glob": {
"version": "7.1.4",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz",
"integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==",
"version": "7.1.6",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
"integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
"requires": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",