@marineyachtradar/signalk-plugin 0.5.7 → 0.6.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/README.md
CHANGED
|
@@ -5,7 +5,7 @@ A SignalK plugin that connects to [mayara-server](https://github.com/MarineYacht
|
|
|
5
5
|
## Prerequisites
|
|
6
6
|
|
|
7
7
|
- **SignalK Server ≥ 2.24.0** (the Radar API ships in 2.24.0+)
|
|
8
|
-
- **Node.js ≥
|
|
8
|
+
- **Node.js ≥ 22** (tested on Node 22 and 24)
|
|
9
9
|
- **[signalk-container](https://github.com/dirkwa/signalk-container) ≥ 0.1.6** (for managed container mode, optional)
|
|
10
10
|
- **Podman** or **Docker** runtime (for managed container mode)
|
|
11
11
|
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marineyachtradar/signalk-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "MaYaRa Radar - Connect SignalK to mayara-server",
|
|
5
5
|
"main": "plugin/index.js",
|
|
6
6
|
"signalk-plugin-enabled-by-default": true,
|
|
@@ -30,16 +30,20 @@
|
|
|
30
30
|
"description": "Marine radar display connected to mayara-server",
|
|
31
31
|
"location": "/plugins/@marineyachtradar/signalk-plugin/"
|
|
32
32
|
},
|
|
33
|
+
"screenshots": [
|
|
34
|
+
"./docs/screenshot/mayara_screenshot_1.png"
|
|
35
|
+
],
|
|
33
36
|
"requires": [
|
|
34
37
|
"signalk-container"
|
|
35
38
|
]
|
|
36
39
|
},
|
|
37
40
|
"files": [
|
|
38
41
|
"plugin/**/*",
|
|
39
|
-
"public/**/*"
|
|
42
|
+
"public/**/*",
|
|
43
|
+
"docs/**/*"
|
|
40
44
|
],
|
|
41
45
|
"engines": {
|
|
42
|
-
"node": ">=
|
|
46
|
+
"node": ">=22",
|
|
43
47
|
"signalk": ">=2.24.0"
|
|
44
48
|
},
|
|
45
49
|
"dependencies": {
|
|
@@ -60,7 +64,7 @@
|
|
|
60
64
|
"@eslint/js": "^9.0.0",
|
|
61
65
|
"@signalk/server-api": "^2.24.0",
|
|
62
66
|
"@types/express": "^5.0.0",
|
|
63
|
-
"@types/node": "^
|
|
67
|
+
"@types/node": "^22.0.0",
|
|
64
68
|
"@types/ws": "^8.5.0",
|
|
65
69
|
"eslint": "^9.26.0",
|
|
66
70
|
"eslint-config-prettier": "^10.0.0",
|