signalk-mareas-ihm 2.1.1 → 2.1.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.
@@ -1,7 +1,7 @@
1
1
  {
2
- "version": "2.1.1",
3
- "timestamp": "20260603-1455",
2
+ "version": "2.1.2",
3
+ "timestamp": "20260609-0141",
4
4
  "gitHash": null,
5
5
  "gitDirty": true,
6
- "builtAt": "2026-06-03T12:55:45.424Z"
6
+ "builtAt": "2026-06-08T23:41:36.818Z"
7
7
  }
package/dist/index.js CHANGED
@@ -49,7 +49,7 @@ function isPositionValue(v) {
49
49
  // timestamp + git hash so we can verify exactly which build is running on the Pi
50
50
  // without ambiguity. ("¿Qué versión tengo deployada?" → /api/paths or landing.)
51
51
  const PLUGIN_VERSION = esmRequire("../package.json").version;
52
- const PLUGIN_REVISION = "Rev312";
52
+ const PLUGIN_REVISION = "Rev313";
53
53
  let _buildInfo = null;
54
54
  try {
55
55
  _buildInfo = esmRequire("./build-info.json");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "signalk-mareas-ihm",
3
- "version": "2.1.1",
4
- "description": "Official tide predictions from the Spanish Hydrographic Institute (IHM).",
3
+ "version": "2.1.2",
4
+ "description": "Complete SignalK anchor watch & marine safety webapp. Voice alarms for anchor drag, AIS collision risk and grounding. Shelter / anchorage forecast (wind exposure + wave history). Weather forecast (Open-Meteo). Depth & scope calculator. Multi-source nautical charts (Esri Satellite, IHM ENC S-52, bathymetry, MBTiles offline, OpenStreetMap, OpenSeaMap). Favourite anchorages. Multi-device real-time sync (SSE). Includes official IHM Spain tide predictions. Mobile-first UI in ES/EN.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "exports": "./dist/index.js",
@@ -19,15 +19,72 @@
19
19
  "signalk-node-server-plugin",
20
20
  "signalk-category-weather",
21
21
  "signalk-category-utility",
22
+ "signalk-category-instruments",
23
+ "signalk-plugin",
24
+ "anchor",
25
+ "anchor-watch",
26
+ "anchor-alarm",
27
+ "drag-alarm",
28
+ "anchor-drag",
29
+ "dragging",
30
+ "ais",
31
+ "ais-alarm",
32
+ "ais-collision",
33
+ "collision-avoidance",
34
+ "shelter",
35
+ "shelter-forecast",
36
+ "anchorage",
37
+ "anchorage-forecast",
38
+ "exposure",
39
+ "swing-radius",
40
+ "scope",
41
+ "chain",
42
+ "snubber",
43
+ "rode",
44
+ "depth",
45
+ "depth-calculator",
46
+ "sounder",
47
+ "echo-sounder",
48
+ "bathymetry",
49
+ "grounding-alarm",
22
50
  "weather",
23
- "utility",
51
+ "weather-forecast",
52
+ "marine-weather",
53
+ "open-meteo",
54
+ "tide",
24
55
  "tides",
25
- "mareas",
26
- "ihm",
27
- "spain",
56
+ "tide-prediction",
57
+ "tide-predictions",
58
+ "wms",
59
+ "enc",
60
+ "s-52",
61
+ "mbtiles",
62
+ "nautical-charts",
63
+ "marine-charts",
64
+ "chartplotter",
65
+ "chart-plotter",
66
+ "leaflet",
67
+ "openseamap",
68
+ "esri",
69
+ "marine",
28
70
  "nautical",
29
71
  "navigation",
30
- "marine"
72
+ "boat",
73
+ "yacht",
74
+ "sailing",
75
+ "cruising",
76
+ "liveaboard",
77
+ "safety",
78
+ "marine-safety",
79
+ "alarm",
80
+ "voice-alarm",
81
+ "tts",
82
+ "favourite-anchorages",
83
+ "multi-device",
84
+ "sse",
85
+ "real-time",
86
+ "ihm-spain",
87
+ "spain-tides"
31
88
  ],
32
89
  "author": {
33
90
  "name": "Aitonos",