@mxtommy/kip 2.4.1 → 2.4.2

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/CHANGELOG.md CHANGED
@@ -1,4 +1,7 @@
1
-
1
+ # V 2.4.2
2
+ ## Fixes
3
+ * null path values causing errors, preventing proper value types assignment and default source selection
4
+ * Help text and color update
2
5
  # V 2.4.1
3
6
  ## Fixes
4
7
  * Progressive Web Application feature for mobile devices
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mxtommy/kip",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "An advanced and versatile marine instrumentation package to display Signal K data.",
5
5
  "license": "MIT",
6
6
  "author": {
package/public/index.html CHANGED
@@ -45,5 +45,5 @@
45
45
  <style>html,body,app-root{height:100%}body{margin:0;touch-action:none}</style><link rel="stylesheet" href="styles.a5d5fc1506885765.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.a5d5fc1506885765.css"></noscript></head>
46
46
  <body>
47
47
  <app-root></app-root>
48
- <script src="runtime.e75056c32c37f59d.js" type="module"></script><script src="polyfills.64db6be9cdc8f808.js" type="module"></script><script src="main.abf26f717737e775.js" type="module"></script>
48
+ <script src="runtime.e75056c32c37f59d.js" type="module"></script><script src="polyfills.64db6be9cdc8f808.js" type="module"></script><script src="main.cd1874cf6dbbc909.js" type="module"></script>
49
49
  </body></html>