@matterbridge/core 3.10.1-dev-20260723-402f56c → 3.10.1-dev-20260723-9102eb1
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
|
@@ -744,6 +744,7 @@ export class Matterbridge extends EventEmitter {
|
|
|
744
744
|
if ((isLocal && fs.existsSync(plugin.path) && !isLinked && !this.isShutdownCommand) || process.env.MATTERBRIDGE_LINK_LOCAL_PLUGINS === 'jest') {
|
|
745
745
|
const { execSync } = await import('node:child_process');
|
|
746
746
|
try {
|
|
747
|
+
this.log.info(`Linking matterbridge to local plugin ${plg}${plugin.name}${nf}...`);
|
|
747
748
|
execSync(isBun() ? 'bun link matterbridge --silent' : 'npm link matterbridge --no-fund --no-audit --silent', { cwd: path.dirname(plugin.path) });
|
|
748
749
|
this.log.info(`Matterbridge linked to plugin ${plg}${plugin.name}${nf}.`);
|
|
749
750
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matterbridge/core",
|
|
3
|
-
"version": "3.10.1-dev-20260723-
|
|
3
|
+
"version": "3.10.1-dev-20260723-9102eb1",
|
|
4
4
|
"description": "Matterbridge core library",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"homepage": "https://matterbridge.io/",
|
|
@@ -132,10 +132,10 @@
|
|
|
132
132
|
},
|
|
133
133
|
"dependencies": {
|
|
134
134
|
"@matter/main": "0.17.6",
|
|
135
|
-
"@matterbridge/dgram": "3.10.1-dev-20260723-
|
|
136
|
-
"@matterbridge/thread": "3.10.1-dev-20260723-
|
|
137
|
-
"@matterbridge/types": "3.10.1-dev-20260723-
|
|
138
|
-
"@matterbridge/utils": "3.10.1-dev-20260723-
|
|
135
|
+
"@matterbridge/dgram": "3.10.1-dev-20260723-9102eb1",
|
|
136
|
+
"@matterbridge/thread": "3.10.1-dev-20260723-9102eb1",
|
|
137
|
+
"@matterbridge/types": "3.10.1-dev-20260723-9102eb1",
|
|
138
|
+
"@matterbridge/utils": "3.10.1-dev-20260723-9102eb1",
|
|
139
139
|
"escape-html": "1.0.3",
|
|
140
140
|
"express": "5.2.1",
|
|
141
141
|
"express-rate-limit": "8.6.0",
|