Skip to content

Commit

Permalink
airep
Browse files Browse the repository at this point in the history
  • Loading branch information
oceanroleplay committed Sep 7, 2021
1 parent 04572b1 commit 893272d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.2",
"version": "1.2.3",
"description": "Node.js wrapper for aviation weather, written in TypeScript",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/types/responses/AW/IAIREP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export interface IAIREP {
/**
* Temperature (C)
*/
temp_c?: string;
temp_c?: number;

/**
* Wind direction-the direction from where the wind is blowing (degree)
Expand All @@ -134,5 +134,5 @@ export interface IAIREP {
/**
* Raw PIREP in text
*/
raw_text?: string;
raw_text: string;
}

0 comments on commit 893272d

Please sign in to comment.