Skip to content

Commit

Permalink
add todo; 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Sep 14, 2024
1 parent bf01fec commit 430ee35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/entities-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ const createEntitiesStore = (ttl, now) => {
gtfs_realtime_version: '2.0',
incrementality: FeedHeader.Incrementality.FULL_DATASET,
timestamp: getTimestamp(),
// todo: follow https://github.com/google/transit/pull/434 once it is merged
}
FeedHeader.verify(rawHeader)
const header = chunks[1] = FeedHeader.encode(rawHeader).finish()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gtfs-rt-differential-to-full-dataset",
"description": "Transform a differential GTFS Realtime feed into a full dataset/dump.",
"version": "2.1.0",
"version": "2.1.1",
"main": "index.js",
"files": [
"index.js",
Expand Down

0 comments on commit 430ee35

Please sign in to comment.