@tak-ps/node-cot 12.11.0 → 12.13.0
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 +8 -0
- package/dist/lib/cot.js +368 -292
- package/dist/lib/cot.js.map +1 -1
- package/dist/lib/types/feature.js +13 -3
- package/dist/lib/types/feature.js.map +1 -1
- package/dist/lib/types/types.js +4 -2
- package/dist/lib/types/types.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/test/cot-video.test.js +65 -1
- package/dist/test/cot-video.test.js.map +1 -1
- package/dist/test/reversal-geojson.test.js.map +1 -1
- package/lib/cot.ts +766 -674
- package/lib/types/feature.ts +13 -2
- package/lib/types/types.ts +4 -2
- package/package.json +1 -1
- package/test/cot-video.test.ts +71 -1
- package/test/fixtures/video-connection.geojson +26 -0
- package/test/reversal-geojson.test.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,14 @@
|
|
|
12
12
|
|
|
13
13
|
### Pending Fixed
|
|
14
14
|
|
|
15
|
+
### v12.13.0 - 2024-11-04
|
|
16
|
+
|
|
17
|
+
- :rocket: Add support for Mission GUID dest tagging
|
|
18
|
+
|
|
19
|
+
### v12.12.0 - 2024-11-04
|
|
20
|
+
|
|
21
|
+
- :rocket: Add full bidirectional support for `ConnectionEntry` fields
|
|
22
|
+
|
|
15
23
|
### v12.11.0 - 2024-11-01
|
|
16
24
|
|
|
17
25
|
- :rocket: Allow `string` and `buffer` in `DataPackage.addFile` definition
|