gtfs 4.18.5 → 4.18.6

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.
Files changed (1) hide show
  1. package/package.json +13 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gtfs",
3
- "version": "4.18.5",
3
+ "version": "4.18.6",
4
4
  "description": "Import GTFS transit data into SQLite and query routes, stops, times, fares and more",
5
5
  "keywords": [
6
6
  "transit",
@@ -83,7 +83,7 @@
83
83
  "gtfsrealtime-update": "dist/bin/gtfsrealtime-update.js"
84
84
  },
85
85
  "scripts": {
86
- "prepare": "husky",
86
+ "prepare": "husky && pnpm run build",
87
87
  "test": "node --test --test-reporter=spec src/test/**/*.test.ts",
88
88
  "build": "tsup",
89
89
  "build-watch": "tsup --watch",
@@ -100,11 +100,11 @@
100
100
  }
101
101
  },
102
102
  "dependencies": {
103
- "@turf/helpers": "7.3.4",
104
- "better-sqlite3": "12.8.0",
103
+ "@turf/helpers": "7.3.5",
104
+ "better-sqlite3": "12.10.0",
105
105
  "csv-parse": "6.2.1",
106
106
  "csv-stringify": "6.7.0",
107
- "gtfs-realtime-bindings": "1.1.1",
107
+ "gtfs-realtime-bindings": "2.0.0",
108
108
  "lodash-es": "4.18.1",
109
109
  "long": "5.3.2",
110
110
  "node-stream-zip": "1.15.0",
@@ -125,14 +125,14 @@
125
125
  "@types/lodash-es": "4.17.12",
126
126
  "@types/node": "25",
127
127
  "@types/yargs": "17.0.35",
128
- "eslint": "10.1.0",
129
- "globals": "17.4.0",
128
+ "eslint": "10.4.0",
129
+ "globals": "17.6.0",
130
130
  "husky": "9.1.7",
131
- "lint-staged": "16.4.0",
132
- "prettier": "3.8.1",
131
+ "lint-staged": "17.0.5",
132
+ "prettier": "3.8.3",
133
133
  "tsup": "8.5.1",
134
- "typescript": "6.0.2",
135
- "typescript-eslint": "8.58.0"
134
+ "typescript": "6.0.3",
135
+ "typescript-eslint": "8.59.4"
136
136
  },
137
137
  "engines": {
138
138
  "node": ">= 22"
@@ -157,5 +157,6 @@
157
157
  "*.js": "prettier --write",
158
158
  "*.ts": "prettier --write",
159
159
  "*.json": "prettier --write"
160
- }
160
+ },
161
+ "packageManager": "pnpm@11.3.0+sha512.2c403d6594527287672b1f7056343a1f7c3634036a67ffabfcc2b3d7595d843768f8787148d1b57cf7956c90606bbd192857c363af19e96d2d0ec9ec5741d215"
161
162
  }