@tak-ps/node-cot 14.28.0 → 14.28.1

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,11 @@
12
12
 
13
13
  ### Pending Fixed
14
14
 
15
+ ### v14.28.1 - 2025-03-10
16
+
17
+ - :arrow_up: Update Core Deps
18
+ - :white_check_mark: Add test for XML Escaped Characters
19
+
15
20
  ### v14.28.0 - 2025-02-27
16
21
 
17
22
  - :rocket: If a `LineString` feature is provided that happens to have the same first and end coordinate, TAK will treat it as a polygon as the U-D type doesn't differentiate
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/node-cot",
3
3
  "type": "module",
4
- "version": "14.28.0",
4
+ "version": "14.28.1",
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/eslint.config.js CHANGED
@@ -2,6 +2,9 @@ import eslint from '@eslint/js';
2
2
  import tseslint from 'typescript-eslint';
3
3
 
4
4
  export default tseslint.config(
5
+ {
6
+ ignores: ['dist/**', 'docs/**', 'coverage/**']
7
+ },
5
8
  eslint.configs.recommended,
6
9
  ...tseslint.configs.recommended,
7
10
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/node-cot",
3
3
  "type": "module",
4
- "version": "14.28.0",
4
+ "version": "14.28.1",
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",