matterbridge-example-dynamic-platform 1.2.5-dev-20250624-3a67316 → 1.3.0-dev-20250626-3d1ce79
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 +42 -1
- package/README.md +4 -2
- package/npm-shrinkwrap.json +4 -4
- package/package.json +3 -3
- package/yellow-button.png +0 -0
package/CHANGELOG.md
CHANGED
@@ -1,4 +1,19 @@
|
|
1
|
-
#
|
1
|
+
# <img src="matterbridge.svg" alt="Matterbridge Logo" width="64px" height="64px"> Matterbridge dynamic platform example plugin changelog
|
2
|
+
|
3
|
+
[](https://www.npmjs.com/package/matterbridge-example-dynamic-platform)
|
4
|
+
[](https://www.npmjs.com/package/matterbridge-example-dynamic-platform)
|
5
|
+
[](https://hub.docker.com/r/luligu/matterbridge)
|
6
|
+
[](https://hub.docker.com/r/luligu/matterbridge)
|
7
|
+

|
8
|
+

|
9
|
+
[](https://codecov.io/gh/Luligu/matterbridge-example-dynamic-platformr)
|
10
|
+
|
11
|
+
[](https://www.npmjs.com/package/matterbridge)
|
12
|
+
[](https://www.npmjs.com/package/matter-history)
|
13
|
+
[](https://www.npmjs.com/package/node-ansi-logger)
|
14
|
+
[](https://www.npmjs.com/package/node-persist-manager)
|
15
|
+
|
16
|
+
---
|
2
17
|
|
3
18
|
All notable changes to this project will be documented in this file.
|
4
19
|
|
@@ -8,6 +23,32 @@ If you like this project and find it useful, please consider giving it a star on
|
|
8
23
|
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
|
9
24
|
</a>
|
10
25
|
|
26
|
+
## [1.3.0] - 2025-06-25
|
27
|
+
|
28
|
+
### Added
|
29
|
+
|
30
|
+
- [DevContainer]: Added support for the **Matterbridge Dev Container** with an optimized named volume for `node_modules`.
|
31
|
+
- [GitHub]: Added GitHub issue templates for bug reports and feature requests.
|
32
|
+
- [ESLint]: Refactored the flat config.
|
33
|
+
- [ESLint]: Added the plugins `eslint-plugin-promise`, `eslint-plugin-jsdoc`, and `@vitest/eslint-plugin`.
|
34
|
+
- [Jest]: Refactored the flat config.
|
35
|
+
- [Vitest]: Added Vitest for TypeScript project testing. It will replace Jest, which does not work correctly with ESM module mocks.
|
36
|
+
- [JSDoc]: Added missing JSDoc comments, including `@param` and `@returns` tags.
|
37
|
+
- [CodeQL]: Added CodeQL badge in the readme.
|
38
|
+
- [Codecov]: Added Codecov badge in the readme.
|
39
|
+
|
40
|
+
### Changed
|
41
|
+
|
42
|
+
- [package]: Require matterbridge 3.0.6.
|
43
|
+
- [package]: Updated package to Automator v. 2.0.1.
|
44
|
+
- [package]: Updated dependencies.
|
45
|
+
- [storage]: Bumped `node-storage-manager` to 2.0.0.
|
46
|
+
- [logger]: Bumped `node-ansi-logger` to 3.1.1.
|
47
|
+
|
48
|
+
<a href="https://www.buymeacoffee.com/luligugithub">
|
49
|
+
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
|
50
|
+
</a>
|
51
|
+
|
11
52
|
## [1.2.4] - 2025-06-13
|
12
53
|
|
13
54
|
### Added
|
package/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# <img src="
|
1
|
+
# <img src="matterbridge.svg" alt="Matterbridge Logo" width="64px" height="64px"> Matterbridge dynamic platform example plugin
|
2
2
|
|
3
3
|
[](https://www.npmjs.com/package/matterbridge-example-dynamic-platform)
|
4
4
|
[](https://www.npmjs.com/package/matterbridge-example-dynamic-platform)
|
@@ -6,7 +6,7 @@
|
|
6
6
|
[](https://hub.docker.com/r/luligu/matterbridge)
|
7
7
|

|
8
8
|

|
9
|
-
[](https://codecov.io/gh/Luligu/matterbridge-example-dynamic-
|
9
|
+
[](https://codecov.io/gh/Luligu/matterbridge-example-dynamic-platform)
|
10
10
|
|
11
11
|
[](https://www.npmjs.com/package/matterbridge)
|
12
12
|
[](https://www.npmjs.com/package/matter-history)
|
@@ -64,6 +64,8 @@ It exposes 41 virtual devices:
|
|
64
64
|
|
65
65
|
All these devices continuously change state and position. The plugin also shows how to use all the command handlers (you can control all the devices), how to subscribe to attributes and how to trigger events.
|
66
66
|
|
67
|
+
If you want to write your plugin, the easiest way to start create a new plugin is to clone the [Matterbridge Plugin Template](https://github.com/Luligu/matterbridge-plugin-template) which has **Dev Container support for instant development environment** and all tools and extensions (like Node.js, npm, TypeScript, ESLint, Prettier, Jest and Vitest) already loaded and configured.
|
68
|
+
|
67
69
|
If you like this project and find it useful, please consider giving it a star on GitHub at https://github.com/Luligu/matterbridge-example-dynamic-platform and sponsoring it.
|
68
70
|
|
69
71
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "matterbridge-example-dynamic-platform",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.3.0-dev-20250626-3d1ce79",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "matterbridge-example-dynamic-platform",
|
9
|
-
"version": "1.
|
9
|
+
"version": "1.3.0-dev-20250626-3d1ce79",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
|
-
"node-ansi-logger": "
|
13
|
-
"node-persist-manager": "
|
12
|
+
"node-ansi-logger": "3.1.1",
|
13
|
+
"node-persist-manager": "2.0.0"
|
14
14
|
},
|
15
15
|
"engines": {
|
16
16
|
"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"
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "matterbridge-example-dynamic-platform",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.3.0-dev-20250626-3d1ce79",
|
4
4
|
"description": "Matterbridge dynamic plugin",
|
5
5
|
"author": "https://github.com/Luligu",
|
6
6
|
"license": "Apache-2.0",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"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"
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
|
-
"node-ansi-logger": "
|
38
|
-
"node-persist-manager": "
|
37
|
+
"node-ansi-logger": "3.1.1",
|
38
|
+
"node-persist-manager": "2.0.0"
|
39
39
|
}
|
40
40
|
}
|
package/yellow-button.png
DELETED
Binary file
|