matterbridge-example-accessory-platform 2.0.13-dev-20260429-c8cbb20 → 2.0.13-dev-20260501-810bc55
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 +5 -2
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
<!-- eslint-disable markdown/no-missing-label-refs -->
|
|
2
|
+
|
|
1
3
|
# <img src="https://matterbridge.io/assets/matterbridge.svg" alt="Matterbridge Logo" width="64px" height="64px"> Matterbridge accessory platform example plugin changelog
|
|
2
4
|
|
|
3
5
|
[](https://www.npmjs.com/package/matterbridge-example-accessory-platform)
|
|
@@ -32,10 +34,10 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
32
34
|
|
|
33
35
|
- [package]: Preliminary compatibility update to `matterbridge 3.8.0`, matter 1.5.1 and matter.js 0.17.0.
|
|
34
36
|
- [package]: Update dependencies.
|
|
35
|
-
- [package]: Bump package to `automator` v.3.1.
|
|
37
|
+
- [package]: Bump package to `automator` v.3.1.7.
|
|
36
38
|
- [package]: Bump `typescript` to v.6.0.3.
|
|
37
39
|
- [package]: Bump `eslint` to v.10.2.1.
|
|
38
|
-
- [package]: Bump `typescript-eslint` to v.8.59.
|
|
40
|
+
- [package]: Bump `typescript-eslint` to v.8.59.1.
|
|
39
41
|
- [package]: Add `.vscode\tasks.json`.
|
|
40
42
|
- [package]: Add `.vscode\settings.json`.
|
|
41
43
|
- [devcontainer]: Add `Claude Code for VS Code extension` to Dev Container.
|
|
@@ -45,6 +47,7 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
45
47
|
- [agent]: Add agent custom instructions (`matterbridge`) for copilot and claude.
|
|
46
48
|
- [eslint]: Remove `eslint-plugin-promise` (not actively maintained) and add optional @typescript-eslint promise rules.
|
|
47
49
|
- [package]: Remove `overrides` that was necessary for eslint-plugin-promise.
|
|
50
|
+
- [eslint]: Add `eslint` v.2.0.0 config.
|
|
48
51
|
|
|
49
52
|
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
50
53
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-example-accessory-platform",
|
|
3
|
-
"version": "2.0.13-dev-
|
|
3
|
+
"version": "2.0.13-dev-20260501-810bc55",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge-example-accessory-platform",
|
|
9
|
-
"version": "2.0.13-dev-
|
|
9
|
+
"version": "2.0.13-dev-20260501-810bc55",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"node-ansi-logger": "3.2.1",
|
package/package.json
CHANGED