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.
Files changed (2) hide show
  1. package/index.js +3 -2
  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
- 'Boat-side sailkick: gapless telemetry sync to the cloud + an offline-first ' +
108
- 'caching mirror of the sailkick app. Each feature can be toggled on/off.'
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",
4
- "description": "EARLY ALPHA cloud telemetry + offline maps for sailkick boats (www.sailkick.io; register on the web, paste the write token). Gapless boat→cloud telemetry sync to InfluxDB, and a local proxy that keeps the sailkick app and its charts/maps working fully offline on board.",
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"