@airframes/acars-decoder 1.3.1 → 1.3.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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1 +1,7 @@
1
1
  # acars-decoder-typescript
2
+
3
+ ACARS is an aircraft communications messaging protocol that has been in use worldwide for a few decades. This library exists to specifically decode the text portion of the ACARS message payload.
4
+
5
+ It has been written in TypeScript (which compiles to Javascript) and is published as an NPM package.
6
+
7
+ 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, you may use this library in your own applications freely.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airframes/acars-decoder",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "ACARS Message Decoder for TypeScript/JavaScript",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",