@tak-ps/node-tak 11.20.1 → 11.20.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.
@@ -7,7 +7,7 @@ on:
7
7
 
8
8
  permissions:
9
9
  id-token: write # Required for OIDC
10
- contents: read
10
+ contents: write
11
11
 
12
12
  jobs:
13
13
  build:
package/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ## Version History
12
12
 
13
+ ### v11.20.2 - 2025-12-24
14
+
15
+ - :bug: Update Github Actions Workflow
16
+
13
17
  ### v11.20.1 - 2025-12-21
14
18
 
15
19
  - :bug: Update Github Actions Workflow
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/node-tak",
3
3
  "type": "module",
4
- "version": "11.20.1",
4
+ "version": "11.20.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",