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