gtfs 4.18.6 → 4.19.0

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.18.6",
3
+ "version": "4.19.0",
4
4
  "description": "Import GTFS transit data into SQLite and query routes, stops, times, fares and more",
5
5
  "keywords": [
6
6
  "transit",
@@ -69,7 +69,9 @@
69
69
  "mattkinnia",
70
70
  "Théophile Helleboid <theophile.helleboid@transdev.com>",
71
71
  "mishamaliga",
72
- "Magnus Petersen-Paaske"
72
+ "Magnus Petersen-Paaske",
73
+ "Patrick Steil",
74
+ "Parker Woodworth"
73
75
  ],
74
76
  "type": "module",
75
77
  "main": "./dist/index.js",
@@ -125,14 +127,14 @@
125
127
  "@types/lodash-es": "4.17.12",
126
128
  "@types/node": "25",
127
129
  "@types/yargs": "17.0.35",
128
- "eslint": "10.4.0",
130
+ "eslint": "10.4.1",
129
131
  "globals": "17.6.0",
130
132
  "husky": "9.1.7",
131
- "lint-staged": "17.0.5",
133
+ "lint-staged": "17.0.7",
132
134
  "prettier": "3.8.3",
133
135
  "tsup": "8.5.1",
134
136
  "typescript": "6.0.3",
135
- "typescript-eslint": "8.59.4"
137
+ "typescript-eslint": "8.60.1"
136
138
  },
137
139
  "engines": {
138
140
  "node": ">= 22"
@@ -158,5 +160,5 @@
158
160
  "*.ts": "prettier --write",
159
161
  "*.json": "prettier --write"
160
162
  },
161
- "packageManager": "pnpm@11.3.0+sha512.2c403d6594527287672b1f7056343a1f7c3634036a67ffabfcc2b3d7595d843768f8787148d1b57cf7956c90606bbd192857c363af19e96d2d0ec9ec5741d215"
163
+ "packageManager": "pnpm@11.5.2"
162
164
  }