Skip to content

Commit

Permalink
forgot to export iata2tz and tzOffset
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingeek committed Dec 8, 2021
1 parent c42d5fa commit 0535692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flyingeek/lidojs",
"version": "1.6.22",
"version": "1.6.23",
"description": "convert Lido OFP text files",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export {GEO_HASH_GRID_SIZE, GeoGridIndex} from "./modules/geoindex";
export {ogimetRoute, ogimetData} from "./modules/ogimet";
export {months3} from "./modules/ofp_infos";
export {StringExtractException, extract} from "./modules/ofp_extensions";
export {iata2GeoPoint, icao2iata, iata2icao} from "./modules/iata2icao";
export {iata2GeoPoint, icao2iata, iata2icao, tzOffset, iata2tz} from "./modules/iata2icao";

0 comments on commit 0535692

Please sign in to comment.