gtfs 4.15.13 → 4.15.15

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",
3
- "version": "4.15.13",
3
+ "version": "4.15.15",
4
4
  "description": "Import GTFS transit data into SQLite and query routes, stops, times, fares and more",
5
5
  "keywords": [
6
6
  "transit",
@@ -64,7 +64,8 @@
64
64
  "Anton Bracke",
65
65
  "Emma K Alexandra <emma@emma.sh>",
66
66
  "Mael <laem@kont.me>",
67
- "b-e-b-o-o"
67
+ "b-e-b-o-o",
68
+ "Ben Standaert"
68
69
  ],
69
70
  "type": "module",
70
71
  "main": "./dist/index.js",
@@ -126,10 +127,10 @@
126
127
  "husky": "^9.1.7",
127
128
  "jest": "^29.7.0",
128
129
  "lint-staged": "^15.4.3",
129
- "prettier": "^3.5.1",
130
- "ts-jest": "^29.2.5",
130
+ "prettier": "^3.5.2",
131
+ "ts-jest": "^29.2.6",
131
132
  "ts-node": "^10.9.2",
132
- "tsup": "^8.3.6",
133
+ "tsup": "^8.4.0",
133
134
  "typescript": "~5.7.3"
134
135
  },
135
136
  "engines": {