@tak-ps/node-cot 12.32.0 → 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,14 @@
12
12
 
13
13
  ### Pending Fixed
14
14
 
15
+ ### v12.32.2 - 2025-04-30
16
+
17
+ - :rocket: Remove Main
18
+
19
+ ### v12.32.1 - 2025-04-30
20
+
21
+ - :rocket: Add 2525 Export
22
+
15
23
  ### v12.32.0 - 2025-04-30
16
24
 
17
25
  - :tada: Augment COT Types with 2525B
package/dist/package.json CHANGED
@@ -1,11 +1,14 @@
1
1
  {
2
2
  "name": "@tak-ps/node-cot",
3
3
  "type": "module",
4
- "version": "12.32.0",
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",
8
+ "exports": {
9
+ ".": "./dist/index.js",
10
+ "./2525": "./dist/lib/utils/2525.js"
11
+ },
9
12
  "scripts": {
10
13
  "test": "c8 --reporter=lcov ts-node-test test/",
11
14
  "lint": "eslint *.ts lib/ test/",
package/package.json CHANGED
@@ -1,11 +1,14 @@
1
1
  {
2
2
  "name": "@tak-ps/node-cot",
3
3
  "type": "module",
4
- "version": "12.32.0",
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",
8
+ "exports": {
9
+ ".": "./dist/index.js",
10
+ "./2525": "./dist/lib/utils/2525.js"
11
+ },
9
12
  "scripts": {
10
13
  "test": "c8 --reporter=lcov ts-node-test test/",
11
14
  "lint": "eslint *.ts lib/ test/",