matterbridge 3.4.1-dev-20251130-f066d82 → 3.4.1-dev-20251130-ae6b492

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.
@@ -827,7 +827,7 @@ export class Matterbridge extends EventEmitter {
827
827
  else {
828
828
  this.log.debug(`Global node_modules Directory: ${this.globalModulesDirectory}`);
829
829
  const { createESMWorker } = await import('./workers.js');
830
- createESMWorker('NpmGlobalPrefix', './dist/workerGlobalPrefix.js');
830
+ createESMWorker('NpmGlobalPrefix', path.join(this.rootDirectory, 'dist/workerGlobalPrefix.js'));
831
831
  }
832
832
  this.log.debug(`Reading matterbridge package.json...`);
833
833
  const packageJson = JSON.parse(await fs.promises.readFile(path.join(this.rootDirectory, 'package.json'), 'utf-8'));
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.4.1-dev-20251130-f066d82",
3
+ "version": "3.4.1-dev-20251130-ae6b492",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge",
9
- "version": "3.4.1-dev-20251130-f066d82",
9
+ "version": "3.4.1-dev-20251130-ae6b492",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@matter/main": "0.15.6",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.4.1-dev-20251130-f066d82",
3
+ "version": "3.4.1-dev-20251130-ae6b492",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",