sailkick-boat 0.18.4 → 0.18.5
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/index.js +3 -2
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -104,8 +104,9 @@ module.exports = function (app) {
|
|
|
104
104
|
id: 'sailkick-boat',
|
|
105
105
|
name: 'Sailkick boat companion',
|
|
106
106
|
description:
|
|
107
|
-
'
|
|
108
|
-
'
|
|
107
|
+
'Runs the sailkick app on board: charts and maps cached for offline, live data ' +
|
|
108
|
+
'(position, trends, AIS) served from this boat\'s own SignalK, and telemetry ' +
|
|
109
|
+
'synced to your sailkick account. Each part can be turned off below.'
|
|
109
110
|
}
|
|
110
111
|
|
|
111
112
|
plugin.schema = {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sailkick-boat",
|
|
3
|
-
"version": "0.18.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.18.5",
|
|
4
|
+
"description": "Run the sailkick app on board with no internet: charts, weather, climatology, trends and AIS all served from the boat itself. With a sailkick account it also syncs your metrics to the cloud in real time. Alpha, invite-only — info@sailkick.io",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "node --test"
|