@tak-ps/node-tak 2.1.1 → 3.0.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.
@@ -30,3 +30,6 @@ jobs:
30
30
  run: npm publish
31
31
  env:
32
32
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
33
+
34
+ - name: Github Release
35
+ uses: softprops/action-gh-release@v2
package/CHANGELOG.md CHANGED
@@ -10,6 +10,14 @@
10
10
 
11
11
  ## Version History
12
12
 
13
+ ### v3.0.0
14
+
15
+ - :arrow_up: Update required `node-tak` version to 3
16
+
17
+ ### v2.1.2
18
+
19
+ - :rocket: Add automatic GH Release
20
+
13
21
  ### v2.1.1
14
22
 
15
23
  - :arrow_up: Move ts-eslint to dev deps
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/node-tak",
3
3
  "type": "module",
4
- "version": "2.1.1",
4
+ "version": "3.0.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",
@@ -17,7 +17,7 @@
17
17
  "ajv": "^8.12.0"
18
18
  },
19
19
  "peerDependencies": {
20
- "@tak-ps/node-cot": "^6.1.0"
20
+ "@tak-ps/node-cot": "^7.0.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^20.0.0",