@squawk/flightplan 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # @squawk/flightplan
1
+ <h1><img src="../../assets/squawk-logo.svg" alt="squawk logo" width="48" height="48" style="vertical-align: middle">&nbsp; @squawk/flightplan</h1>
2
+
3
+ [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](../../LICENSE.md) [![npm](https://img.shields.io/npm/v/@squawk/flightplan)](https://www.npmjs.com/package/@squawk/flightplan) ![TypeScript](https://img.shields.io/badge/TypeScript-blue?logo=typescript&logoColor=white)
2
4
 
3
5
  Pure logic library for parsing flight plan route strings into structured,
4
6
  coordinate-resolved route elements. Composes airport, navaid, fix, airway,
@@ -6,6 +8,8 @@ and procedure resolvers to classify and resolve each token in a route string.
6
8
  Contains no bundled data - accepts resolver instances at initialization. For
7
9
  zero-config use, pair with the companion data and resolver packages.
8
10
 
11
+ Part of the [@squawk](https://www.npmjs.com/org/squawk) aviation library suite. See all packages on npm.
12
+
9
13
  ## Usage
10
14
 
11
15
  ```typescript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squawk/flightplan",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "type": "module",
5
5
  "description": "Flight plan route string parsing and resolution using composed navigation resolvers",
6
6
  "author": "Neil Cochran",
@@ -46,7 +46,7 @@
46
46
  "@squawk/navaids": "*",
47
47
  "@squawk/procedure-data": "*",
48
48
  "@squawk/procedures": "*",
49
- "@types/node": "^25.5.2"
49
+ "@types/node": "^25.6.0"
50
50
  },
51
51
  "keywords": [
52
52
  "aviation",