gtfs-to-html 2.11.3 → 2.11.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gtfs-to-html",
3
- "version": "2.11.3",
3
+ "version": "2.11.4",
4
4
  "private": false,
5
5
  "description": "Build human readable transit timetables as HTML, PDF or CSV from GTFS",
6
6
  "keywords": [
@@ -25,7 +25,8 @@
25
25
  "Holly Kvalheim",
26
26
  "Pawajoro",
27
27
  "Andrea Mignone",
28
- "Evo Stamatov"
28
+ "Evo Stamatov",
29
+ "Sebastian Knopf"
29
30
  ],
30
31
  "type": "module",
31
32
  "main": "./dist/index.js",
@@ -53,16 +54,16 @@
53
54
  "cli-table": "^0.3.11",
54
55
  "csv-stringify": "^6.6.0",
55
56
  "express": "^5.1.0",
56
- "gtfs": "^4.18.0",
57
+ "gtfs": "^4.18.1",
57
58
  "gtfs-realtime-pbf-js-module": "^1.0.0",
58
59
  "js-beautify": "^1.15.4",
59
60
  "lodash-es": "^4.17.21",
60
- "marked": "^16.3.0",
61
+ "marked": "^16.4.1",
61
62
  "moment": "^2.30.1",
62
63
  "pbf": "^4.0.1",
63
64
  "pretty-error": "^4.0.0",
64
65
  "pug": "^3.0.3",
65
- "puppeteer": "^24.23.0",
66
+ "puppeteer": "^24.26.1",
66
67
  "sanitize-filename": "^1.6.3",
67
68
  "sanitize-html": "^2.17.0",
68
69
  "sqlstring": "^2.3.3",
@@ -71,9 +72,9 @@
71
72
  "yoctocolors": "^2.1.2"
72
73
  },
73
74
  "devDependencies": {
74
- "@types/archiver": "^6.0.3",
75
+ "@types/archiver": "^7.0.0",
75
76
  "@types/cli-table": "^0.3.4",
76
- "@types/express": "^5.0.3",
77
+ "@types/express": "^5.0.4",
77
78
  "@types/insane": "^1.0.0",
78
79
  "@types/js-beautify": "^1.14.3",
79
80
  "@types/lodash-es": "^4.17.12",
@@ -83,9 +84,9 @@
83
84
  "@types/sanitize-html": "^2.16.0",
84
85
  "@types/sqlstring": "^2.3.2",
85
86
  "@types/toposort": "^2.0.7",
86
- "@types/yargs": "^17.0.33",
87
+ "@types/yargs": "^17.0.34",
87
88
  "husky": "^9.1.7",
88
- "lint-staged": "^16.2.3",
89
+ "lint-staged": "^16.2.6",
89
90
  "prettier": "^3.6.2",
90
91
  "tsup": "^8.5.0",
91
92
  "typescript": "^5.9.3"
@@ -121,7 +121,7 @@ function createSystemMap() {
121
121
  };
122
122
 
123
123
  if (!geojson || geojson.features.length === 0) {
124
- jQuery('#' + id).hide();
124
+ jQuery('#system_map').hide();
125
125
  return false;
126
126
  }
127
127