Skip to content

Commit

Permalink
feat!: add new schedule data structure
Browse files Browse the repository at this point in the history
BREAKING CHANGE: rename transformation functions.
  • Loading branch information
marc-gavanier committed Jul 22, 2024
1 parent c8b7185 commit 43c1a23
Show file tree
Hide file tree
Showing 14 changed files with 1,177 additions and 262 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
"typescript": "^4.9.5"
}
}
5 changes: 4 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
export * from './osm-opening-hours/osm-opening-hours';
export * from './osm-opening-hours/from-timetable-opening-hours';
export * from './osm-opening-hours/from-timetable-osm-opening-hours';
export * from './timetable/to-timetable-opening-hours';
export * from './timetable/to-timetable-osm-opening-hours';
Loading

0 comments on commit 43c1a23

Please sign in to comment.