matterbridge 1.1.7 → 1.1.9

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 (31) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/README.md +1 -1
  3. package/dist/cli.d.ts +22 -0
  4. package/dist/cli.d.ts.map +1 -1
  5. package/dist/cli.js +26 -2
  6. package/dist/cli.js.map +1 -1
  7. package/dist/index.js +4 -2
  8. package/dist/index.js.map +1 -1
  9. package/dist/matterbridge.d.ts +17 -2
  10. package/dist/matterbridge.d.ts.map +1 -1
  11. package/dist/matterbridge.js +387 -102
  12. package/dist/matterbridge.js.map +1 -1
  13. package/dist/matterbridgeDevice.d.ts +2 -0
  14. package/dist/matterbridgeDevice.d.ts.map +1 -1
  15. package/dist/matterbridgeDevice.js +74 -1
  16. package/dist/matterbridgeDevice.js.map +1 -1
  17. package/frontend/build/asset-manifest.json +8 -8
  18. package/frontend/build/index.html +1 -1
  19. package/frontend/build/static/css/main.ce1ee9e7.css +2 -0
  20. package/frontend/build/static/css/main.ce1ee9e7.css.map +1 -0
  21. package/frontend/build/static/js/453.d855a71b.chunk.js +2 -0
  22. package/frontend/build/static/js/{453.8ab44547.chunk.js.map → 453.d855a71b.chunk.js.map} +1 -1
  23. package/frontend/build/static/js/main.cc840fb3.js +3 -0
  24. package/frontend/build/static/js/{main.e5888ebb.js.LICENSE.txt → main.cc840fb3.js.LICENSE.txt} +19 -0
  25. package/frontend/build/static/js/main.cc840fb3.js.map +1 -0
  26. package/package.json +2 -2
  27. package/frontend/build/static/css/main.6d93e0db.css +0 -2
  28. package/frontend/build/static/css/main.6d93e0db.css.map +0 -1
  29. package/frontend/build/static/js/453.8ab44547.chunk.js +0 -2
  30. package/frontend/build/static/js/main.e5888ebb.js +0 -3
  31. package/frontend/build/static/js/main.e5888ebb.js.map +0 -1
@@ -10,6 +10,16 @@
10
10
  * LICENSE file in the root directory of this source tree.
11
11
  */
12
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
+
13
23
  /**
14
24
  * @license React
15
25
  * react-jsx-runtime.production.min.js
@@ -78,3 +88,12 @@
78
88
  *
79
89
  * @license MIT
80
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
+ */