@meri-imperiumi/signalk-mob-notifier 1.0.2 → 1.0.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/plugin/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meri-imperiumi/signalk-mob-notifier",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Create Signal K notifications for discovered AIS MOB, EPIRB, and SART beacons",
5
5
  "main": "plugin/index.js",
6
6
  "scripts": {
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "keywords": [
14
14
  "signalk-node-server-plugin",
15
- "signalk-category-utility"
15
+ "signalk-category-notifications"
16
16
  ],
17
17
  "author": "Henri Bergius <henri.bergius@iki.fi>",
18
18
  "license": "MIT",
package/plugin/index.js CHANGED
@@ -91,7 +91,7 @@ module.exports = (app) => {
91
91
  notified.splice(notified.indexOf(mmsi), 1);
92
92
  });
93
93
 
94
- app.setPluginStatus(`${mobs.length} MOB or SART beacons detected`);
94
+ app.setPluginStatus(`${mobs.length} MOB, EPIRB, or SART beacons detected`);
95
95
 
96
96
  if (mobs.length === 0) {
97
97
  return;