@tak-ps/node-tak 5.0.0 → 7.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.
- package/CHANGELOG.md +8 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,14 @@
|
|
|
10
10
|
|
|
11
11
|
## Version History
|
|
12
12
|
|
|
13
|
+
### v7.0.0
|
|
14
|
+
|
|
15
|
+
- :arrow_up: Update required `node-cot` version to 11
|
|
16
|
+
|
|
17
|
+
### v6.0.0
|
|
18
|
+
|
|
19
|
+
- :arrow_up: Update required `node-cot` version to 10
|
|
20
|
+
|
|
13
21
|
### v5.0.0
|
|
14
22
|
|
|
15
23
|
- :arrow_up: Update required `node-cot` version to 9
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tak-ps/node-tak",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "7.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,19 +17,19 @@
|
|
|
17
17
|
"ajv": "^8.12.0"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@tak-ps/node-cot": "^
|
|
20
|
+
"@tak-ps/node-cot": "^11.0.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/express": "^4.17.21",
|
|
24
|
-
"@types/node": "^
|
|
24
|
+
"@types/node": "^22.0.0",
|
|
25
25
|
"@types/tape": "^5.6.0",
|
|
26
|
-
"eslint": "^
|
|
26
|
+
"eslint": "^9.0.0",
|
|
27
27
|
"tape": "^5.6.1",
|
|
28
28
|
"ts-node": "^10.9.1",
|
|
29
29
|
"ts-node-test": "^0.4.0",
|
|
30
|
-
"typedoc": "^0.
|
|
30
|
+
"typedoc": "^0.26.0",
|
|
31
31
|
"typescript": "^5.3.0",
|
|
32
|
-
"typescript-eslint": "^
|
|
32
|
+
"typescript-eslint": "^8.0.0"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|