gtfs-to-html 2.9.6 → 2.9.7
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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -89,7 +89,7 @@ Many transit agencies use `gtfs-to-html` to generate the schedule pages used on
|
|
|
89
89
|
- [Victor Valley Transit](https://vvta.org)
|
|
90
90
|
- [Worcester Regional Transit Authority](https://therta.com)
|
|
91
91
|
|
|
92
|
-
Are you using `gtfs-to-html`? Let us know via email (
|
|
92
|
+
Are you using `gtfs-to-html`? Let us know via email [gtfs@blinktag.com](mailto:gtfs@blinktag.com) or via opening a github issue or pull request if your agency is using this library.
|
|
93
93
|
|
|
94
94
|
`gtfs-to-html` is used as an integral part of [`transit-custom-posts`](https://trilliumtransit.github.io/transit-custom-posts/) - a GTFS-optimized Wordpress plugin for transit websites.
|
|
95
95
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gtfs-to-html",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Build human readable transit timetables as HTML, PDF or CSV from GTFS",
|
|
6
6
|
"keywords": [
|
|
@@ -51,13 +51,13 @@
|
|
|
51
51
|
"archiver": "^7.0.1",
|
|
52
52
|
"cli-table": "^0.3.11",
|
|
53
53
|
"csv-stringify": "^6.5.1",
|
|
54
|
-
"express": "^4.
|
|
54
|
+
"express": "^4.20.0",
|
|
55
55
|
"gtfs": "^4.14.0",
|
|
56
56
|
"gtfs-realtime-pbf-js-module": "^1.0.0",
|
|
57
57
|
"insane": "^2.6.2",
|
|
58
58
|
"js-beautify": "^1.15.1",
|
|
59
59
|
"lodash-es": "^4.17.21",
|
|
60
|
-
"marked": "^14.1.
|
|
60
|
+
"marked": "^14.1.2",
|
|
61
61
|
"moment": "^2.30.1",
|
|
62
62
|
"morgan": "^1.10.0",
|
|
63
63
|
"pbf": "^4.0.1",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"lint-staged": "^15.2.10",
|
|
84
84
|
"prettier": "^3.3.3",
|
|
85
85
|
"tsup": "^8.2.4",
|
|
86
|
-
"typescript": "^5.
|
|
86
|
+
"typescript": "^5.6.2"
|
|
87
87
|
},
|
|
88
88
|
"engines": {
|
|
89
89
|
"node": ">= 20.11.0"
|