matterbridge 3.5.3-dev-20260202-e19e9b6 → 3.5.3-dev-20260203-d91aefc

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 CHANGED
@@ -7,6 +7,10 @@
7
7
  ![Node.js CI](https://github.com/Luligu/matterbridge/actions/workflows/build.yml/badge.svg)
8
8
  ![CodeQL](https://github.com/Luligu/matterbridge/actions/workflows/codeql.yml/badge.svg)
9
9
  [![codecov](https://codecov.io/gh/Luligu/matterbridge/branch/main/graph/badge.svg)](https://codecov.io/gh/Luligu/matterbridge)
10
+ [![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://github.com/prettier/prettier)
11
+ [![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://github.com/eslint/eslint)
12
+ [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
13
+ [![ESM](https://img.shields.io/badge/ESM-Node.js-339933?logo=node.js&logoColor=white)](https://nodejs.org/api/esm.html)
10
14
 
11
15
  [![powered by](https://img.shields.io/badge/powered%20by-matter--history-blue)](https://www.npmjs.com/package/matter-history)
12
16
  [![powered by](https://img.shields.io/badge/powered%20by-node--ansi--logger-blue)](https://www.npmjs.com/package/node-ansi-logger)
@@ -54,6 +58,7 @@ Advantages:
54
58
  - [frontend]: Added title render to the config editor and allow ui properties in 'oneOf', 'anyOf', 'allOf'. Thanks RinDevJunior (https://github.com/Luligu/matterbridge/pull/495).
55
59
  - [frontend]: Added SearchPluginsDialog in Install plugins panel on the home page.
56
60
  - [publish]: Migrate to trusted publishing / OIDC.
61
+ - [logger]: Added parameter **--no-ansi** to disable ANSI color escape codes. Accepts also environment variable NO_COLOR=1 (https://no-color.org/).
57
62
 
58
63
  ### Changed
59
64
 
package/README-DEV.md CHANGED
@@ -7,6 +7,10 @@
7
7
  ![Node.js CI](https://github.com/Luligu/matterbridge/actions/workflows/build.yml/badge.svg)
8
8
  ![CodeQL](https://github.com/Luligu/matterbridge/actions/workflows/codeql.yml/badge.svg)
9
9
  [![codecov](https://codecov.io/gh/Luligu/matterbridge/branch/main/graph/badge.svg)](https://codecov.io/gh/Luligu/matterbridge)
10
+ [![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://github.com/prettier/prettier)
11
+ [![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://github.com/eslint/eslint)
12
+ [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
13
+ [![ESM](https://img.shields.io/badge/ESM-Node.js-339933?logo=node.js&logoColor=white)](https://nodejs.org/api/esm.html)
10
14
 
11
15
  [![power by](https://img.shields.io/badge/powered%20by-matter--history-blue)](https://www.npmjs.com/package/matter-history)
12
16
  [![power by](https://img.shields.io/badge/powered%20by-node--ansi--logger-blue)](https://www.npmjs.com/package/node-ansi-logger)
package/README-DOCKER.md CHANGED
@@ -7,6 +7,10 @@
7
7
  ![Node.js CI](https://github.com/Luligu/matterbridge/actions/workflows/build.yml/badge.svg)
8
8
  ![CodeQL](https://github.com/Luligu/matterbridge/actions/workflows/codeql.yml/badge.svg)
9
9
  [![codecov](https://codecov.io/gh/Luligu/matterbridge/branch/main/graph/badge.svg)](https://codecov.io/gh/Luligu/matterbridge)
10
+ [![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://github.com/prettier/prettier)
11
+ [![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://github.com/eslint/eslint)
12
+ [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
13
+ [![ESM](https://img.shields.io/badge/ESM-Node.js-339933?logo=node.js&logoColor=white)](https://nodejs.org/api/esm.html)
10
14
 
11
15
  [![powered by](https://img.shields.io/badge/powered%20by-matter--history-blue)](https://www.npmjs.com/package/matter-history)
12
16
  [![powered by](https://img.shields.io/badge/powered%20by-node--ansi--logger-blue)](https://www.npmjs.com/package/node-ansi-logger)
@@ -7,6 +7,10 @@
7
7
  ![Node.js CI](https://github.com/Luligu/matterbridge/actions/workflows/build.yml/badge.svg)
8
8
  ![CodeQL](https://github.com/Luligu/matterbridge/actions/workflows/codeql.yml/badge.svg)
9
9
  [![codecov](https://codecov.io/gh/Luligu/matterbridge/branch/main/graph/badge.svg)](https://codecov.io/gh/Luligu/matterbridge)
10
+ [![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://github.com/prettier/prettier)
11
+ [![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://github.com/eslint/eslint)
12
+ [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
13
+ [![ESM](https://img.shields.io/badge/ESM-Node.js-339933?logo=node.js&logoColor=white)](https://nodejs.org/api/esm.html)
10
14
 
11
15
  [![power by](https://img.shields.io/badge/powered%20by-matter--history-blue)](https://www.npmjs.com/package/matter-history)
12
16
  [![power by](https://img.shields.io/badge/powered%20by-node--ansi--logger-blue)](https://www.npmjs.com/package/node-ansi-logger)
package/README-NGINX.md CHANGED
@@ -7,6 +7,10 @@
7
7
  ![Node.js CI](https://github.com/Luligu/matterbridge/actions/workflows/build.yml/badge.svg)
8
8
  ![CodeQL](https://github.com/Luligu/matterbridge/actions/workflows/codeql.yml/badge.svg)
9
9
  [![codecov](https://codecov.io/gh/Luligu/matterbridge/branch/main/graph/badge.svg)](https://codecov.io/gh/Luligu/matterbridge)
10
+ [![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://github.com/prettier/prettier)
11
+ [![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://github.com/eslint/eslint)
12
+ [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
13
+ [![ESM](https://img.shields.io/badge/ESM-Node.js-339933?logo=node.js&logoColor=white)](https://nodejs.org/api/esm.html)
10
14
 
11
15
  [![power by](https://img.shields.io/badge/powered%20by-matter--history-blue)](https://www.npmjs.com/package/matter-history)
12
16
  [![power by](https://img.shields.io/badge/powered%20by-node--ansi--logger-blue)](https://www.npmjs.com/package/node-ansi-logger)
package/README-PODMAN.md CHANGED
@@ -7,6 +7,10 @@
7
7
  ![Node.js CI](https://github.com/Luligu/matterbridge/actions/workflows/build.yml/badge.svg)
8
8
  ![CodeQL](https://github.com/Luligu/matterbridge/actions/workflows/codeql.yml/badge.svg)
9
9
  [![codecov](https://codecov.io/gh/Luligu/matterbridge/branch/main/graph/badge.svg)](https://codecov.io/gh/Luligu/matterbridge)
10
+ [![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://github.com/prettier/prettier)
11
+ [![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://github.com/eslint/eslint)
12
+ [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
13
+ [![ESM](https://img.shields.io/badge/ESM-Node.js-339933?logo=node.js&logoColor=white)](https://nodejs.org/api/esm.html)
10
14
 
11
15
  [![power by](https://img.shields.io/badge/powered%20by-matter--history-blue)](https://www.npmjs.com/package/matter-history)
12
16
  [![power by](https://img.shields.io/badge/powered%20by-node--ansi--logger-blue)](https://www.npmjs.com/package/node-ansi-logger)
@@ -7,6 +7,10 @@
7
7
  ![Node.js CI](https://github.com/Luligu/matterbridge/actions/workflows/build.yml/badge.svg)
8
8
  ![CodeQL](https://github.com/Luligu/matterbridge/actions/workflows/codeql.yml/badge.svg)
9
9
  [![codecov](https://codecov.io/gh/Luligu/matterbridge/branch/main/graph/badge.svg)](https://codecov.io/gh/Luligu/matterbridge)
10
+ [![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://github.com/prettier/prettier)
11
+ [![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://github.com/eslint/eslint)
12
+ [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
13
+ [![ESM](https://img.shields.io/badge/ESM-Node.js-339933?logo=node.js&logoColor=white)](https://nodejs.org/api/esm.html)
10
14
 
11
15
  [![power by](https://img.shields.io/badge/powered%20by-matter--history-blue)](https://www.npmjs.com/package/matter-history)
12
16
  [![power by](https://img.shields.io/badge/powered%20by-node--ansi--logger-blue)](https://www.npmjs.com/package/node-ansi-logger)
@@ -7,6 +7,10 @@
7
7
  ![Node.js CI](https://github.com/Luligu/matterbridge/actions/workflows/build.yml/badge.svg)
8
8
  ![CodeQL](https://github.com/Luligu/matterbridge/actions/workflows/codeql.yml/badge.svg)
9
9
  [![codecov](https://codecov.io/gh/Luligu/matterbridge/branch/main/graph/badge.svg)](https://codecov.io/gh/Luligu/matterbridge)
10
+ [![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://github.com/prettier/prettier)
11
+ [![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://github.com/eslint/eslint)
12
+ [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
13
+ [![ESM](https://img.shields.io/badge/ESM-Node.js-339933?logo=node.js&logoColor=white)](https://nodejs.org/api/esm.html)
10
14
 
11
15
  [![power by](https://img.shields.io/badge/powered%20by-matter--history-blue)](https://www.npmjs.com/package/matter-history)
12
16
  [![power by](https://img.shields.io/badge/powered%20by-node--ansi--logger-blue)](https://www.npmjs.com/package/node-ansi-logger)
package/README-SERVICE.md CHANGED
@@ -7,6 +7,10 @@
7
7
  ![Node.js CI](https://github.com/Luligu/matterbridge/actions/workflows/build.yml/badge.svg)
8
8
  ![CodeQL](https://github.com/Luligu/matterbridge/actions/workflows/codeql.yml/badge.svg)
9
9
  [![codecov](https://codecov.io/gh/Luligu/matterbridge/branch/main/graph/badge.svg)](https://codecov.io/gh/Luligu/matterbridge)
10
+ [![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://github.com/prettier/prettier)
11
+ [![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://github.com/eslint/eslint)
12
+ [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
13
+ [![ESM](https://img.shields.io/badge/ESM-Node.js-339933?logo=node.js&logoColor=white)](https://nodejs.org/api/esm.html)
10
14
 
11
15
  [![power by](https://img.shields.io/badge/powered%20by-matter--history-blue)](https://www.npmjs.com/package/matter-history)
12
16
  [![power by](https://img.shields.io/badge/powered%20by-node--ansi--logger-blue)](https://www.npmjs.com/package/node-ansi-logger)
package/README.md CHANGED
@@ -7,7 +7,10 @@
7
7
  ![Node.js CI](https://github.com/Luligu/matterbridge/actions/workflows/build.yml/badge.svg)
8
8
  ![CodeQL](https://github.com/Luligu/matterbridge/actions/workflows/codeql.yml/badge.svg)
9
9
  [![codecov](https://codecov.io/gh/Luligu/matterbridge/branch/main/graph/badge.svg)](https://codecov.io/gh/Luligu/matterbridge)
10
- [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
10
+ [![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://github.com/prettier/prettier)
11
+ [![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://github.com/eslint/eslint)
12
+ [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
13
+ [![ESM](https://img.shields.io/badge/ESM-Node.js-339933?logo=node.js&logoColor=white)](https://nodejs.org/api/esm.html)
11
14
 
12
15
  [![power by](https://img.shields.io/badge/powered%20by-matter--history-blue)](https://www.npmjs.com/package/matter-history)
13
16
  [![power by](https://img.shields.io/badge/powered%20by-node--ansi--logger-blue)](https://www.npmjs.com/package/node-ansi-logger)
package/dist/cli.js CHANGED
@@ -6,6 +6,8 @@ import { cliEmitter } from './cliEmitter.js';
6
6
  export let instance;
7
7
  export const tracker = new Tracker('Cli', false, false);
8
8
  export const inspector = new Inspector('Cli', false, false);
9
+ if (process.argv.includes('--no-ansi') || process.argv.includes('-no-ansi'))
10
+ process.env.NO_COLOR = '1';
9
11
  const log = new AnsiLogger({ logName: 'Cli', logTimestampFormat: 4, logLevel: hasParameter('debug') ? "debug" : "info" });
10
12
  function startCpuMemoryCheck() {
11
13
  log.debug(`Cpu memory check starting...`);
@@ -164,6 +166,7 @@ function help() {
164
166
  --homedir: override the home directory (default the os homedir)
165
167
  --delay [seconds]: set a delay in seconds before starting Matterbridge in the first 5 minutes from a reboot (default 120)
166
168
  --fixed_delay [seconds]: set a fixed delay in seconds before starting Matterbridge (default 120)
169
+ --no-ansi: disable ANSI color output in the logs
167
170
  `);
168
171
  process.exit(0);
169
172
  }
@@ -256,7 +256,7 @@ export class Matterbridge extends EventEmitter {
256
256
  const currentFileDirectory = path.dirname(fileURLToPath(import.meta.url));
257
257
  this.rootDirectory = path.resolve(currentFileDirectory, '../');
258
258
  this.environment.vars.set('log.level', MatterLogLevel.INFO);
259
- this.environment.vars.set('log.format', MatterLogFormat.ANSI);
259
+ this.environment.vars.set('log.format', hasParameter('no-ansi') || process.env.NO_COLOR === '1' ? MatterLogFormat.PLAIN : MatterLogFormat.ANSI);
260
260
  this.environment.vars.set('path.root', path.join(this.matterbridgeDirectory, MATTER_STORAGE_NAME));
261
261
  this.environment.vars.set('runtime.signals', false);
262
262
  this.environment.vars.set('runtime.exitcode', false);
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.5.3-dev-20260202-e19e9b6",
3
+ "version": "3.5.3-dev-20260203-d91aefc",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge",
9
- "version": "3.5.3-dev-20260202-e19e9b6",
9
+ "version": "3.5.3-dev-20260203-d91aefc",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@matter/main": "0.16.8",
@@ -19,7 +19,7 @@
19
19
  "express": "5.2.1",
20
20
  "glob": "13.0.0",
21
21
  "multer": "2.0.2",
22
- "node-ansi-logger": "3.1.1",
22
+ "node-ansi-logger": "3.2.0-dev-20260202-7156835",
23
23
  "node-persist-manager": "2.0.0",
24
24
  "ws": "8.19.0"
25
25
  },
@@ -175,6 +175,20 @@
175
175
  "url": "https://www.buymeacoffee.com/luligugithub"
176
176
  }
177
177
  },
178
+ "node_modules/@matterbridge/dgram/node_modules/node-ansi-logger": {
179
+ "version": "3.1.1",
180
+ "resolved": "https://registry.npmjs.org/node-ansi-logger/-/node-ansi-logger-3.1.1.tgz",
181
+ "integrity": "sha512-tFeCSxwiRg5XaNda5nC27alzraZP76nLtUk1JDZqb9byhW4WYaSGL7/lmxFHEI16gypQDMEYljuF+wcG+cPPHw==",
182
+ "hasShrinkwrap": true,
183
+ "license": "Apache-2.0",
184
+ "engines": {
185
+ "node": ">=18.0.0 <19.0.0 || >=20.0.0 <21.0.0 || >=22.0.0 <23.0.0 || >=24.0.0 <25.0.0"
186
+ },
187
+ "funding": {
188
+ "type": "buymeacoffee",
189
+ "url": "https://www.buymeacoffee.com/luligugithub"
190
+ }
191
+ },
178
192
  "node_modules/@matterbridge/jest-utils": {
179
193
  "version": "0.0.1",
180
194
  "resolved": "https://registry.npmjs.org/@matterbridge/jest-utils/-/jest-utils-0.0.1.tgz",
@@ -191,6 +205,20 @@
191
205
  "url": "https://www.buymeacoffee.com/luligugithub"
192
206
  }
193
207
  },
208
+ "node_modules/@matterbridge/jest-utils/node_modules/node-ansi-logger": {
209
+ "version": "3.1.1",
210
+ "resolved": "https://registry.npmjs.org/node-ansi-logger/-/node-ansi-logger-3.1.1.tgz",
211
+ "integrity": "sha512-tFeCSxwiRg5XaNda5nC27alzraZP76nLtUk1JDZqb9byhW4WYaSGL7/lmxFHEI16gypQDMEYljuF+wcG+cPPHw==",
212
+ "hasShrinkwrap": true,
213
+ "license": "Apache-2.0",
214
+ "engines": {
215
+ "node": ">=18.0.0 <19.0.0 || >=20.0.0 <21.0.0 || >=22.0.0 <23.0.0 || >=24.0.0 <25.0.0"
216
+ },
217
+ "funding": {
218
+ "type": "buymeacoffee",
219
+ "url": "https://www.buymeacoffee.com/luligugithub"
220
+ }
221
+ },
194
222
  "node_modules/@matterbridge/thread": {
195
223
  "version": "0.0.1",
196
224
  "resolved": "https://registry.npmjs.org/@matterbridge/thread/-/thread-0.0.1.tgz",
@@ -207,6 +235,20 @@
207
235
  "url": "https://www.buymeacoffee.com/luligugithub"
208
236
  }
209
237
  },
238
+ "node_modules/@matterbridge/thread/node_modules/node-ansi-logger": {
239
+ "version": "3.1.1",
240
+ "resolved": "https://registry.npmjs.org/node-ansi-logger/-/node-ansi-logger-3.1.1.tgz",
241
+ "integrity": "sha512-tFeCSxwiRg5XaNda5nC27alzraZP76nLtUk1JDZqb9byhW4WYaSGL7/lmxFHEI16gypQDMEYljuF+wcG+cPPHw==",
242
+ "hasShrinkwrap": true,
243
+ "license": "Apache-2.0",
244
+ "engines": {
245
+ "node": ">=18.0.0 <19.0.0 || >=20.0.0 <21.0.0 || >=22.0.0 <23.0.0 || >=24.0.0 <25.0.0"
246
+ },
247
+ "funding": {
248
+ "type": "buymeacoffee",
249
+ "url": "https://www.buymeacoffee.com/luligugithub"
250
+ }
251
+ },
210
252
  "node_modules/@matterbridge/utils": {
211
253
  "version": "0.0.2",
212
254
  "resolved": "https://registry.npmjs.org/@matterbridge/utils/-/utils-0.0.2.tgz",
@@ -224,6 +266,20 @@
224
266
  "url": "https://www.buymeacoffee.com/luligugithub"
225
267
  }
226
268
  },
269
+ "node_modules/@matterbridge/utils/node_modules/node-ansi-logger": {
270
+ "version": "3.1.1",
271
+ "resolved": "https://registry.npmjs.org/node-ansi-logger/-/node-ansi-logger-3.1.1.tgz",
272
+ "integrity": "sha512-tFeCSxwiRg5XaNda5nC27alzraZP76nLtUk1JDZqb9byhW4WYaSGL7/lmxFHEI16gypQDMEYljuF+wcG+cPPHw==",
273
+ "hasShrinkwrap": true,
274
+ "license": "Apache-2.0",
275
+ "engines": {
276
+ "node": ">=18.0.0 <19.0.0 || >=20.0.0 <21.0.0 || >=22.0.0 <23.0.0 || >=24.0.0 <25.0.0"
277
+ },
278
+ "funding": {
279
+ "type": "buymeacoffee",
280
+ "url": "https://www.buymeacoffee.com/luligugithub"
281
+ }
282
+ },
227
283
  "node_modules/@matterbridge/vitest-utils": {
228
284
  "version": "0.0.1",
229
285
  "resolved": "https://registry.npmjs.org/@matterbridge/vitest-utils/-/vitest-utils-0.0.1.tgz",
@@ -240,6 +296,20 @@
240
296
  "url": "https://www.buymeacoffee.com/luligugithub"
241
297
  }
242
298
  },
299
+ "node_modules/@matterbridge/vitest-utils/node_modules/node-ansi-logger": {
300
+ "version": "3.1.1",
301
+ "resolved": "https://registry.npmjs.org/node-ansi-logger/-/node-ansi-logger-3.1.1.tgz",
302
+ "integrity": "sha512-tFeCSxwiRg5XaNda5nC27alzraZP76nLtUk1JDZqb9byhW4WYaSGL7/lmxFHEI16gypQDMEYljuF+wcG+cPPHw==",
303
+ "hasShrinkwrap": true,
304
+ "license": "Apache-2.0",
305
+ "engines": {
306
+ "node": ">=18.0.0 <19.0.0 || >=20.0.0 <21.0.0 || >=22.0.0 <23.0.0 || >=24.0.0 <25.0.0"
307
+ },
308
+ "funding": {
309
+ "type": "buymeacoffee",
310
+ "url": "https://www.buymeacoffee.com/luligugithub"
311
+ }
312
+ },
243
313
  "node_modules/@noble/curves": {
244
314
  "version": "2.0.1",
245
315
  "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-2.0.1.tgz",
@@ -1491,13 +1561,13 @@
1491
1561
  }
1492
1562
  },
1493
1563
  "node_modules/node-ansi-logger": {
1494
- "version": "3.1.1",
1495
- "resolved": "https://registry.npmjs.org/node-ansi-logger/-/node-ansi-logger-3.1.1.tgz",
1496
- "integrity": "sha512-tFeCSxwiRg5XaNda5nC27alzraZP76nLtUk1JDZqb9byhW4WYaSGL7/lmxFHEI16gypQDMEYljuF+wcG+cPPHw==",
1564
+ "version": "3.2.0-dev-20260202-7156835",
1565
+ "resolved": "https://registry.npmjs.org/node-ansi-logger/-/node-ansi-logger-3.2.0-dev-20260202-7156835.tgz",
1566
+ "integrity": "sha512-Mg+qmNF4DSlsgIfLC1We4VwrcOsSj6tUcFNac+NwoPsSlLbTeFJpk5JEgs/42tl4aBmTeNTI/eBU2HcnkBnfbg==",
1497
1567
  "hasShrinkwrap": true,
1498
1568
  "license": "Apache-2.0",
1499
1569
  "engines": {
1500
- "node": ">=18.0.0 <19.0.0 || >=20.0.0 <21.0.0 || >=22.0.0 <23.0.0 || >=24.0.0 <25.0.0"
1570
+ "node": ">=20.0.0 <21.0.0 || >=22.0.0 <23.0.0 || >=24.0.0 <25.0.0"
1501
1571
  },
1502
1572
  "funding": {
1503
1573
  "type": "buymeacoffee",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.5.3-dev-20260202-e19e9b6",
3
+ "version": "3.5.3-dev-20260203-d91aefc",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",
@@ -119,7 +119,7 @@
119
119
  "express": "5.2.1",
120
120
  "glob": "13.0.0",
121
121
  "multer": "2.0.2",
122
- "node-ansi-logger": "3.1.1",
122
+ "node-ansi-logger": "3.2.0-dev-20260202-7156835",
123
123
  "node-persist-manager": "2.0.0",
124
124
  "ws": "8.19.0"
125
125
  },