Skip to content

Commit

Permalink
v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
oceanroleplay committed Sep 11, 2021
1 parent b419e81 commit b72da35
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.2.7",
"version": "1.2.8",
"description": "Node.js wrapper for aviation weather, written in TypeScript",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
5 changes: 5 additions & 0 deletions src/types/responses/AW/IGAirMet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ export interface IGAirMet {
num_points: number;
point: IPoint[];
};

/**
* wx_details
*/
wx_details?: string;
}

interface IPoint {
Expand Down

0 comments on commit b72da35

Please sign in to comment.