@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 +3 -5
- package/package.json +2 -2
- package/public/assets/help/index.html +3 -1
- package/public/index.html +1 -1
- package/public/{main-6KPHLRET.js → main-EZERJUU2.js} +113 -118
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
|
-
-
|
|
191
|
-
-
|
|
192
|
-
- signalk-
|
|
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
|
|
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.
|
|
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",
|
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-
|
|
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>
|