Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oceanroleplay committed Sep 6, 2021
1 parent 6b560ee commit 499b73c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aviationweather",
"version": "1.1.2",
"version": "1.1.4",
"description": "Node.js wrapper for aviation weather, written in TypeScript",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/types/responses/AW/IMetar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export interface IMetar {
* See http://www.aviationweather.gov/metar/help?page=plot#fltcat
* NOTE: cloud_base_ft_agl needs to be specified to output flight_category.
*/
flight_category: "VFR" | "MVFR" | "IFR" | "LIFR";
flight_category?: "VFR" | "MVFR" | "IFR" | "LIFR";

/**
* Pressure change in the past 3 hours (mb)
Expand Down

0 comments on commit 499b73c

Please sign in to comment.