@tmlmobilidade/export-data 20260617.1318.41 → 20260617.1750.25
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.
|
@@ -86,10 +86,10 @@ export const calculateDailyServiceCompliance = async (context) => {
|
|
|
86
86
|
await processDailyRides([rideData], resultsByDay[dayOperationalStr], agencies);
|
|
87
87
|
countProcessed++;
|
|
88
88
|
if (countProcessed % 100 === 0) {
|
|
89
|
-
// Logger.info(`Processed ${countProcessed} rides so far...`);
|
|
89
|
+
// Logger.info({ message: `Processed ${countProcessed} rides so far...` });
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
|
-
Logger.info(`Ride processing completed in ${processingTimer.get()} ms`);
|
|
92
|
+
Logger.info({ message: `Ride processing completed in ${processingTimer.get()} ms` });
|
|
93
93
|
/* Format results and calculate percentages */
|
|
94
94
|
const formattedResults = {};
|
|
95
95
|
for (const day in resultsByDay) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tmlmobilidade/export-data",
|
|
3
3
|
"description": "CLI tool to export data from GO.",
|
|
4
|
-
"version": "20260617.
|
|
4
|
+
"version": "20260617.1750.25",
|
|
5
5
|
"author": {
|
|
6
6
|
"email": "iso@tmlmobilidade.pt",
|
|
7
7
|
"name": "TML-ISO"
|
|
@@ -37,20 +37,20 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@clack/prompts": "1.5.1",
|
|
40
|
-
"@tmlmobilidade/consts": "
|
|
41
|
-
"@tmlmobilidade/dates": "
|
|
42
|
-
"@tmlmobilidade/go-types-apex": "
|
|
43
|
-
"@tmlmobilidade/go-types-shared": "
|
|
44
|
-
"@tmlmobilidade/interfaces": "
|
|
45
|
-
"@tmlmobilidade/logger": "
|
|
46
|
-
"@tmlmobilidade/strings": "
|
|
47
|
-
"@tmlmobilidade/timer": "
|
|
48
|
-
"@tmlmobilidade/types": "
|
|
49
|
-
"@tmlmobilidade/writers": "
|
|
40
|
+
"@tmlmobilidade/consts": "20260617.1731.32",
|
|
41
|
+
"@tmlmobilidade/dates": "20260617.1731.32",
|
|
42
|
+
"@tmlmobilidade/go-types-apex": "20260617.1731.32",
|
|
43
|
+
"@tmlmobilidade/go-types-shared": "20260617.1731.32",
|
|
44
|
+
"@tmlmobilidade/interfaces": "20260617.1731.32",
|
|
45
|
+
"@tmlmobilidade/logger": "20260617.1731.32",
|
|
46
|
+
"@tmlmobilidade/strings": "20260617.1731.32",
|
|
47
|
+
"@tmlmobilidade/timer": "20260617.1731.32",
|
|
48
|
+
"@tmlmobilidade/types": "20260617.1731.32",
|
|
49
|
+
"@tmlmobilidade/writers": "20260617.1731.32",
|
|
50
50
|
"exceljs": "^4.4.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@tmlmobilidade/tsconfig": "
|
|
53
|
+
"@tmlmobilidade/tsconfig": "20260617.1731.32",
|
|
54
54
|
"@types/node": "25.9.3",
|
|
55
55
|
"resolve-tspaths": "0.8.23",
|
|
56
56
|
"typescript": "6.0.3"
|