@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 +5 -0
- package/dist/package.json +1 -1
- package/eslint.config.js +3 -0
- package/package.json +1 -1
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
package/eslint.config.js
CHANGED
package/package.json
CHANGED