@tak-ps/node-cot 12.32.3 → 12.32.4

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
@@ -12,6 +12,10 @@
12
12
 
13
13
  ### Pending Fixed
14
14
 
15
+ ### v12.32.4 - 2025-05-20
16
+
17
+ - :arrow_up: Update Core Deps
18
+
15
19
  ### v12.32.3 - 2025-04-30
16
20
 
17
21
  - :rocket: Expose 2525 via index
package/README.md CHANGED
@@ -3,8 +3,8 @@
3
3
  <p align=center>Typescript/Javascript Cursor-On-Target Library</p>
4
4
 
5
5
  <p align='center'>
6
- <a href="https://codecov.io/gh/dfpc-coe/node-CoT" >
7
- <img src="https://codecov.io/gh/dfpc-coe/node-CoT/graph/badge.svg?token=0SENX44QG7"/>
6
+ <a href="https://codecov.io/gh/dfpc-coe/node-CoT" >
7
+ <img src="https://codecov.io/gh/dfpc-coe/node-CoT/graph/badge.svg?token=0SENX44QG7"/>
8
8
  </a>
9
9
  </p>
10
10
 
@@ -20,6 +20,17 @@ It also support creating and parsing the following TAK Data Types
20
20
  - Data Packages (CoTs, Attachments, etc)
21
21
  - Basemap XML Documents
22
22
 
23
+ ## API Documentation
24
+
25
+ API Documentation for the latest version can be found on our [Github Pages Site](https://dfpc-coe.github.io/node-CoT/)
26
+
27
+ Or generated locally with
28
+
29
+ ```sh
30
+ npm run doc
31
+
32
+ ```
33
+
23
34
  ## Installation
24
35
 
25
36
  ### NPM
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/node-cot",
3
3
  "type": "module",
4
- "version": "12.32.3",
4
+ "version": "12.32.4",
5
5
  "description": "Lightweight JavaScript library for parsing and manipulating TAK messages",
6
6
  "author": "Nick Ingalls <nick@ingalls.ca>",
7
7
  "types": "index.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/node-cot",
3
3
  "type": "module",
4
- "version": "12.32.3",
4
+ "version": "12.32.4",
5
5
  "description": "Lightweight JavaScript library for parsing and manipulating TAK messages",
6
6
  "author": "Nick Ingalls <nick@ingalls.ca>",
7
7
  "types": "index.ts",