matterbridge-example-accessory-platform 3.0.2-dev-20260803-9e7d0ee → 3.0.2-dev-20260809-8a16654

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
@@ -37,13 +37,14 @@ If you like this project and find it useful, please consider giving it a star on
37
37
 
38
38
  - [chip]: Add chip-test toolchain agents instruction and chip-test runner.
39
39
  - [frontend]: Add plugin-frontend agents instructions.
40
+ - [chip]: Add `chipTests.json`/`chipTests.md` with the generic device basic composition, conformance and default warnings tests.
40
41
 
41
42
  ### Changed
42
43
 
43
- - [package]: Bump `oxfmt` to v.0.61.0.
44
- - [package]: Bump `oxlint` to v.1.76.0.
44
+ - [package]: Bump `oxfmt` to v.0.62.0.
45
+ - [package]: Bump `oxlint` to v.1.77.0.
45
46
  - [package]: Bump `oxlint-tsgolint` to v.7.0.2001.
46
- - [package]: Bump `@types/node` to v.26.1.2.
47
+ - [package]: Bump `@types/node` to v.26.2.0.
47
48
  - [package]: Update agents configs.
48
49
 
49
50
  <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.2-dev-20260803-9e7d0ee",
3
+ "version": "3.0.2-dev-20260809-8a16654",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge-example-accessory-platform",
9
- "version": "3.0.2-dev-20260803-9e7d0ee",
9
+ "version": "3.0.2-dev-20260809-8a16654",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "node-ansi-logger": "3.3.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-example-accessory-platform",
3
- "version": "3.0.2-dev-20260803-9e7d0ee",
3
+ "version": "3.0.2-dev-20260809-8a16654",
4
4
  "description": "Matterbridge accessory plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",