zigbee-herdsman 6.4.1 → 6.4.2
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 +8 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.4.2](https://github.com/Koenkk/zigbee-herdsman/compare/v6.4.1...v6.4.2) (2025-11-17)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **ignore:** bump the minor-patch group with 3 updates ([#1553](https://github.com/Koenkk/zigbee-herdsman/issues/1553)) ([6384ef2](https://github.com/Koenkk/zigbee-herdsman/commit/6384ef24d23d777a9e08dbdd7878dbeaee5e918c))
|
|
9
|
+
* **ignore:** update zigbee-on-host to 0.2.2 ([#1558](https://github.com/Koenkk/zigbee-herdsman/issues/1558)) ([4ee3449](https://github.com/Koenkk/zigbee-herdsman/commit/4ee34498fa8626e7372717e5ff10780c2bf7cd34))
|
|
10
|
+
|
|
3
11
|
## [6.4.1](https://github.com/Koenkk/zigbee-herdsman/compare/v6.4.0...v6.4.1) (2025-11-11)
|
|
4
12
|
|
|
5
13
|
|
package/package.json
CHANGED
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
"fast-deep-equal": "^3.1.3",
|
|
35
35
|
"mixin-deep": "^2.0.1",
|
|
36
36
|
"slip": "^1.0.2",
|
|
37
|
-
"zigbee-on-host": "^0.2.
|
|
37
|
+
"zigbee-on-host": "^0.2.2"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
40
40
|
"description": "An open source Zigbee gateway solution with node.js.",
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@biomejs/biome": "^2.3.
|
|
42
|
+
"@biomejs/biome": "^2.3.5",
|
|
43
43
|
"@serialport/binding-mock": "^10.2.2",
|
|
44
44
|
"@types/debounce": "^1.2.4",
|
|
45
|
-
"@types/node": "^24.10.
|
|
45
|
+
"@types/node": "^24.10.1",
|
|
46
46
|
"@vitest/coverage-v8": "^3.1.1",
|
|
47
47
|
"rimraf": "^6.1.0",
|
|
48
48
|
"typescript": "^5.9.2",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"type": "git",
|
|
71
71
|
"url": "git+https://github.com/Koenkk/zigbee-herdsman.git"
|
|
72
72
|
},
|
|
73
|
-
"version": "6.4.
|
|
73
|
+
"version": "6.4.2",
|
|
74
74
|
"scripts": {
|
|
75
75
|
"build": "tsc",
|
|
76
76
|
"build:watch": "tsc -w",
|