matterbridge 3.4.3-dev-20251209-e6cb85f → 3.4.3-dev-20251211-d2e12c6
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/README.md +2 -3
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
- package/scripts/data_model.mjs +2058 -0
package/README.md
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|

|
|
8
8
|

|
|
9
9
|
[](https://codecov.io/gh/Luligu/matterbridge)
|
|
10
|
+
[](https://github.com/prettier/prettier)
|
|
10
11
|
|
|
11
12
|
[](https://www.npmjs.com/package/matter-history)
|
|
12
13
|
[](https://www.npmjs.com/package/node-ansi-logger)
|
|
@@ -38,9 +39,7 @@ It runs perfectly on Linux, macOS and Windows.
|
|
|
38
39
|
|
|
39
40
|
If you like this project and find it useful, please consider giving it a star on [GitHub](https://github.com/Luligu/matterbridge) and sponsoring it.
|
|
40
41
|
|
|
41
|
-
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
42
|
-
<img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="120">
|
|
43
|
-
</a>
|
|
42
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
|
|
44
43
|
|
|
45
44
|
## Acknowledgements
|
|
46
45
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "3.4.3-dev-
|
|
3
|
+
"version": "3.4.3-dev-20251211-d2e12c6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge",
|
|
9
|
-
"version": "3.4.3-dev-
|
|
9
|
+
"version": "3.4.3-dev-20251211-d2e12c6",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@matter/main": "0.15.6",
|
package/package.json
CHANGED