@tak-ps/node-cot 2.6.0 → 2.7.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/node-cot",
3
3
  "type": "module",
4
- "version": "2.6.0",
4
+ "version": "2.7.0",
5
5
  "description": "Lightweight JavaScript library for parsing and manipulating TAK messages",
6
6
  "main": "index.js",
7
7
  "scripts": {
@@ -118,7 +118,7 @@ test('XML.from_geojson - LineString', (t) => {
118
118
  tog: { _attributes: { enabled: '0' } },
119
119
  strokeColor: { _attributes: { value: 16776960 } },
120
120
  strokeWeight: { _attributes: { value: 3 } },
121
- strokeStyle: { _attributes: { value: 'solid' } },
121
+ strokeStyle: { _attributes: { value: 'solid' } }
122
122
  });
123
123
 
124
124
  t.end();