@willieee802/zigbee-herdsman 0.17.2 → 0.18.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/.release-please-manifest.json +1 -1
- package/CHANGELOG.md +28 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.18.2](https://github.com/Koenkk/zigbee-herdsman/compare/v0.18.1...v0.18.2) (2023-08-17)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* Don't remove devices with linkkey from backup if they are still present in the database ([#746](https://github.com/Koenkk/zigbee-herdsman/issues/746)) ([3226a87](https://github.com/Koenkk/zigbee-herdsman/commit/3226a879a8ff9bdc0a9deb16bd55327e096c0849))
|
|
9
|
+
|
|
10
|
+
## [0.18.1](https://github.com/Koenkk/zigbee-herdsman/compare/v0.18.0...v0.18.1) (2023-08-15)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* Fix some commands failing due to policy. https://github.com/Koenkk/zigbee2mqtt/issues/18382 ([#744](https://github.com/Koenkk/zigbee-herdsman/issues/744)) ([0e4b1cc](https://github.com/Koenkk/zigbee-herdsman/commit/0e4b1ccc35db7a3d8102dd99e5f24a5838086b3d))
|
|
16
|
+
|
|
17
|
+
## [0.18.0](https://github.com/Koenkk/zigbee-herdsman/compare/v0.17.3...v0.18.0) (2023-08-13)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* Support coordinator check ([#742](https://github.com/Koenkk/zigbee-herdsman/issues/742)) ([cb679f3](https://github.com/Koenkk/zigbee-herdsman/commit/cb679f3c64c7f411b4d22364bb363d69471db20a))
|
|
23
|
+
|
|
24
|
+
## [0.17.3](https://github.com/Koenkk/zigbee-herdsman/compare/v0.17.2...v0.17.3) (2023-08-08)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* **ignore:** update dependencies ([#737](https://github.com/Koenkk/zigbee-herdsman/issues/737)) ([f5ccf1d](https://github.com/Koenkk/zigbee-herdsman/commit/f5ccf1d03a413e634b2deff94f0d907b9657cce1))
|
|
30
|
+
|
|
3
31
|
## [0.17.2](https://github.com/Koenkk/zigbee-herdsman/compare/v0.17.1...v0.17.2) (2023-07-11)
|
|
4
32
|
|
|
5
33
|
|
package/package.json
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"name": "willieee802"
|
|
4
4
|
},
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@serialport/bindings-cpp": "^
|
|
7
|
-
"@serialport/parser-delimiter": "^11.0.
|
|
8
|
-
"@serialport/stream": "^11.0.
|
|
6
|
+
"@serialport/bindings-cpp": "^12.0.1",
|
|
7
|
+
"@serialport/parser-delimiter": "^11.0.1",
|
|
8
|
+
"@serialport/stream": "^11.0.1",
|
|
9
9
|
"bonjour-service": "^1.1.1",
|
|
10
10
|
"debounce": "^1.2.1",
|
|
11
11
|
"debug": "^4.3.4",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"eslint": "node_modules/.bin/eslint . --ext .ts --max-warnings=0",
|
|
60
60
|
"docs": "typedoc --tsconfig typedoc-tsconfig.json"
|
|
61
61
|
},
|
|
62
|
-
"version": "0.
|
|
62
|
+
"version": "0.18.2",
|
|
63
63
|
"jest": {
|
|
64
64
|
"coverageThreshold": {
|
|
65
65
|
"global": {
|