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 +3 -3
- package/public/anchoralarm.png +0 -0
- package/public/favicons/android-chrome-192x192.png +0 -0
- package/public/favicons/android-chrome-512x512.png +0 -0
- package/public/favicons/apple-touch-icon.png +0 -0
- package/public/favicons/favicon-16x16.png +0 -0
- package/public/favicons/favicon-32x32.png +0 -0
- package/public/favicons/favicon.ico +0 -0
- package/public/site.webmanifest +3 -3
- package/src/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "y2k-anchor-alarm",
|
|
3
|
-
"version": "2.3.
|
|
4
|
-
"description": "
|
|
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"
|
package/public/anchoralarm.png
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/public/site.webmanifest
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"short_name": "
|
|
3
|
-
"name": "
|
|
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
|
|
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
|
|