@tak-ps/node-cot 8.5.1 → 8.5.2

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
@@ -10,6 +10,10 @@
10
10
 
11
11
  ## Version History
12
12
 
13
+ ### v8.5.2
14
+
15
+ - :arrow_up: Update Core Deps
16
+
13
17
  ### v8.5.1
14
18
 
15
19
  - :rocket: Use Simple Style Spec where possible `color` => `marker-color` and `opacity` => `marker-opacity`
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/node-cot",
3
3
  "type": "module",
4
- "version": "8.5.1",
4
+ "version": "8.5.2",
5
5
  "description": "Lightweight JavaScript library for parsing and manipulating TAK messages",
6
6
  "author": "Nick Ingalls <nick@ingalls.ca>",
7
7
  "main": "dist/index.js",
@@ -31,7 +31,6 @@
31
31
  "xml-js": "^1.6.11"
32
32
  },
33
33
  "devDependencies": {
34
- "@types/express": "^4.17.21",
35
34
  "@types/node": "^20.0.0",
36
35
  "@types/tape": "^5.6.0",
37
36
  "eslint": "^8.57.0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/node-cot",
3
3
  "type": "module",
4
- "version": "8.5.1",
4
+ "version": "8.5.2",
5
5
  "description": "Lightweight JavaScript library for parsing and manipulating TAK messages",
6
6
  "author": "Nick Ingalls <nick@ingalls.ca>",
7
7
  "main": "dist/index.js",
@@ -31,7 +31,6 @@
31
31
  "xml-js": "^1.6.11"
32
32
  },
33
33
  "devDependencies": {
34
- "@types/express": "^4.17.21",
35
34
  "@types/node": "^20.0.0",
36
35
  "@types/tape": "^5.6.0",
37
36
  "eslint": "^8.57.0",