@squawk/notams
Advanced tools
@@ -137,3 +137,3 @@ import type { Coordinates } from '@squawk/types'; | ||
| * Uses the NOTAM-specific 10-digit format (YYMMDDHHmm) which includes | ||
| * year and month information not present in the standard {@link DayTime}. | ||
| * year and month information not present in the standard `DayTime` shape in `@squawk/weather`. | ||
| */ | ||
@@ -140,0 +140,0 @@ export interface NotamDateTime { |
+4
-2
| { | ||
| "name": "@squawk/notams", | ||
| "version": "0.3.5", | ||
| "version": "0.3.11", | ||
| "type": "module", | ||
@@ -35,3 +35,5 @@ "description": "Parse raw ICAO-format NOTAM strings into fully typed, structured objects", | ||
| "lint": "tsc --noEmit && eslint src", | ||
| "lint:pack": "publint && attw --pack . --profile esm-only" | ||
| "lint:pack": "publint && attw --pack . --profile esm-only", | ||
| "api:check": "api-extractor run --verbose", | ||
| "api:report": "api-extractor run --local --verbose" | ||
| }, | ||
@@ -38,0 +40,0 @@ "keywords": [ |
61971
0.21%