matterbridge-example-accessory-platform 3.0.2-dev-20260802-2feb23e → 3.0.2-dev-20260803-9e7d0ee

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
@@ -33,6 +33,11 @@ If you like this project and find it useful, please consider giving it a star on
33
33
 
34
34
  - [matterbridge]: Require matterbridge v.3.10.0 with matter v.1.6.0.
35
35
 
36
+ ### Added
37
+
38
+ - [chip]: Add chip-test toolchain agents instruction and chip-test runner.
39
+ - [frontend]: Add plugin-frontend agents instructions.
40
+
36
41
  ### Changed
37
42
 
38
43
  - [package]: Bump `oxfmt` to v.0.61.0.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-example-accessory-platform",
3
- "version": "3.0.2-dev-20260802-2feb23e",
3
+ "version": "3.0.2-dev-20260803-9e7d0ee",
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-20260802-2feb23e",
9
+ "version": "3.0.2-dev-20260803-9e7d0ee",
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-20260802-2feb23e",
3
+ "version": "3.0.2-dev-20260803-9e7d0ee",
4
4
  "description": "Matterbridge accessory plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",