gtfs-to-html 2.10.15 → 2.10.16
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.
- package/dist/app/index.js +6 -6
- package/dist/app/index.js.map +1 -1
- package/dist/bin/gtfs-to-html.js +6 -6
- package/dist/bin/gtfs-to-html.js.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
- package/views/default/css/timetable_styles.css +1 -0
- package/views/default/js/timetable-map.js +4 -4
- package/views/default/timetable_vertical.pug +4 -0
package/dist/app/index.js
CHANGED
|
@@ -419,7 +419,7 @@ function getAgencyGeoJSON(config2) {
|
|
|
419
419
|
// package.json
|
|
420
420
|
var package_default = {
|
|
421
421
|
name: "gtfs-to-html",
|
|
422
|
-
version: "2.10.
|
|
422
|
+
version: "2.10.16",
|
|
423
423
|
private: false,
|
|
424
424
|
description: "Build human readable transit timetables as HTML, PDF or CSV from GTFS",
|
|
425
425
|
keywords: [
|
|
@@ -472,16 +472,16 @@ var package_default = {
|
|
|
472
472
|
"cli-table": "^0.3.11",
|
|
473
473
|
"csv-stringify": "^6.6.0",
|
|
474
474
|
express: "^5.1.0",
|
|
475
|
-
gtfs: "^4.17.
|
|
475
|
+
gtfs: "^4.17.7",
|
|
476
476
|
"gtfs-realtime-pbf-js-module": "^1.0.0",
|
|
477
477
|
"js-beautify": "^1.15.4",
|
|
478
478
|
"lodash-es": "^4.17.21",
|
|
479
|
-
marked: "^16.1.
|
|
479
|
+
marked: "^16.1.2",
|
|
480
480
|
moment: "^2.30.1",
|
|
481
481
|
pbf: "^4.0.1",
|
|
482
482
|
"pretty-error": "^4.0.0",
|
|
483
483
|
pug: "^3.0.3",
|
|
484
|
-
puppeteer: "^24.
|
|
484
|
+
puppeteer: "^24.16.2",
|
|
485
485
|
"sanitize-filename": "^1.6.3",
|
|
486
486
|
"sanitize-html": "^2.17.0",
|
|
487
487
|
sqlstring: "^2.3.3",
|
|
@@ -504,10 +504,10 @@ var package_default = {
|
|
|
504
504
|
"@types/timer-machine": "^1.1.3",
|
|
505
505
|
"@types/yargs": "^17.0.33",
|
|
506
506
|
husky: "^9.1.7",
|
|
507
|
-
"lint-staged": "^16.1.
|
|
507
|
+
"lint-staged": "^16.1.5",
|
|
508
508
|
prettier: "^3.6.2",
|
|
509
509
|
tsup: "^8.5.0",
|
|
510
|
-
typescript: "^5.
|
|
510
|
+
typescript: "^5.9.2"
|
|
511
511
|
},
|
|
512
512
|
engines: {
|
|
513
513
|
node: ">= 20.11.0"
|