matterbridge 1.2.4 → 1.2.5

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.
Files changed (34) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/README.md +81 -8
  3. package/TODO.md +7 -0
  4. package/dist/cli.js +6 -1
  5. package/dist/cli.js.map +1 -1
  6. package/dist/index.d.ts +2 -0
  7. package/dist/index.d.ts.map +1 -1
  8. package/dist/index.js +2 -0
  9. package/dist/index.js.map +1 -1
  10. package/dist/matterbridge.d.ts +8 -0
  11. package/dist/matterbridge.d.ts.map +1 -1
  12. package/dist/matterbridge.js +94 -12
  13. package/dist/matterbridge.js.map +1 -1
  14. package/dist/matterbridgeController.d.ts.map +1 -1
  15. package/dist/matterbridgeController.js +9 -0
  16. package/dist/matterbridgeController.js.map +1 -1
  17. package/dist/matterbridgeDevice.d.ts +1241 -9
  18. package/dist/matterbridgeDevice.d.ts.map +1 -1
  19. package/dist/matterbridgeDevice.js +314 -91
  20. package/dist/matterbridgeDevice.js.map +1 -1
  21. package/frontend/build/asset-manifest.json +14 -14
  22. package/frontend/build/index.html +1 -1
  23. package/frontend/build/matterbridge 32x32.png +0 -0
  24. package/frontend/build/matterbridge 64x64.png +0 -0
  25. package/frontend/build/static/css/main.61f6cf42.css +1 -1
  26. package/frontend/build/static/css/main.61f6cf42.css.map +1 -1
  27. package/frontend/build/static/js/main.6b861489.js +3 -0
  28. package/frontend/build/static/js/{main.e3553a4d.js.LICENSE.txt → main.6b861489.js.LICENSE.txt} +99 -99
  29. package/frontend/build/static/js/main.6b861489.js.map +1 -0
  30. package/matterbridge.service +18 -0
  31. package/package.json +6 -5
  32. package/frontend/build/Matterbridge.jpg +0 -0
  33. package/frontend/build/static/js/main.e3553a4d.js +0 -3
  34. package/frontend/build/static/js/main.e3553a4d.js.map +0 -1
