matterbridge-zigbee2mqtt 3.2.1-dev-20260718-2baa3b2 → 3.2.1-dev-20260725-82a113f
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 +7 -0
- package/npm-shrinkwrap.json +8 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -35,6 +35,13 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
35
35
|
|
|
36
36
|
- [matterbridge]: Require matterbridge v.3.10.0 with matter v.1.6.0 and matter.js v.0.17.5.
|
|
37
37
|
|
|
38
|
+
### Changed
|
|
39
|
+
|
|
40
|
+
- [package]: Bump `oxfmt` to v.0.60.0.
|
|
41
|
+
- [package]: Bump `oxlint` to v.1.75.0.
|
|
42
|
+
- [package]: Bump `oxlint-tsgolint` to v.7.0.2001.
|
|
43
|
+
- [package]: Update agents configs.
|
|
44
|
+
|
|
38
45
|
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
39
46
|
|
|
40
47
|
## [3.2.0] - 2026-07-17
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-zigbee2mqtt",
|
|
3
|
-
"version": "3.2.1-dev-
|
|
3
|
+
"version": "3.2.1-dev-20260725-82a113f",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge-zigbee2mqtt",
|
|
9
|
-
"version": "3.2.1-dev-
|
|
9
|
+
"version": "3.2.1-dev-20260725-82a113f",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"moment": "2.30.1",
|
|
@@ -260,9 +260,9 @@
|
|
|
260
260
|
"license": "ISC"
|
|
261
261
|
},
|
|
262
262
|
"node_modules/ip-address": {
|
|
263
|
-
"version": "10.2.
|
|
264
|
-
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.
|
|
265
|
-
"integrity": "sha512
|
|
263
|
+
"version": "10.2.1",
|
|
264
|
+
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.1.tgz",
|
|
265
|
+
"integrity": "sha512-O81l1g31PlH55F7AChkGM3sdWZX+1KDLnhesJ/V9Ziug5nIOnEPaVb2jLWAo1TbCOSeZPeNbxX4v/ywTuKSn9A==",
|
|
266
266
|
"license": "MIT",
|
|
267
267
|
"engines": {
|
|
268
268
|
"node": ">= 12"
|
|
@@ -566,9 +566,9 @@
|
|
|
566
566
|
}
|
|
567
567
|
},
|
|
568
568
|
"node_modules/worker-timers": {
|
|
569
|
-
"version": "8.0.
|
|
570
|
-
"resolved": "https://registry.npmjs.org/worker-timers/-/worker-timers-8.0.
|
|
571
|
-
"integrity": "sha512-
|
|
569
|
+
"version": "8.0.34",
|
|
570
|
+
"resolved": "https://registry.npmjs.org/worker-timers/-/worker-timers-8.0.34.tgz",
|
|
571
|
+
"integrity": "sha512-WXL+Dqsm0G6dnC66rQsvM3tPT2adhbqSirWUCZGglkALOr8ocS0KlpU0iuKbjflJOlu3ydZikMEVrYnHOM9suw==",
|
|
572
572
|
"license": "MIT",
|
|
573
573
|
"dependencies": {
|
|
574
574
|
"@babel/runtime": "^7.29.7",
|
package/package.json
CHANGED