matterbridge-example-accessory-platform 3.0.0-dev-20260619-4e7311b → 3.0.0-dev-20260620-5fcd240

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
@@ -30,7 +30,7 @@ If you like this project and find it useful, please consider giving it a star on
30
30
 
31
31
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
32
32
 
33
- ## [3.0.0] - Dev branch
33
+ ## [3.0.0] - 2026-06-19
34
34
 
35
35
  ### Breaking changes
36
36
 
@@ -45,11 +45,11 @@ If you like this project and find it useful, please consider giving it a star on
45
45
  ### Changed
46
46
 
47
47
  - [package]: Update dependencies.
48
- - [package]: Bump package to `automator` v.3.1.12 and the new toolchain.
48
+ - [package]: Bump package to `automator` v.3.1.12 and the [new toolchain](README.md#repository-setup).
49
49
  - [workflow]: Bump `.github\workflows\build.yml` config to v.2.0.5.
50
50
  - [workflow]: Bump `.github\workflows\codecov.yml` config to v.2.0.6.
51
51
  - [workflow]: Bump `.github\workflows\publish.yml` config to v.2.0.5.
52
- - [oxlint]: Bump `oxlint` config to v.1.0.11.
52
+ - [oxlint]: Bump `oxlint` config to v.1.0.12.
53
53
  - [oxfmt]: Bump `oxfmt` config to v.1.0.3.
54
54
 
55
55
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-example-accessory-platform",
3
- "version": "3.0.0-dev-20260619-4e7311b",
3
+ "version": "3.0.0-dev-20260620-5fcd240",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge-example-accessory-platform",
9
- "version": "3.0.0-dev-20260619-4e7311b",
9
+ "version": "3.0.0-dev-20260620-5fcd240",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "node-ansi-logger": "3.2.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-example-accessory-platform",
3
- "version": "3.0.0-dev-20260619-4e7311b",
3
+ "version": "3.0.0-dev-20260620-5fcd240",
4
4
  "description": "Matterbridge accessory plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",