@tak-ps/node-cot 12.32.2 → 12.32.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
@@ -12,6 +12,10 @@
12
12
 
13
13
  ### Pending Fixed
14
14
 
15
+ ### v12.32.3 - 2025-04-30
16
+
17
+ - :rocket: Expose 2525 via index
18
+
15
19
  ### v12.32.2 - 2025-04-30
16
20
 
17
21
  - :rocket: Remove Main
package/dist/index.js CHANGED
@@ -3,6 +3,7 @@ export * as Feature from './lib/types/feature.js';
3
3
  export * as Types from './lib/types/types.js';
4
4
  export * as CoTTypes from './lib/types/cot-types.js';
5
5
  export * from './lib/chat.js';
6
+ export * as MilSymType from './lib/utils/2525.js';
6
7
  export * from './lib/sensor.js';
7
8
  export * from './lib/fileshare.js';
8
9
  export * from './lib/force-delete.js';
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,MAAM,cAAc,CAAC;AAC/B,OAAO,KAAK,OAAO,MAAM,wBAAwB,CAAC;AAClD,OAAO,KAAK,KAAK,MAAM,sBAAsB,CAAC;AAC9C,OAAO,KAAK,QAAQ,MAAM,0BAA0B,CAAC;AACrD,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AAErC,eAAe,GAAG,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,MAAM,cAAc,CAAC;AAC/B,OAAO,KAAK,OAAO,MAAM,wBAAwB,CAAC;AAClD,OAAO,KAAK,KAAK,MAAM,sBAAsB,CAAC;AAC9C,OAAO,KAAK,QAAQ,MAAM,0BAA0B,CAAC;AACrD,cAAc,eAAe,CAAC;AAC9B,OAAO,KAAK,UAAU,MAAM,qBAAqB,CAAC;AAClD,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AAErC,eAAe,GAAG,CAAC"}
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.2",
4
+ "version": "12.32.3",
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/index.ts CHANGED
@@ -3,6 +3,7 @@ export * as Feature from './lib/types/feature.js';
3
3
  export * as Types from './lib/types/types.js';
4
4
  export * as CoTTypes from './lib/types/cot-types.js';
5
5
  export * from './lib/chat.js';
6
+ export * as MilSymType from './lib/utils/2525.js';
6
7
  export * from './lib/sensor.js';
7
8
  export * from './lib/fileshare.js';
8
9
  export * from './lib/force-delete.js';
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.2",
4
+ "version": "12.32.3",
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",