@tak-ps/node-cot 3.4.2 → 3.4.3

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
+ ### v3.4.3
14
+
15
+ - :arrow_up: `TypeScript@5`
16
+
13
17
  ### v3.4.2
14
18
 
15
19
  - :bug: Fix location of track data
package/README.md CHANGED
@@ -44,6 +44,8 @@ The following are the most important/relevant properties
44
44
  | `.properties.start` | Time at which CoT is relevant |
45
45
  | `.properties.stale` | Time at which CoT expires |
46
46
  | `.properties.callsign`| Displayed callsign (basically the name of the feature) |
47
+ | `.properties.speed` | Speed in m/s of the object |
48
+ | `.properties.course` | Course in degrees from north of the object |
47
49
 
48
50
  Styles can also be applied to features using the following
49
51
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/node-cot",
3
3
  "type": "module",
4
- "version": "3.4.2",
4
+ "version": "3.4.3",
5
5
  "description": "Lightweight JavaScript library for parsing and manipulating TAK messages",
6
6
  "main": "dist/index.js",
7
7
  "types": "index.js",
@@ -30,8 +30,8 @@
30
30
  "eslint-plugin-node": "^11.1.0",
31
31
  "tape": "^5.6.1",
32
32
  "ts-node": "^10.9.1",
33
- "ts-node-test": "^0.3.0",
34
- "typescript": "^4.0.0"
33
+ "ts-node-test": "^0.4.0",
34
+ "typescript": "^5.0.0"
35
35
  },
36
36
  "repository": {
37
37
  "type": "git",