@golemio/rush-hour-aggregation 1.0.6-dev.676523897 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,6 +8,6 @@ export default class AggregationRepository {
|
|
|
8
8
|
private sqlQueriesFolder;
|
|
9
9
|
static getInstance(): AggregationRepository;
|
|
10
10
|
private constructor();
|
|
11
|
-
aggregationQuery: <T extends object>(type: AggregationTaskType, bindings?: BindOrReplacements
|
|
11
|
+
aggregationQuery: <T extends object>(type: AggregationTaskType, bindings?: BindOrReplacements, replacements?: BindOrReplacements) => Promise<T[]>;
|
|
12
12
|
protected loadSqlQuery: (type: AggregationTaskType) => string;
|
|
13
13
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/rush-hour-aggregation",
|
|
3
|
-
"version": "1.0.6
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "Rush hour data agregation for Praha dopravní project",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@commitlint/cli": "^11.0.0",
|
|
28
28
|
"@commitlint/config-conventional": "^11.0.0",
|
|
29
|
-
"@golemio/cli": "1.3.
|
|
30
|
-
"@golemio/core": "1.2.
|
|
29
|
+
"@golemio/cli": "1.3.3",
|
|
30
|
+
"@golemio/core": "1.2.21",
|
|
31
31
|
"@golemio/eslint-config": "^1.1.0",
|
|
32
32
|
"@ovos-media/ts-transform-paths": "^1.7.18-1",
|
|
33
33
|
"@types/amqplib": "^0.5.17",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"ts-node": "^10.7.0",
|
|
55
55
|
"ttypescript": "^1.5.13",
|
|
56
56
|
"typedoc": "^0.22.15",
|
|
57
|
-
"typescript": "4.
|
|
57
|
+
"typescript": "4.7.2"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"@golemio/core": "^1.0.0"
|