You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,7 @@
1
-
# Node.js Support Policy
2
-
3
-
- Runtime support: Node.js >= 18
4
-
- Development and CI: validated on Node 18.x, 20.x, 22.x, and 24.x
5
-
- TypeScript development uses the latest stable Node types (currently v24) without forcing consumers to use a specific Node types version, since `@types/node` is a devDependency.
6
-
- The published builds are compiled targeting Node 18 runtime via `tsup` so they remain compatible across supported Node versions.
7
-
8
-
# @airframes/acars-decoder
9
-
10
-
This is a no-op documentation tweak to verify repository access, build/lint, tests, and PR workflow. No functional code changes are included.
@@ -27,6 +17,13 @@ It has been written in TypeScript (which compiles to Javascript) and is publishe
27
17
28
18
You are welcome to contribute (please see https://github.com/airframesio/acars-message-documentation where we collaborate to research and document the various types of messages), and while it was primarily developed to power [Airframes](https://app.airframes.io) and [AcarsHub](https://sdr-e.com/docker-acarshub), you may use this library in your own applications freely.
29
19
20
+
# Node.js Support Policy
21
+
22
+
- Runtime support: Node.js >= 18
23
+
- Development and CI: validated on Node 18.x, 20.x, 22.x, and 24.x
24
+
- TypeScript development uses the latest stable Node types (currently v24) without forcing consumers to use a specific Node types version, since `@types/node` is a devDependency.
25
+
- The published builds are compiled targeting Node 18 runtime via `tsup` so they remain compatible across supported Node versions.
26
+
30
27
# Installation
31
28
32
29
Add the `@airframes/acars-decoder` library to your JavaScript or TypeScript project.
0 commit comments