matterbridge-example-accessory-platform 3.0.2-dev-20260725-eae0a4f → 3.0.2-dev-20260802-2feb23e
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 +4 -3
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -31,13 +31,14 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
31
31
|
|
|
32
32
|
### Breaking changes
|
|
33
33
|
|
|
34
|
-
- [matterbridge]: Require matterbridge v.3.10.0 with matter v.1.6.0
|
|
34
|
+
- [matterbridge]: Require matterbridge v.3.10.0 with matter v.1.6.0.
|
|
35
35
|
|
|
36
36
|
### Changed
|
|
37
37
|
|
|
38
|
-
- [package]: Bump `oxfmt` to v.0.
|
|
39
|
-
- [package]: Bump `oxlint` to v.1.
|
|
38
|
+
- [package]: Bump `oxfmt` to v.0.61.0.
|
|
39
|
+
- [package]: Bump `oxlint` to v.1.76.0.
|
|
40
40
|
- [package]: Bump `oxlint-tsgolint` to v.7.0.2001.
|
|
41
|
+
- [package]: Bump `@types/node` to v.26.1.2.
|
|
41
42
|
- [package]: Update agents configs.
|
|
42
43
|
|
|
43
44
|
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-example-accessory-platform",
|
|
3
|
-
"version": "3.0.2-dev-
|
|
3
|
+
"version": "3.0.2-dev-20260802-2feb23e",
|
|
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-
|
|
9
|
+
"version": "3.0.2-dev-20260802-2feb23e",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"node-ansi-logger": "3.3.0",
|
package/package.json
CHANGED