matterbridge-test 2.0.4-dev-20260115-3814e0f → 2.0.4-dev-20260118-e2c02cc

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 ADDED
@@ -0,0 +1,406 @@
1
+ # <img src="https://matterbridge.io/assets/matterbridge.svg" alt="Matterbridge Logo" width="64px" height="64px">&nbsp;&nbsp;&nbsp;Matterbridge test plugin changelog
2
+
3
+ [![npm version](https://img.shields.io/npm/v/matterbridge-test.svg)](https://www.npmjs.com/package/matterbridge-test)
4
+ [![npm downloads](https://img.shields.io/npm/dt/matterbridge-test.svg)](https://www.npmjs.com/package/matterbridge-test)
5
+ [![Docker Version](https://img.shields.io/docker/v/luligu/matterbridge?label=docker%20version&sort=semver)](https://hub.docker.com/r/luligu/matterbridge)
6
+ [![Docker Pulls](https://img.shields.io/docker/pulls/luligu/matterbridge.svg)](https://hub.docker.com/r/luligu/matterbridge)
7
+ ![Node.js CI](https://github.com/Luligu/matterbridge-test/actions/workflows/build.yml/badge.svg)
8
+ ![CodeQL](https://github.com/Luligu/matterbridge-test/actions/workflows/codeql.yml/badge.svg)
9
+ [![codecov](https://codecov.io/gh/Luligu/matterbridge-test/branch/main/graph/badge.svg)](https://codecov.io/gh/Luligu/matterbridge-test)
10
+
11
+ [![power by](https://img.shields.io/badge/powered%20by-matterbridge-blue)](https://www.npmjs.com/package/matterbridge)
12
+ [![power by](https://img.shields.io/badge/powered%20by-matter--history-blue)](https://www.npmjs.com/package/matter-history)
13
+ [![power by](https://img.shields.io/badge/powered%20by-node--ansi--logger-blue)](https://www.npmjs.com/package/node-ansi-logger)
14
+ [![power by](https://img.shields.io/badge/powered%20by-node--persist--manager-blue)](https://www.npmjs.com/package/node-persist-manager)
15
+
16
+ ---
17
+
18
+ All notable changes to this project will be documented in this file.
19
+
20
+ If you like this project and find it useful, please consider giving it a star on GitHub at https://github.com/Luligu/matterbridge-test and sponsoring it.
21
+
22
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
23
+
24
+ ## [2.0.4] - 2026-01-14
25
+
26
+ ### Changed
27
+
28
+ - [package]: Updated dependencies.
29
+ - [package]: Bumped package to automator v.3.0.0.
30
+
31
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
32
+
33
+ ## [2.0.3] - 2025-12-25
34
+
35
+ ### Added
36
+
37
+ - [DevContainer]: Refactored Dev Container setup. The Matterbridge instance can now be paired on native Linux hosts or WSL 2 with Docker engine CLI integration. On Docker Desktop on Windows or macOS is not possible cause Docker Desktop runs inside a VM and not directly on the host so mDNS is not supported.
38
+ - [DevContainer]: Since is now possible to pair from Dev Container, named volumes have been added to persist storage and plugins across rebuilds.
39
+
40
+ ### Changed
41
+
42
+ - [package]: Updated dependencies.
43
+ - [package]: Bumped package to automator v.2.1.1.
44
+
45
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
46
+
47
+ ## [2.0.2] - 2025-12-05
48
+
49
+ ### Changed
50
+
51
+ - [package]: Updated dependencies.
52
+ - [package]: Updated to the current Matterbridge signatures.
53
+ - [package]: Requires Matterbridge v.3.4.0.
54
+ - [package]: Updated tests to use the Matterbridge Jest module.
55
+ - [package]: Bumped package to automator v.2.1.0.
56
+
57
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
58
+
59
+ ## [2.0.1] - 2025-11-13
60
+
61
+ ### Changed
62
+
63
+ - [package]: Updated dependencies.
64
+ - [package]: Bumped package to automator v.2.0.12.
65
+ - [jest]: Updated jestHelpers to v.1.0.12.
66
+ - [workflows]: Use shallow clones and --no-fund --no-audit for faster builds.
67
+
68
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
69
+
70
+ ## [2.0.0] - 2025-10-24
71
+
72
+ ### Changed
73
+
74
+ - [package]: Bumped platform to v. 2.0.0.
75
+ - [package]: Updated dependencies.
76
+ - [package]: Bumped package to automator v. 2.0.9.
77
+ - [jest]: Updated jestHelpers to v. 1.0.9.
78
+
79
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
80
+
81
+ ## [1.3.0] - 2025-10-15
82
+
83
+ ### Changed
84
+
85
+ - [package]: Require matterbridge 3.3.0.
86
+ - [index]: Updated to new signature PlatformMatterbridge.
87
+ - [platform]: Updated to new signature PlatformMatterbridge.
88
+ - [platform]: Added whiteList and blackList.
89
+ - [platform]: Typed TestPlatformConfig.
90
+ - [package]: Updated dependencies.
91
+ - [package]: Bumped package to automator version 2.0.7
92
+ - [workflows]: Ignore any .md in build.yaml.
93
+ - [workflows]: Ignore any .md in codeql.yaml.
94
+ - [workflows]: Ignore any .md in codecov.yaml.
95
+ - [jest]: Updated jestHelpers to v. 1.0.6.
96
+ - [workflows]: Improved speed on Node CI.
97
+ - [devcontainer]: Added the plugin name to the container.
98
+ - [devcontainer]: Improved performance of first build with shallow clone.
99
+
100
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
101
+
102
+ ## [1.2.2] - 2025-09-02
103
+
104
+ ### Changed
105
+
106
+ - [package]: Updated dependencies.
107
+ - [package]: Updated package to Automator v. 2.0.5.
108
+
109
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
110
+
111
+ ## [1.2.1] - 2025-07-29
112
+
113
+ ### Added
114
+
115
+ - [config]: Added default config file.
116
+
117
+ ### Changed
118
+
119
+ - [package]: Updated package to Automator v. 2.0.3.
120
+ - [package]: Updated dependencies.
121
+
122
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
123
+
124
+ ## [1.2.0] - 2025-06-25
125
+
126
+ ### Added
127
+
128
+ - [DevContainer]: Added support for the **Matterbridge Dev Container** with an optimized named volume for `node_modules`.
129
+ - [GitHub]: Added GitHub issue templates for bug reports and feature requests.
130
+ - [ESLint]: Refactored the flat config.
131
+ - [ESLint]: Added the plugins `eslint-plugin-promise`, `eslint-plugin-jsdoc`, and `@vitest/eslint-plugin`.
132
+ - [Jest]: Refactored the flat config.
133
+ - [Vitest]: Added Vitest for TypeScript project testing. It will replace Jest, which does not work correctly with ESM module mocks.
134
+ - [JSDoc]: Added missing JSDoc comments, including `@param` and `@returns` tags.
135
+ - [CodeQL]: Added CodeQL badge in the readme.
136
+ - [Codecov]: Added Codecov badge in the readme.
137
+
138
+ ### Changed
139
+
140
+ - [package]: Updated package to Automator v. 2.0.1.
141
+ - [package]: Updated dependencies.
142
+ - [storage]: Bumped `node-storage-manager` to 2.0.0.
143
+ - [logger]: Bumped `node-ansi-logger` to 3.1.1.
144
+
145
+ <a href="https://www.buymeacoffee.com/luligugithub">
146
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
147
+ </a>
148
+
149
+ ## [1.0.14] - 2025-05-15
150
+
151
+ ### Changed
152
+
153
+ - [package]: Updated package.
154
+ - [package]: Updated dependencies.
155
+
156
+ <a href="https://www.buymeacoffee.com/luligugithub">
157
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
158
+ </a>
159
+
160
+ ## [1.0.13] - 2025-04-30
161
+
162
+ ### Changed
163
+
164
+ - [package]: Require matterbridge 3.0.0.
165
+ - [package]: Updated package.
166
+ - [package]: Updated dependencies.
167
+
168
+ <a href="https://www.buymeacoffee.com/luligugithub">
169
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
170
+ </a>
171
+
172
+ ## [1.0.12] - 2025-04-07
173
+
174
+ ### Added
175
+
176
+ - [config]: Added actions to the config to test the frontend.
177
+ - [config]: Added option to change the reachable state in the update interval to test the frontend.
178
+
179
+ ### Changed
180
+
181
+ - [package]: Require matterbridge 2.2.7.
182
+ - [package]: Updated package.
183
+ - [package]: Updated dependencies.
184
+
185
+ <a href="https://www.buymeacoffee.com/luligugithub">
186
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
187
+ </a>
188
+
189
+ ## [1.0.11] - 2025-03-11
190
+
191
+ ### Added
192
+
193
+ - [platform]: Added status change for the PowerSource cluster in the update interval to test the frontend.
194
+
195
+ ### Changed
196
+
197
+ - [package]: Require matterbridge 2.2.4.
198
+ - [package]: Updated package.
199
+ - [package]: Updated package workflows.
200
+ - [package]: Updated dependencies.
201
+
202
+ <a href="https://www.buymeacoffee.com/luligugithub">
203
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
204
+ </a>
205
+
206
+ ## [1.0.10] - 2025-03-09
207
+
208
+ ### Added
209
+
210
+ - [platform]: Added enableReachable option in the config to change also the reachable attribute of the devices in the update interval.
211
+
212
+ ### Changed
213
+
214
+ - [package]: Updated dependencies.
215
+
216
+ <a href="https://www.buymeacoffee.com/luligugithub">
217
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
218
+ </a>
219
+
220
+ ## [1.0.9] - 2025-03-05
221
+
222
+ ### Changed
223
+
224
+ - [package]: Require matterbridge 2.2.0.
225
+ - [package]: Updated package.
226
+ - [package]: Updated dependencies.
227
+
228
+ <a href="https://www.buymeacoffee.com/luligugithub">
229
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
230
+ </a>
231
+
232
+ ## [1.0.8] - 2025-02-02
233
+
234
+ ### Changed
235
+
236
+ - [package]: Require matterbridge 2.1.0.
237
+ - [package]: Updated package.
238
+ - [package]: Updated dependencies.
239
+
240
+ <a href="https://www.buymeacoffee.com/luligugithub">
241
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
242
+ </a>
243
+
244
+ ## [1.0.6] - 2025-01-21
245
+
246
+ ### Changed
247
+
248
+ - [package]: Updated dependencies.
249
+ - [package]: Require matterbridge 2.0.0.
250
+
251
+ <a href="https://www.buymeacoffee.com/luligugithub">
252
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
253
+ </a>
254
+
255
+ ## [1.0.5] - 2025-01-21
256
+
257
+ ### Changed
258
+
259
+ - [package]: Updated dependencies.
260
+ - [package]: Require matterbridge 2.0.0.
261
+
262
+ <a href="https://www.buymeacoffee.com/luligugithub">
263
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
264
+ </a>
265
+
266
+ ## [1.0.4] - 2025-01-20
267
+
268
+ ### Changed
269
+
270
+ - [package]: Updated dependencies.
271
+ - [package]: Updated package for production build.
272
+
273
+ <a href="https://www.buymeacoffee.com/luligugithub">
274
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
275
+ </a>
276
+
277
+ ## [1.0.3] - 2024-12-21
278
+
279
+ ### Added
280
+
281
+ - [platform]: Added call to super.OnConfigure() and super.OnShutDown() to check endpoints numbers.
282
+
283
+ ### Changed
284
+
285
+ - [package]: Updated dependencies.
286
+ - [package]: Updated package.
287
+
288
+ <a href="https://www.buymeacoffee.com/luligugithub">
289
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
290
+ </a>
291
+
292
+ ## [1.0.2] - 2024-12-12
293
+
294
+ - [package]: Require matterbridge 1.6.6
295
+ - [package]: Updated package.
296
+ - [package]: Updated dependencies.
297
+
298
+ <a href="https://www.buymeacoffee.com/luligugithub">
299
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
300
+ </a>
301
+
302
+ ## [1.0.0] - 2024-11-25
303
+
304
+ - [package]: Verified to work with matterbridge edge (matter.js new API).
305
+ - [package]: Require matterbridge 1.6.2
306
+ - [package]: Updated dependencies.
307
+
308
+ <a href="https://www.buymeacoffee.com/luligugithub">
309
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
310
+ </a>
311
+
312
+ ## [0.0.18] - 2024-11-10
313
+
314
+ - [package]: Update dependencies
315
+ - [package]: Update to matterbridge edge requirements
316
+
317
+ <a href="https://www.buymeacoffee.com/luligugithub">
318
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
319
+ </a>
320
+
321
+ ## [0.0.17] - 2024-10-15
322
+
323
+ - [package]: Update to new package
324
+
325
+ <a href="https://www.buymeacoffee.com/luligugithub">
326
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
327
+ </a>
328
+
329
+ ## [0.0.16] - 2024-09-30
330
+
331
+ - [package]: Update to new workflows
332
+
333
+ <a href="https://www.buymeacoffee.com/luligugithub">
334
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
335
+ </a>
336
+
337
+ ## [0.0.14] - 2024-09-06
338
+
339
+ ### Fixed
340
+
341
+ - Fixed unit of measurements for ElectricalPowerMeasurementCluster and ElectricalEnergyMeasurementCluster.
342
+
343
+ <a href="https://www.buymeacoffee.com/luligugithub">
344
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
345
+ </a>
346
+
347
+ ## [0.0.13] - 2024-09-05
348
+
349
+ ### Added
350
+
351
+ - Update to Matter 1.3
352
+
353
+ <a href="https://www.buymeacoffee.com/luligugithub">
354
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
355
+ </a>
356
+
357
+ ## [0.0.12] - 2024-09-04
358
+
359
+ ### Added
360
+
361
+ - Update to Matter 1.3
362
+
363
+ <a href="https://www.buymeacoffee.com/luligugithub">
364
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
365
+ </a>
366
+
367
+ ## [0.0.11] - 2024-09-04
368
+
369
+ ### Added
370
+
371
+ - Update to Matter 1.3
372
+
373
+ <a href="https://www.buymeacoffee.com/luligugithub">
374
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120">
375
+ </a>
376
+
377
+ <!-- Commented out section
378
+ ## [1.1.2] - 2024-03-08
379
+
380
+ ### Added
381
+
382
+ - [Feature 1]: Description of the feature.
383
+ - [Feature 2]: Description of the feature.
384
+
385
+ ### Changed
386
+
387
+ - [Feature 3]: Description of the change.
388
+ - [Feature 4]: Description of the change.
389
+
390
+ ### Deprecated
391
+
392
+ - [Feature 5]: Description of the deprecation.
393
+
394
+ ### Removed
395
+
396
+ - [Feature 6]: Description of the removal.
397
+
398
+ ### Fixed
399
+
400
+ - [Bug 1]: Description of the bug fix.
401
+ - [Bug 2]: Description of the bug fix.
402
+
403
+ ### Security
404
+
405
+ - [Security 1]: Description of the security improvement.
406
+ -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-test",
3
- "version": "2.0.4-dev-20260115-3814e0f",
3
+ "version": "2.0.4-dev-20260118-e2c02cc",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge-test",
9
- "version": "2.0.4-dev-20260115-3814e0f",
9
+ "version": "2.0.4-dev-20260118-e2c02cc",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "node-ansi-logger": "3.1.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-test",
3
- "version": "2.0.4-dev-20260115-3814e0f",
3
+ "version": "2.0.4-dev-20260118-e2c02cc",
4
4
  "description": "Matterbridge test plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",
@@ -38,6 +38,7 @@
38
38
  "bin",
39
39
  "dist",
40
40
  "npm-shrinkwrap.json",
41
+ "CHANGELOG.md",
41
42
  "*.config.json",
42
43
  "*.schema.json"
43
44
  ],