@tak-ps/node-cot 12.32.1 → 12.32.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.
package/CHANGELOG.md CHANGED
@@ -12,6 +12,10 @@
12
12
 
13
13
  ### Pending Fixed
14
14
 
15
+ ### v12.32.2 - 2025-04-30
16
+
17
+ - :rocket: Remove Main
18
+
15
19
  ### v12.32.1 - 2025-04-30
16
20
 
17
21
  - :rocket: Add 2525 Export
package/dist/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@tak-ps/node-cot",
3
3
  "type": "module",
4
- "version": "12.32.1",
4
+ "version": "12.32.2",
5
5
  "description": "Lightweight JavaScript library for parsing and manipulating TAK messages",
6
6
  "author": "Nick Ingalls <nick@ingalls.ca>",
7
- "main": "dist/index.js",
8
7
  "types": "index.ts",
9
8
  "exports": {
10
9
  ".": "./dist/index.js",
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@tak-ps/node-cot",
3
3
  "type": "module",
4
- "version": "12.32.1",
4
+ "version": "12.32.2",
5
5
  "description": "Lightweight JavaScript library for parsing and manipulating TAK messages",
6
6
  "author": "Nick Ingalls <nick@ingalls.ca>",
7
- "main": "dist/index.js",
8
7
  "types": "index.ts",
9
8
  "exports": {
10
9
  ".": "./dist/index.js",