@matterbridge/core 3.7.9-dev-20260514-c74337a → 3.7.9-dev-20260514-3d97692
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/dist/matterbridge.js +1 -0
- package/package.json +5 -5
package/dist/matterbridge.js
CHANGED
|
@@ -637,6 +637,7 @@ export class Matterbridge extends EventEmitter {
|
|
|
637
637
|
plugin.error = true;
|
|
638
638
|
plugin.enabled = false;
|
|
639
639
|
inspectError(this.log, `Error linking matterbridge to plugin ${plg}${plugin.name}${er}. The plugin is disabled.`, error);
|
|
640
|
+
continue;
|
|
640
641
|
}
|
|
641
642
|
}
|
|
642
643
|
if ((!isLocal && !fs.existsSync(plugin.path) && !hasAnyParameter('add', 'remove', 'enable', 'disable', 'reset', 'factoryreset', 'systemcheck')) ||
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matterbridge/core",
|
|
3
|
-
"version": "3.7.9-dev-20260514-
|
|
3
|
+
"version": "3.7.9-dev-20260514-3d97692",
|
|
4
4
|
"description": "Matterbridge core library",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"homepage": "https://matterbridge.io/",
|
|
@@ -130,10 +130,10 @@
|
|
|
130
130
|
],
|
|
131
131
|
"dependencies": {
|
|
132
132
|
"@matter/main": "0.16.11",
|
|
133
|
-
"@matterbridge/dgram": "3.7.9-dev-20260514-
|
|
134
|
-
"@matterbridge/thread": "3.7.9-dev-20260514-
|
|
135
|
-
"@matterbridge/types": "3.7.9-dev-20260514-
|
|
136
|
-
"@matterbridge/utils": "3.7.9-dev-20260514-
|
|
133
|
+
"@matterbridge/dgram": "3.7.9-dev-20260514-3d97692",
|
|
134
|
+
"@matterbridge/thread": "3.7.9-dev-20260514-3d97692",
|
|
135
|
+
"@matterbridge/types": "3.7.9-dev-20260514-3d97692",
|
|
136
|
+
"@matterbridge/utils": "3.7.9-dev-20260514-3d97692",
|
|
137
137
|
"escape-html": "1.0.3",
|
|
138
138
|
"express": "5.2.1",
|
|
139
139
|
"express-rate-limit": "8.5.1",
|