matterbridge 2.2.4-dev.1 → 2.2.4-dev.3
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 +2 -2
- package/dist/frontend.js +2 -0
- package/frontend/build/asset-manifest.json +3 -3
- package/frontend/build/index.html +1 -1
- package/frontend/build/static/js/{main.819c0908.js → main.050c174f.js} +3 -3
- package/frontend/build/static/js/{main.819c0908.js.map → main.050c174f.js.map} +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
- /package/frontend/build/static/js/{main.819c0908.js.LICENSE.txt → main.050c174f.js.LICENSE.txt} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -13,12 +13,12 @@ It is also available the official Matterbridge Home Assistant plugin https://git
|
|
|
13
13
|
|
|
14
14
|
Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord group: https://discord.gg/QX58CDe6hd.
|
|
15
15
|
|
|
16
|
-
## [2.2.4] - 2025-03-
|
|
16
|
+
## [2.2.4] - 2025-03-10
|
|
17
17
|
|
|
18
18
|
### Added
|
|
19
19
|
|
|
20
20
|
- [frontend]: Frontend v.2.5.2.
|
|
21
|
-
- [frontend]: Added push
|
|
21
|
+
- [frontend]: Added push updates for reachability in the Home page Devices panel.
|
|
22
22
|
|
|
23
23
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
24
24
|
<img src="./yellow-button.png" alt="Buy me a coffee" width="120">
|
package/dist/frontend.js
CHANGED
|
@@ -183,6 +183,7 @@ export class Frontend {
|
|
|
183
183
|
this.log.error(`WebSocketServer error: ${error}`);
|
|
184
184
|
});
|
|
185
185
|
const { cliEmitter } = await import('./cli.js');
|
|
186
|
+
cliEmitter.removeAllListeners();
|
|
186
187
|
cliEmitter.on('uptime', (systemUptime, processUptime) => {
|
|
187
188
|
this.wssSendUptimeUpdate(systemUptime, processUptime);
|
|
188
189
|
});
|
|
@@ -789,6 +790,7 @@ export class Frontend {
|
|
|
789
790
|
res.status(400).send('Invalid request: file and filename are required');
|
|
790
791
|
return;
|
|
791
792
|
}
|
|
793
|
+
this.wssSendSnackbarMessage(`Installing package ${filename}...`);
|
|
792
794
|
const filePath = path.join(this.matterbridge.matterbridgeDirectory, 'uploads', filename);
|
|
793
795
|
try {
|
|
794
796
|
await fs.rename(file.path, filePath);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
3
|
"main.css": "./static/css/main.e52977d6.css",
|
|
4
|
-
"main.js": "./static/js/main.
|
|
4
|
+
"main.js": "./static/js/main.050c174f.js",
|
|
5
5
|
"static/js/453.abd36b29.chunk.js": "./static/js/453.abd36b29.chunk.js",
|
|
6
6
|
"static/media/roboto-latin-700-normal.woff2": "./static/media/roboto-latin-700-normal.4535474e1cf8598695ad.woff2",
|
|
7
7
|
"static/media/roboto-latin-500-normal.woff2": "./static/media/roboto-latin-500-normal.7077203b1982951ecf76.woff2",
|
|
@@ -61,11 +61,11 @@
|
|
|
61
61
|
"static/media/roboto-greek-ext-400-normal.woff": "./static/media/roboto-greek-ext-400-normal.16eb83b4a3b1ea994243.woff",
|
|
62
62
|
"index.html": "./index.html",
|
|
63
63
|
"main.e52977d6.css.map": "./static/css/main.e52977d6.css.map",
|
|
64
|
-
"main.
|
|
64
|
+
"main.050c174f.js.map": "./static/js/main.050c174f.js.map",
|
|
65
65
|
"453.abd36b29.chunk.js.map": "./static/js/453.abd36b29.chunk.js.map"
|
|
66
66
|
},
|
|
67
67
|
"entrypoints": [
|
|
68
68
|
"static/css/main.e52977d6.css",
|
|
69
|
-
"static/js/main.
|
|
69
|
+
"static/js/main.050c174f.js"
|
|
70
70
|
]
|
|
71
71
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><base href="./"><link rel="icon" href="./matterbridge 32x32.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Matterbridge</title><link rel="manifest" href="./manifest.json"/><script defer="defer" src="./static/js/main.
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><base href="./"><link rel="icon" href="./matterbridge 32x32.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Matterbridge</title><link rel="manifest" href="./manifest.json"/><script defer="defer" src="./static/js/main.050c174f.js"></script><link href="./static/css/main.e52977d6.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|