matterbridge 3.6.0 → 3.6.1-dev-20260308-88c838c
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 +13 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -50,6 +50,16 @@ These threads already run as workers:
|
|
|
50
50
|
- npm install;
|
|
51
51
|
- ✅ check the global node_modules directory;
|
|
52
52
|
|
|
53
|
+
## [3.6.1] - Dev branch
|
|
54
|
+
|
|
55
|
+
### Dev News
|
|
56
|
+
|
|
57
|
+
### Changed
|
|
58
|
+
|
|
59
|
+
- [package]: Update dependencies.
|
|
60
|
+
|
|
61
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
62
|
+
|
|
53
63
|
## [3.6.0] - 2026-03-06
|
|
54
64
|
|
|
55
65
|
### Dev Breaking Changes
|
|
@@ -61,6 +71,9 @@ These threads already run as workers:
|
|
|
61
71
|
- [SolarPower]: Refactor `SolarPower` class as composed device.
|
|
62
72
|
- [BatteryStorage]: Refactor `BatteryStorage` class as composed device.
|
|
63
73
|
- [HeatPump]: Refactor `HeatPump` class as composed device.
|
|
74
|
+
|
|
75
|
+
### Dev News
|
|
76
|
+
|
|
64
77
|
- [matter1.5.0]: Add SoilMeasurement cluster and corresponding test.
|
|
65
78
|
- [matter1.5.0]: Add ClosureControl and ClosureDimension clusters with corresponding tests.
|
|
66
79
|
- [matter1.5.0]: Add SoilSensor class and corresponding tests.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.1-dev-20260308-88c838c",
|
|
4
4
|
"description": "Matterbridge plugin manager for Matter",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -125,25 +125,25 @@
|
|
|
125
125
|
"README-SERVICE.md"
|
|
126
126
|
],
|
|
127
127
|
"dependencies": {
|
|
128
|
-
"@matterbridge/core": "3.6.
|
|
129
|
-
"@matterbridge/dgram": "3.6.
|
|
130
|
-
"@matterbridge/jest-utils": "3.6.
|
|
131
|
-
"@matterbridge/thread": "3.6.
|
|
132
|
-
"@matterbridge/types": "3.6.
|
|
133
|
-
"@matterbridge/utils": "3.6.
|
|
134
|
-
"@matterbridge/vitest-utils": "3.6.
|
|
128
|
+
"@matterbridge/core": "3.6.1-dev-20260308-88c838c",
|
|
129
|
+
"@matterbridge/dgram": "3.6.1-dev-20260308-88c838c",
|
|
130
|
+
"@matterbridge/jest-utils": "3.6.1-dev-20260308-88c838c",
|
|
131
|
+
"@matterbridge/thread": "3.6.1-dev-20260308-88c838c",
|
|
132
|
+
"@matterbridge/types": "3.6.1-dev-20260308-88c838c",
|
|
133
|
+
"@matterbridge/utils": "3.6.1-dev-20260308-88c838c",
|
|
134
|
+
"@matterbridge/vitest-utils": "3.6.1-dev-20260308-88c838c"
|
|
135
135
|
},
|
|
136
136
|
"overrides": {
|
|
137
|
-
"eslint": "10.0.
|
|
137
|
+
"eslint": "10.0.3",
|
|
138
138
|
"@eslint/js": "10.0.1"
|
|
139
139
|
},
|
|
140
140
|
"build": {
|
|
141
141
|
"sha": "6171bcea317ea26b7674c1ea41fef17b0bf9eb18",
|
|
142
142
|
"sha7": "6171bce",
|
|
143
|
-
"event": "
|
|
143
|
+
"event": "schedule",
|
|
144
144
|
"workflow": "Publish to npm and trigger docker builds",
|
|
145
|
-
"type": "
|
|
146
|
-
"name": "
|
|
147
|
-
"dev": "
|
|
145
|
+
"type": "branch",
|
|
146
|
+
"name": "main",
|
|
147
|
+
"dev": "true"
|
|
148
148
|
}
|
|
149
149
|
}
|