Skip to content

Commit

Permalink
prom-client@15; add todo; 8.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Jan 9, 2024
1 parent 5a6f7ce commit 147c1b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: setup Node v${{ matrix.node-version }}
uses: actions/setup-node@4
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down
1 change: 1 addition & 0 deletions lib/serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const serveGtfsRtViaHttp = (opt = {}) => {
registers: [register],
labelNames: ['compression'],
})
// todo: total nr of requests?

const {
formatTrip, formatMovement,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hafas-gtfs-rt-feed",
"description": "Generate a GTFS Realtime feed by monitoring a HAFAS endpoint.",
"version": "8.2.4",
"version": "8.2.5",
"main": "index.js",
"bin": {
"monitor-hafas": "monitor.js",
Expand Down Expand Up @@ -67,7 +67,7 @@
"normalize-vbb-station-name-for-search": "^1.0.0",
"p-limit": "^3.0.2",
"pino": "^8.11.0",
"prom-client": "^14.0.0",
"prom-client": "^15.1.0",
"send": "^0.18.0",
"serve-buffer": "^3.0.3",
"ttl-buffer": "^1.0.0"
Expand Down

0 comments on commit 147c1b9

Please sign in to comment.