y2k-anchor-alarm 2.3.2 → 2.3.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "y2k-anchor-alarm",
3
- "version": "2.3.2",
4
- "description": "SignalK anchor alarm with wind speed alarm, wind direction shift alarm, AIS proximity detection, scope calculator, engine override, and physically accurate boat icons — fork of hoeken/hoekens-anchor-alarm with extra alarms and touch-friendly UI.",
3
+ "version": "2.3.4",
4
+ "description": "Anchor alarm with wind speed, wind shift & AIS proximity alarms, scope calculator and engine override — fork of hoeken/hoekens-anchor-alarm.",
5
5
  "main": "src/index.cjs",
6
6
  "type": "module",
7
7
  "scripts": {
@@ -32,7 +32,7 @@
32
32
  "signalk-category-ais"
33
33
  ],
34
34
  "signalk": {
35
- "appIcon": "anchoralarm.png",
35
+ "appIcon": "./anchoralarm.png",
36
36
  "displayName": "Y2K's Anchor Alarm",
37
37
  "screenshots": [
38
38
  "./screenshot.png"
Binary file
Binary file
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
- "short_name": "Anchor Alarm",
3
- "name": "Hoeken's Anchor Alarm",
2
+ "short_name": "Y2K Alarm",
3
+ "name": "Y2K's Anchor Alarm",
4
4
  "icons": [
5
5
  {
6
6
  "src": "favicons/android-chrome-192x192.png",
@@ -17,4 +17,4 @@
17
17
  "display": "standalone",
18
18
  "theme_color": "#000000",
19
19
  "background_color": "#ffffff"
20
- }
20
+ }
package/src/index.js CHANGED
@@ -31,7 +31,7 @@ export default function (app) {
31
31
 
32
32
  plugin.id = "y2k-anchor-alarm";
33
33
  plugin.name = "Y2K's Anchor Alarm";
34
- plugin.description = "Anchor alarm with scope calculator, scribble tracks, engine override, and physically accurate icons — plus wind and AIS proximity alarms.";
34
+ plugin.description = "Anchor alarm with wind speed, wind shift & AIS proximity alarms, scope calculator and engine override.";
35
35
 
36
36
  plugin.subscriberPeriod = 1000;
37
37