signalk-mareas-ihm 2.3.2 → 2.3.3
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/CHANGELOG.md +10 -0
- package/README.md +1 -1
- package/dist/CHANGELOG.md +10 -0
- package/dist/README.md +1 -1
- package/dist/build-info.json +4 -4
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.3.3] - 2026-06-25
|
|
4
|
+
|
|
5
|
+
### English
|
|
6
|
+
|
|
7
|
+
- **README title cleanup** — removed the redundant `signalk-mareas-ihm —` prefix from the README heading. The page on npmjs.com now shows only the commercial name `AnchorWatch Pro: Smart Anchoring, AIS & Tides`. NPM keeps the package name (`signalk-mareas-ihm`) in its own metadata column, so duplicating it in the title was visual noise.
|
|
8
|
+
|
|
9
|
+
### Español
|
|
10
|
+
|
|
11
|
+
- **Limpieza del título del README** — quitado el prefijo redundante `signalk-mareas-ihm —` del encabezado del README. La página en npmjs.com ahora muestra solo el nombre comercial `AnchorWatch Pro: Smart Anchoring, AIS & Tides`. El nombre del paquete (`signalk-mareas-ihm`) ya lo enseña NPM en su propia columna de metadatos; duplicarlo en el título era ruido visual.
|
|
12
|
+
|
|
3
13
|
## [2.3.2] - 2026-06-24
|
|
4
14
|
|
|
5
15
|
### English
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# AnchorWatch Pro: Smart Anchoring, AIS & Tides
|
|
2
2
|
|
|
3
3
|
**A complete anchor watch and marine safety webapp for Signal K.**
|
|
4
4
|
Intelligent anchor monitoring, voice alarms, AIS anti-collision with cross-session cache, shelter forecast, on-board wave measurement and IHM Spain tides — running on your OpenPlotter / Raspberry Pi.
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.3.3] - 2026-06-25
|
|
4
|
+
|
|
5
|
+
### English
|
|
6
|
+
|
|
7
|
+
- **README title cleanup** — removed the redundant `signalk-mareas-ihm —` prefix from the README heading. The page on npmjs.com now shows only the commercial name `AnchorWatch Pro: Smart Anchoring, AIS & Tides`. NPM keeps the package name (`signalk-mareas-ihm`) in its own metadata column, so duplicating it in the title was visual noise.
|
|
8
|
+
|
|
9
|
+
### Español
|
|
10
|
+
|
|
11
|
+
- **Limpieza del título del README** — quitado el prefijo redundante `signalk-mareas-ihm —` del encabezado del README. La página en npmjs.com ahora muestra solo el nombre comercial `AnchorWatch Pro: Smart Anchoring, AIS & Tides`. El nombre del paquete (`signalk-mareas-ihm`) ya lo enseña NPM en su propia columna de metadatos; duplicarlo en el título era ruido visual.
|
|
12
|
+
|
|
3
13
|
## [2.3.2] - 2026-06-24
|
|
4
14
|
|
|
5
15
|
### English
|
package/dist/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# AnchorWatch Pro: Smart Anchoring, AIS & Tides
|
|
2
2
|
|
|
3
3
|
**A complete anchor watch and marine safety webapp for Signal K.**
|
|
4
4
|
Intelligent anchor monitoring, voice alarms, AIS anti-collision with cross-session cache, shelter forecast, on-board wave measurement and IHM Spain tides — running on your OpenPlotter / Raspberry Pi.
|
package/dist/build-info.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.3.
|
|
3
|
-
"timestamp": "20260625-
|
|
4
|
-
"gitHash": "
|
|
2
|
+
"version": "2.3.3",
|
|
3
|
+
"timestamp": "20260625-0244",
|
|
4
|
+
"gitHash": "1dd7369",
|
|
5
5
|
"gitDirty": false,
|
|
6
|
-
"builtAt": "2026-06-
|
|
6
|
+
"builtAt": "2026-06-25T00:44:44.666Z"
|
|
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 = "
|
|
52
|
+
const PLUGIN_REVISION = "Rev547";
|
|
53
53
|
// Rev478 (C-17): schemaVersion=2. Introduce bloque `grounding` (FSM Physics/
|
|
54
54
|
// Config/Notification de Rev477) y `gpsAgeMs` (C-12). Frontend cacheado con
|
|
55
55
|
// expected=1 debe forzar reload. SERVER_INSTANCE_ID detecta restart vivo del
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "signalk-mareas-ihm",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.3",
|
|
4
4
|
"description": "A complete anchor watch and marine safety webapp for Signal K — intelligent anchor monitoring with predictive swing radius, voice alarms (drag/AIS/grounding), AIS anti-collision with cross-session cache, shelter forecast, on-board wave measurement from IMU, IHM Spain tides and multi-layer chart viewer. Runs on OpenPlotter / Raspberry Pi.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|