homebridge-config-ui-x 5.2.1-beta.3 → 5.2.1-beta.4
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 +1 -0
- package/package.json +1 -1
- package/public/3rdpartylicenses.txt +42 -42
- package/public/{chunk-FHKNGSN4.js → chunk-44D3RT6C.js} +1 -1
- package/public/{chunk-5LVPMXW6.js → chunk-46RUL2XE.js} +1 -1
- package/public/{chunk-F3RZH23D.js → chunk-4LVGGRJG.js} +1 -1
- package/public/{chunk-PYSX24ZW.js → chunk-4YD636D6.js} +1 -1
- package/public/{chunk-DYJIASZY.js → chunk-5VPU2MAW.js} +1 -1
- package/public/{chunk-2G2G5D2C.js → chunk-636IQVQ6.js} +1 -1
- package/public/{chunk-G4N6TU5A.js → chunk-6N55TNJG.js} +1 -1
- package/public/{chunk-VAL7FQ44.js → chunk-726ATBO7.js} +1 -1
- package/public/{chunk-IF2MY3JI.js → chunk-75KAGSZ4.js} +1 -1
- package/public/{chunk-6BCYYWML.js → chunk-BBTNODGX.js} +1 -1
- package/public/{chunk-CTPZNDZV.js → chunk-BDGX3TPD.js} +1 -1
- package/public/{chunk-63ZAX4W7.js → chunk-BVZWVIXL.js} +1 -1
- package/public/{chunk-XDR6SZ6V.js → chunk-CE7OVISJ.js} +1 -1
- package/public/{chunk-D7ZJGJFL.js → chunk-D32NXBKL.js} +1 -1
- package/public/{chunk-DYCIGMJH.js → chunk-DA3GZP6L.js} +1 -1
- package/public/{chunk-WBYZSZSQ.js → chunk-F6WTXQF2.js} +1 -1
- package/public/{chunk-KBB4HBFD.js → chunk-F7KN6SGX.js} +1 -1
- package/public/{chunk-AIQQGFRW.js → chunk-GBYD7PEO.js} +1 -1
- package/public/{chunk-XP7YJNXR.js → chunk-GVBPTSHE.js} +1 -1
- package/public/{chunk-YXXZXBDD.js → chunk-JORJGGYF.js} +1 -1
- package/public/{chunk-SQ2NNUW2.js → chunk-JUNUASP3.js} +1 -1
- package/public/{chunk-ENGXYMKB.js → chunk-JYDMQWOG.js} +1 -1
- package/public/{chunk-FBUXDF7O.js → chunk-KSAOC3CS.js} +1 -1
- package/public/{chunk-ZM3OKI4W.js → chunk-KX3A2TMK.js} +1 -1
- package/public/{chunk-34CFUFM4.js → chunk-LBTU3QZ3.js} +1 -1
- package/public/{chunk-2JQYF33Q.js → chunk-LTGIRFYB.js} +1 -1
- package/public/chunk-MEKSPPI3.js +28 -0
- package/public/{chunk-SUZY3J7O.js → chunk-OR2NR7FR.js} +1 -1
- package/public/chunk-OY4HWAQQ.js +1 -0
- package/public/{chunk-P5U4CYHB.js → chunk-PK3IEBRR.js} +1 -1
- package/public/{chunk-CBXKL2D4.js → chunk-PSGAWGOS.js} +1 -1
- package/public/{chunk-IMN7H4JK.js → chunk-PURQ26Z3.js} +1 -1
- package/public/{chunk-2IJIUQHS.js → chunk-R4QPH5AB.js} +1 -1
- package/public/{chunk-GPUZPTN4.js → chunk-ROEV5JQZ.js} +1 -1
- package/public/{chunk-MY2GNSS3.js → chunk-TIO3GNB7.js} +1 -1
- package/public/{chunk-VH7BMERV.js → chunk-UB3D74GZ.js} +1 -1
- package/public/{chunk-YCH3UKFR.js → chunk-UZZQ6FK7.js} +1 -1
- package/public/{chunk-FBYHCCLN.js → chunk-V5OEAUHL.js} +1 -1
- package/public/{chunk-2OFCKVVD.js → chunk-VQVQ7IY7.js} +1 -1
- package/public/chunk-WGY4AVVT.js +20 -0
- package/public/{chunk-R3ZK4BA7.js → chunk-X3JAGHJK.js} +1 -1
- package/public/{chunk-2SPNEO5Z.js → chunk-X5UDVMII.js} +1 -1
- package/public/{chunk-6UTN7LNS.js → chunk-XBVV5T2W.js} +1 -1
- package/public/chunk-XDDPTQEI.js +14 -0
- package/public/{chunk-BXK2GHAW.js → chunk-YPSEKDJZ.js} +1 -1
- package/public/{chunk-UPXAGR47.js → chunk-Z5CQQDBM.js} +1 -1
- package/public/{chunk-WGDEWOJU.js → chunk-ZNKFUL7Z.js} +1 -1
- package/public/index.html +1 -1
- package/public/main-7B7QR472.js +1 -0
- package/public/chunk-2EA5UCBE.js +0 -20
- package/public/chunk-2RKUDCJ6.js +0 -28
- package/public/chunk-CP4425IM.js +0 -1
- package/public/chunk-PJDX7TKL.js +0 -14
- package/public/main-ZXPYW5WY.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -24,6 +24,7 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.
|
|
|
24
24
|
- show admin/non-admin icon on user cards for easier identification
|
|
25
25
|
- added support icon and modal on users page
|
|
26
26
|
- use a new component for support modal footers for suggestions
|
|
27
|
+
- json config editor to offer child bridge restarts where possible
|
|
27
28
|
- terminal session persistence and macos shell optimization (@seidnerj)
|
|
28
29
|
|
|
29
30
|
### Other Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homebridge-config-ui-x",
|
|
3
3
|
"displayName": "Homebridge UI",
|
|
4
|
-
"version": "5.2.1-beta.
|
|
4
|
+
"version": "5.2.1-beta.4",
|
|
5
5
|
"description": "A web based management, configuration and control platform for Homebridge.",
|
|
6
6
|
"author": "oznu <dev@oz.nu>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -684,6 +684,48 @@ Package: nxt-sortablejs
|
|
|
684
684
|
License: "MIT"
|
|
685
685
|
|
|
686
686
|
|
|
687
|
+
--------------------------------------------------------------------------------
|
|
688
|
+
Package: uuid
|
|
689
|
+
License: "MIT"
|
|
690
|
+
|
|
691
|
+
The MIT License (MIT)
|
|
692
|
+
|
|
693
|
+
Copyright (c) 2010-2020 Robert Kieffer and other contributors
|
|
694
|
+
|
|
695
|
+
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:
|
|
696
|
+
|
|
697
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
698
|
+
|
|
699
|
+
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.
|
|
700
|
+
|
|
701
|
+
--------------------------------------------------------------------------------
|
|
702
|
+
Package: json5
|
|
703
|
+
License: "MIT"
|
|
704
|
+
|
|
705
|
+
MIT License
|
|
706
|
+
|
|
707
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
708
|
+
|
|
709
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
710
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
711
|
+
in the Software without restriction, including without limitation the rights
|
|
712
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
713
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
714
|
+
furnished to do so, subject to the following conditions:
|
|
715
|
+
|
|
716
|
+
The above copyright notice and this permission notice shall be included in all
|
|
717
|
+
copies or substantial portions of the Software.
|
|
718
|
+
|
|
719
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
720
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
721
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
722
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
723
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
724
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
725
|
+
SOFTWARE.
|
|
726
|
+
|
|
727
|
+
[others]: https://github.com/json5/json5/contributors
|
|
728
|
+
|
|
687
729
|
--------------------------------------------------------------------------------
|
|
688
730
|
Package: lodash-es
|
|
689
731
|
License: "MIT"
|
|
@@ -736,48 +778,6 @@ maintained libraries used by this software which have their own
|
|
|
736
778
|
licenses; we recommend you read them, as their terms may differ from the
|
|
737
779
|
terms above.
|
|
738
780
|
|
|
739
|
-
--------------------------------------------------------------------------------
|
|
740
|
-
Package: uuid
|
|
741
|
-
License: "MIT"
|
|
742
|
-
|
|
743
|
-
The MIT License (MIT)
|
|
744
|
-
|
|
745
|
-
Copyright (c) 2010-2020 Robert Kieffer and other contributors
|
|
746
|
-
|
|
747
|
-
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:
|
|
748
|
-
|
|
749
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
750
|
-
|
|
751
|
-
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.
|
|
752
|
-
|
|
753
|
-
--------------------------------------------------------------------------------
|
|
754
|
-
Package: json5
|
|
755
|
-
License: "MIT"
|
|
756
|
-
|
|
757
|
-
MIT License
|
|
758
|
-
|
|
759
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
760
|
-
|
|
761
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
762
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
763
|
-
in the Software without restriction, including without limitation the rights
|
|
764
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
765
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
766
|
-
furnished to do so, subject to the following conditions:
|
|
767
|
-
|
|
768
|
-
The above copyright notice and this permission notice shall be included in all
|
|
769
|
-
copies or substantial portions of the Software.
|
|
770
|
-
|
|
771
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
772
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
773
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
774
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
775
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
776
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
777
|
-
SOFTWARE.
|
|
778
|
-
|
|
779
|
-
[others]: https://github.com/json5/json5/contributors
|
|
780
|
-
|
|
781
781
|
--------------------------------------------------------------------------------
|
|
782
782
|
Package: ngx-monaco-editor-v2
|
|
783
783
|
License: "MIT"
|