@@ -1,99 +1,99 @@
1
- /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
2
-
3
- /**
4
- * @license React
5
- * react-dom.production.min.js
6
- *
7
- * Copyright (c) Facebook, Inc. and its affiliates.
8
- *
9
- * This source code is licensed under the MIT license found in the
10
- * LICENSE file in the root directory of this source tree.
11
- */
12
-
13
- /**
14
- * @license React
15
- * react-is.production.min.js
16
- *
17
- * Copyright (c) Facebook, Inc. and its affiliates.
18
- *
19
- * This source code is licensed under the MIT license found in the
20
- * LICENSE file in the root directory of this source tree.
21
- */
22
-
23
- /**
24
- * @license React
25
- * react-jsx-runtime.production.min.js
26
- *
27
- * Copyright (c) Facebook, Inc. and its affiliates.
28
- *
29
- * This source code is licensed under the MIT license found in the
30
- * LICENSE file in the root directory of this source tree.
31
- */
32
-
33
- /**
34
- * @license React
35
- * react.production.min.js
36
- *
37
- * Copyright (c) Facebook, Inc. and its affiliates.
38
- *
39
- * This source code is licensed under the MIT license found in the
40
- * LICENSE file in the root directory of this source tree.
41
- */
42
-
43
- /**
44
- * @license React
45
- * scheduler.production.min.js
46
- *
47
- * Copyright (c) Facebook, Inc. and its affiliates.
48
- *
49
- * This source code is licensed under the MIT license found in the
50
- * LICENSE file in the root directory of this source tree.
51
- */
52
-
53
- /**
54
- * @license qrcode.react
55
- * Copyright (c) Paul O'Shannessy
56
- * SPDX-License-Identifier: ISC
57
- */
58
-
59
- /**
60
- * @remix-run/router v1.15.1
61
- *
62
- * Copyright (c) Remix Software Inc.
63
- *
64
- * This source code is licensed under the MIT license found in the
65
- * LICENSE.md file in the root directory of this source tree.
66
- *
67
- * @license MIT
68
- */
69
-
70
- /**
71
- * React Router DOM v6.22.1
72
- *
73
- * Copyright (c) Remix Software Inc.
74
- *
75
- * This source code is licensed under the MIT license found in the
76
- * LICENSE.md file in the root directory of this source tree.
77
- *
78
- * @license MIT
79
- */
80
-
81
- /**
82
- * React Router v6.22.1
83
- *
84
- * Copyright (c) Remix Software Inc.
85
- *
86
- * This source code is licensed under the MIT license found in the
87
- * LICENSE.md file in the root directory of this source tree.
88
- *
89
- * @license MIT
90
- */
91
-
92
- /** @license React v16.13.1
93
- * react-is.production.min.js
94
- *
95
- * Copyright (c) Facebook, Inc. and its affiliates.
96
- *
97
- * This source code is licensed under the MIT license found in the
98
- * LICENSE file in the root directory of this source tree.
99
- */
1
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
2
+
3
+ /**
4
+ * @license React
5
+ * react-dom.production.min.js
6
+ *
7
+ * Copyright (c) Facebook, Inc. and its affiliates.
8
+ *
9
+ * This source code is licensed under the MIT license found in the
10
+ * LICENSE file in the root directory of this source tree.
11
+ */
12
+
13
+ /**
14
+ * @license React
15
+ * react-is.production.min.js
16
+ *
17
+ * Copyright (c) Facebook, Inc. and its affiliates.
18
+ *
19
+ * This source code is licensed under the MIT license found in the
20
+ * LICENSE file in the root directory of this source tree.
21
+ */
22
+
23
+ /**
24
+ * @license React
25
+ * react-jsx-runtime.production.min.js
26
+ *
27
+ * Copyright (c) Facebook, Inc. and its affiliates.
28
+ *
29
+ * This source code is licensed under the MIT license found in the
30
+ * LICENSE file in the root directory of this source tree.
31
+ */
32
+
33
+ /**
34
+ * @license React
35
+ * react.production.min.js
36
+ *
37
+ * Copyright (c) Facebook, Inc. and its affiliates.
38
+ *
39
+ * This source code is licensed under the MIT license found in the
40
+ * LICENSE file in the root directory of this source tree.
41
+ */
42
+
43
+ /**
44
+ * @license React
45
+ * scheduler.production.min.js
46
+ *
47
+ * Copyright (c) Facebook, Inc. and its affiliates.
48
+ *
49
+ * This source code is licensed under the MIT license found in the
50
+ * LICENSE file in the root directory of this source tree.
51
+ */
52
+
53
+ /**
54
+ * @license qrcode.react
55
+ * Copyright (c) Paul O'Shannessy
56
+ * SPDX-License-Identifier: ISC
57
+ */
58
+
59
+ /**
60
+ * @remix-run/router v1.15.1
61
+ *
62
+ * Copyright (c) Remix Software Inc.
63
+ *
64
+ * This source code is licensed under the MIT license found in the
65
+ * LICENSE.md file in the root directory of this source tree.
66
+ *
67
+ * @license MIT
68
+ */
69
+
70
+ /**
71
+ * React Router DOM v6.22.1
72
+ *
73
+ * Copyright (c) Remix Software Inc.
74
+ *
75
+ * This source code is licensed under the MIT license found in the
76
+ * LICENSE.md file in the root directory of this source tree.
77
+ *
78
+ * @license MIT
79
+ */
80
+
81
+ /**
82
+ * React Router v6.22.1
83
+ *
84
+ * Copyright (c) Remix Software Inc.
85
+ *
86
+ * This source code is licensed under the MIT license found in the
87
+ * LICENSE.md file in the root directory of this source tree.
88
+ *
89
+ * @license MIT
90
+ */
91
+
92
+ /** @license React v16.13.1
93
+ * react-is.production.min.js
94
+ *
95
+ * Copyright (c) Facebook, Inc. and its affiliates.
96
+ *
97
+ * This source code is licensed under the MIT license found in the
98
+ * LICENSE file in the root directory of this source tree.
99
+ */