@tak-ps/node-tak 9.3.0 → 9.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -10,6 +10,14 @@
10
10
 
11
11
  ## Version History
12
12
 
13
+ ### v9.3.2
14
+
15
+ - :arrow_up: Update Core Deps
16
+
17
+ ### v9.3.1
18
+
19
+ - :arrow_up: Update Core Deps
20
+
13
21
  ### v9.3.0
14
22
 
15
23
  - :tada: Add Profile Connection API Call
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/node-tak",
3
3
  "type": "module",
4
- "version": "9.3.0",
4
+ "version": "9.3.2",
5
5
  "description": "Lightweight JavaScript library for communicating with TAK Server",
6
6
  "author": "Nick Ingalls <nick@ingalls.ca>",
7
7
  "main": "dist/index.js",
@@ -41,7 +41,7 @@
41
41
  "devDependencies": {
42
42
  "@inquirer/prompts": "^7.5.1",
43
43
  "@types/minimist": "^1.2.5",
44
- "@types/node": "^22.0.0",
44
+ "@types/node": "^24.0.0",
45
45
  "@types/pem": "^1.14.4",
46
46
  "@types/tape": "^5.6.0",
47
47
  "@types/xml2js": "^0.4.14",