@mxtommy/kip 2.0.0 → 2.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mxtommy/kip",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "An advanced and verasatile marine instrumentation package to display Signal K data.",
5
5
  "license": "MIT",
6
6
  "author": {"name": "Thomas St.Pierre", "email": "thomas@samoht.ca"},
@@ -22,7 +22,7 @@
22
22
  "nmea"
23
23
  ],
24
24
  "signalk": {
25
- "appIcon": "./assets/icon-64x64.png",
25
+ "appIcon": "./assets/icon-72x72.png",
26
26
  "displayName": "KIP Instrument MFD"
27
27
  },
28
28
  "scripts": {
@@ -29,18 +29,12 @@ THE SOFTWARE.
29
29
  @angular/common
30
30
  MIT
31
31
 
32
- @angular/compiler
33
- MIT
34
-
35
32
  @angular/core
36
33
  MIT
37
34
 
38
35
  @angular/forms
39
36
  MIT
40
37
 
41
- @angular/localize
42
- MIT
43
-
44
38
  @angular/material
45
39
  MIT
46
40
  The MIT License
@@ -308,7 +302,7 @@ chart.js
308
302
  MIT
309
303
  The MIT License (MIT)
310
304
 
311
- Copyright (c) 2014-2021 Chart.js Contributors
305
+ Copyright (c) 2014-2022 Chart.js Contributors
312
306
 
313
307
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
314
308
 
@@ -359,7 +353,7 @@ SOFTWARE.
359
353
 
360
354
  core-js
361
355
  MIT
362
- Copyright (c) 2014-2022 Denis Pushkarev
356
+ Copyright (c) 2014-2023 Denis Pushkarev
363
357
 
364
358
  Permission is hereby granted, free of charge, to any person obtaining a copy
365
359
  of this software and associated documentation files (the "Software"), to deal
@@ -745,21 +739,6 @@ The above copyright notice and this permission notice shall be included in all c
745
739
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
746
740
 
747
741
 
748
- tslib
749
- 0BSD
750
- Copyright (c) Microsoft Corporation.
751
-
752
- Permission to use, copy, modify, and/or distribute this software for any
753
- purpose with or without fee is hereby granted.
754
-
755
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
756
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
757
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
758
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
759
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
760
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
761
- PERFORMANCE OF THIS SOFTWARE.
762
-
763
742
  zone.js
764
743
  MIT
765
744
  The MIT License
Binary file
package/public/index.html CHANGED
@@ -14,6 +14,6 @@
14
14
 
15
15
  <body>
16
16
  <app-root></app-root>
17
- <script src="runtime.e75056c32c37f59d.js" type="module"></script><script src="polyfills.d1da7d2e907c253a.js" type="module"></script><script src="main.9dba30de44eed02b.js" type="module"></script>
17
+ <script src="runtime.e75056c32c37f59d.js" type="module"></script><script src="polyfills.64db6be9cdc8f808.js" type="module"></script><script src="main.f3d15cc777474f5f.js" type="module"></script>
18
18
 
19
19
  </body></html>