@tak-ps/node-tak 12.15.3 → 12.16.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +36 -32
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -10,131 +10,135 @@
10
10
 
11
11
  ## Version History
12
12
 
13
- ### v12.15.3 - 2025-05-03
13
+ ### v12.16.0 - 2026-05-03
14
14
 
15
15
  - :arrow_up: Update Core Deps
16
16
 
17
- ### v12.15.2 - 2025-04-27
17
+ ### v12.15.3 - 2026-05-03
18
+
19
+ - :arrow_up: Update Core Deps
20
+
21
+ ### v12.15.2 - 2026-04-27
18
22
 
19
23
  - :bug: MimeType fallback on File upload
20
24
 
21
- ### v12.15.1 - 2025-04-24
25
+ ### v12.15.1 - 2026-04-24
22
26
 
23
27
  - :bug: Use provided headers in Mission Update
24
28
 
25
- ### v12.15.0 - 2025-04-24
29
+ ### v12.15.0 - 2026-04-24
26
30
 
27
31
  - :rocket: Add support for changing groups on Missions
28
32
 
29
- ### v12.14.0 - 2025-04-23
33
+ ### v12.14.0 - 2026-04-23
30
34
 
31
35
  - :rocket: Add support for setting keywords and deleting keywords on Missions
32
36
 
33
- ### v12.13.0 - 2025-04-22
37
+ ### v12.13.0 - 2026-04-22
34
38
 
35
39
  - :rocket: Surface cause of a failed network request in error message
36
40
 
37
- ### v12.12.0 - 2025-04-21
41
+ ### v12.12.0 - 2026-04-21
38
42
 
39
43
  - :tada: Add Mission Children/Parent API
40
44
 
41
- ### v12.11.1 - 2025-04-20
45
+ ### v12.11.1 - 2026-04-20
42
46
 
43
47
  - :bug: Fix URL endpoints
44
48
 
45
- ### v12.11.0 - 2025-04-20
49
+ ### v12.11.0 - 2026-04-20
46
50
 
47
51
  - :tada: Handle Mission Package Updates
48
52
 
49
- ### v12.10.0 - 2025-04-14
53
+ ### v12.10.0 - 2026-04-14
50
54
 
51
55
  - :rocket: handle multipart form data internally
52
56
 
53
- ### v12.9.0 - 2025-04-13
57
+ ### v12.9.0 - 2026-04-13
54
58
 
55
59
  - :arrow_up: Remove `tape` in favor of `node:test` and update tests accordingly
56
60
 
57
- ### v12.8.0 - 2025-04-13
61
+ ### v12.8.0 - 2026-04-13
58
62
 
59
63
  - :arrow_up: Remove use of `form-data`
60
64
 
61
- ### v12.7.0 - 2025-04-13
65
+ ### v12.7.0 - 2026-04-13
62
66
 
63
67
  - :arrow_up: Migrate to Typescript 6.0
64
68
 
65
- ### v12.6.0 - 2025-04-08
69
+ ### v12.6.0 - 2026-04-08
66
70
 
67
71
  - :arrow_up: Migrate to DFPC controlled P12 extractor library
68
72
 
69
- ### v12.5.0 - 2025-04-06
73
+ ### v12.5.0 - 2026-04-06
70
74
 
71
75
  - :arrow_up: Update to TypeScript@6
72
76
 
73
- ### v12.4.0 - 2025-03-18
77
+ ### v12.4.0 - 2026-03-18
74
78
 
75
79
  - :arrow_up: Update pinned node-cot dep
76
80
 
77
- ### v12.3.1 - 2025-03-18
81
+ ### v12.3.1 - 2026-03-18
78
82
 
79
83
  - :arrow_up: Update pinned node-cot dep
80
84
 
81
- ### v12.3.0 - 2025-03-18
85
+ ### v12.3.0 - 2026-03-18
82
86
 
83
87
  - :rocket: Enable Flow Stripping Option
84
88
 
85
- ### v12.2.1 - 2025-03-13
89
+ ### v12.2.1 - 2026-03-13
86
90
 
87
91
  - :rocket: Switch to using body to avoid URL encoding issues
88
92
 
89
- ### v12.2.0 - 2025-03-06
93
+ ### v12.2.0 - 2026-03-06
90
94
 
91
95
  - :rocket: Adjust mission contentResource to support REMOVE_CONTENT
92
96
 
93
- ### v12.1.0 - 2025-03-02
97
+ ### v12.1.0 - 2026-03-02
94
98
 
95
99
  - :bug: Fix connect_ssl race condition where a stale socket's delayed close or end event could destroy a newly-reconnected socket, leaving the connection permanently dead after a server restart.
96
100
 
97
- ### v12.0.0 - 2025-02-11
101
+ ### v12.0.0 - 2026-02-11
98
102
 
99
103
  - :tada: Significantly improve memory performance of client when writing large amounts of data
100
104
 
101
- ### v11.26.2 - 2025-02-05
105
+ ### v11.26.2 - 2026-02-05
102
106
 
103
107
  - :bug: Wrap return type of Client list in TAKList object
104
108
 
105
- ### v11.26.1 - 2025-02-05
109
+ ### v11.26.1 - 2026-02-05
106
110
 
107
111
  - :rocket: Allow specifying Client Endpoint List query parameters
108
112
 
109
- ### v11.26.0 - 2025-02-05
113
+ ### v11.26.0 - 2026-02-05
110
114
 
111
115
  - :tada: Add support for Client Endpoint List
112
116
 
113
- ### v11.25.2 - 2025-02-03
117
+ ### v11.25.2 - 2026-02-03
114
118
 
115
119
  - :arrow_up: Update Core Deps
116
120
 
117
- ### v11.25.1 - 2025-01-28
121
+ ### v11.25.1 - 2026-01-28
118
122
 
119
123
  - :rocket: MissionGuid is optional
120
124
 
121
- ### v11.25.0 - 2025-01-28
125
+ ### v11.25.0 - 2026-01-28
122
126
 
123
127
  - :rocket: Update MissionChange type
124
128
 
125
- ### v11.24.0 - 2025-01-06
129
+ ### v11.24.0 - 2026-01-06
126
130
 
127
131
  - :rocket: Require clientUid in Mission Invite List
128
132
 
129
- ### v11.23.0 - 2025-01-05
133
+ ### v11.23.0 - 2026-01-05
130
134
 
131
135
  - :rocket: Updated Mission Invite after talking to TPC Developers
132
136
 
133
- ### v11.22.0 - 2025-01-05
137
+ ### v11.22.0 - 2026-01-05
134
138
 
135
139
  - :rocket: Add Mission Invite Get and improve List Support
136
140
 
137
- ### v11.21.0 - 2025-01-05
141
+ ### v11.21.0 - 2026-01-05
138
142
 
139
143
  - :tada: Add Mission Invite & Uninvite Support
140
144
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/node-tak",
3
3
  "type": "module",
4
- "version": "12.15.3",
4
+ "version": "12.16.0",
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",