@tak-ps/node-cot 5.3.0 → 5.3.1

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.
package/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ## Version History
12
12
 
13
+ ### v5.3.1
14
+
15
+ - :arrow_up: Update Core Deps
16
+
13
17
  ### v5.3.0
14
18
 
15
19
  - :rocket: Add full reversal support for Marti/Dest tags
package/README.md CHANGED
@@ -115,12 +115,13 @@ The following list is a very incomplete list of "special" CoT types and behavior
115
115
  | `u-d-f` | LineString or Polygon |
116
116
  | `u-d-r` | 4 Cornered Rectangle |
117
117
  | `b-a-o-tbl` | 911 Alert |
118
- | `b-a-o-can` | Cancel
119
- | `b-a-g` | GeoFenceBreach
120
- | `b-a-o-pan` | RingTheBell
121
- | `b-a-o-opn` | TroopsInContact
122
- | `b-t-f` | Chat
123
- | `b-t-f-d` | Chat delivery receipt
124
- | `b-t-f-r` | Chat read receipt
125
- | `b-t-f-p` | Chat pending receipt
126
- | `b-t-f-s` | Chat delivery failure
118
+ | `b-a-o-can` | Cancel |
119
+ | `b-a-g` | GeoFenceBreach |
120
+ | `b-a-o-pan` | RingTheBell |
121
+ | `b-a-o-opn` | TroopsInContact |
122
+ | `b-t-f` | Chat |
123
+ | `b-t-f-d` | Chat delivery receipt |
124
+ | `b-t-f-r` | Chat read receipt |
125
+ | `b-t-f-p` | Chat pending receipt |
126
+ | `b-t-f-s` | Chat delivery failure |
127
+ | `t-x-m-c-l` | Mission Change Notification |
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/node-cot",
3
3
  "type": "module",
4
- "version": "5.3.0",
4
+ "version": "5.3.1",
5
5
  "description": "Lightweight JavaScript library for parsing and manipulating TAK messages",
6
6
  "author": "Nick Ingalls <nick@ingalls.ca>",
7
7
  "main": "dist/index.js",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/node-cot",
3
3
  "type": "module",
4
- "version": "5.3.0",
4
+ "version": "5.3.1",
5
5
  "description": "Lightweight JavaScript library for parsing and manipulating TAK messages",
6
6
  "author": "Nick Ingalls <nick@ingalls.ca>",
7
7
  "main": "dist/index.js",