@signalk/freeboard-sk 2.21.0-beta.1 → 2.21.0

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/README.md CHANGED
@@ -187,11 +187,9 @@ The following features require that the Signal K server have plugins / providers
187
187
 
188
188
  The following plugins are recommended for installation on the Signal K Server to enable full functionality:
189
189
 
190
- - @signalk/course-provider _(Course calculations e.g. XTE, DTG, etc.)_
191
- - @signalk/charts-plugin *(Mapbox tiles chart provider)*
192
- - signalk-pmtiles-plugin *(ProtoMaps chart provider)*
193
- - signalk-anchoralarm-plugin _(Anchor alarm settings & notifications)_
194
- - signalk-simple-notifications _(Depth alarm notifications)_
190
+ - Charts: `@signalk/charts-plugin`, `signalk-chart-provider-simple`, `signalk-pmtiles-plugin`, etc.
191
+ - Anchor Watch: `signalk-anchoralarm-plugin`
192
+ - Weather Forcasts: `signalk-openweather-provider`
195
193
 
196
194
  ---
197
195
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalk/freeboard-sk",
3
- "version": "2.21.0-beta.1",
3
+ "version": "2.21.0",
4
4
  "description": "Openlayers chart plotter implementation for Signal K",
5
5
  "keywords": [
6
6
  "signalk-webapp",
@@ -40,7 +40,7 @@
40
40
  ],
41
41
  "license": "Apache-v2",
42
42
  "dependencies": {
43
- "@signalk/server-api": "^2.22.0",
43
+ "@signalk/server-api": "^2.24.0",
44
44
  "geolib": "^3.3.3",
45
45
  "google-protobuf": "^4.0.1",
46
46
  "tslib": "^2.0.0",
@@ -220,7 +220,9 @@
220
220
  <tr>
221
221
  <td>Chart display</td>
222
222
  <td>
223
- <b>@signalk/charts-plugin</b>
223
+ <b>@signalk/charts-plugin</b><br />
224
+ <b>signalk-charts-provider-simple</b><br />
225
+ <b>signalk-pmtiles-plugin</b>
224
226
  </td>
225
227
  </tr>
226
228
  <tr>
package/public/index.html CHANGED
@@ -54,5 +54,5 @@
54
54
  </div>
55
55
  </div>
56
56
  </app-root>
57
- <link rel="modulepreload" href="chunk-FDERIQAA.js"><script src="polyfills-5CFQRCPP.js" type="module"></script><script src="main-6KPHLRET.js" type="module"></script></body>
57
+ <link rel="modulepreload" href="chunk-FDERIQAA.js"><script src="polyfills-5CFQRCPP.js" type="module"></script><script src="main-EZERJUU2.js" type="module"></script></body>
58
58
  </html>