y2k-anchor-alarm 2.3.0 → 2.3.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.
Files changed (2) hide show
  1. package/package.json +10 -4
  2. package/screenshot.png +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "y2k-anchor-alarm",
3
- "version": "2.3.0",
3
+ "version": "2.3.2",
4
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.",
5
5
  "main": "src/index.cjs",
6
6
  "type": "module",
@@ -18,7 +18,8 @@
18
18
  "files": [
19
19
  "src",
20
20
  "shared",
21
- "public"
21
+ "public",
22
+ "screenshot.png"
22
23
  ],
23
24
  "lint-staged": {
24
25
  "*.js": "eslint --fix",
@@ -26,11 +27,16 @@
26
27
  },
27
28
  "keywords": [
28
29
  "signalk-node-server-plugin",
29
- "signalk-webapp"
30
+ "signalk-webapp",
31
+ "signalk-category-notifications",
32
+ "signalk-category-ais"
30
33
  ],
31
34
  "signalk": {
32
35
  "appIcon": "anchoralarm.png",
33
- "displayName": "Y2K's Anchor Alarm"
36
+ "displayName": "Y2K's Anchor Alarm",
37
+ "screenshots": [
38
+ "./screenshot.png"
39
+ ]
34
40
  },
35
41
  "author": {
36
42
  "name": "Y2K Sailing (forked from Zach Hoeken)",
package/screenshot.png ADDED
Binary file