Update to latest zcl-packet. #150 #198

This commit is contained in:
Koenkk 2018-07-29 22:16:28 +02:00
parent 2ba86a13eb
commit 2f02168fcb
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -2820,7 +2820,7 @@
} }
}, },
"zcl-packet": { "zcl-packet": {
"version": "git+https://github.com/Koenkk/zcl-packet.git#3ea8912f9d228b59fad554064d15ed9be7897a7f", "version": "git+https://github.com/Koenkk/zcl-packet.git#1513d8087b8ccd52f73a90dd15112d7e3468f861",
"requires": { "requires": {
"concentrate": "0.2.3", "concentrate": "0.2.3",
"dissolve-chunks": "1.3.0", "dissolve-chunks": "1.3.0",
@ -2838,7 +2838,7 @@
} }
}, },
"zigbee-shepherd": { "zigbee-shepherd": {
"version": "git+https://github.com/Koenkk/zigbee-shepherd.git#0cc6c18190ca2b4cf979e5b877961a7727799af2", "version": "git+https://github.com/Koenkk/zigbee-shepherd.git#f22646eda3e57124ecc4e0e07831673329ee56a8",
"requires": { "requires": {
"areq": "0.2.0", "areq": "0.2.0",
"busyman": "0.3.0", "busyman": "0.3.0",
@ -2848,7 +2848,7 @@
"proving": "0.1.0", "proving": "0.1.0",
"q": "1.5.1", "q": "1.5.1",
"zcl-id": "0.3.2", "zcl-id": "0.3.2",
"zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#3ea8912f9d228b59fad554064d15ed9be7897a7f", "zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#1513d8087b8ccd52f73a90dd15112d7e3468f861",
"ziee": "0.3.0", "ziee": "0.3.0",
"zive": "0.2.2", "zive": "0.2.2",
"zstack-constants": "0.2.0" "zstack-constants": "0.2.0"

View File

@ -35,7 +35,7 @@
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#2078557a485466c032cc26b2cd2b8ac29edeceac", "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#2078557a485466c032cc26b2cd2b8ac29edeceac",
"zigbee-shepherd-converters": "2.0.34", "zigbee-shepherd-converters": "2.0.34",
"json2yaml": "*", "json2yaml": "*",
"zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#3ea8912f9d228b59fad554064d15ed9be7897a7f", "zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git",
"js-yaml": "*", "js-yaml": "*",
"git-last-commit": "*" "git-last-commit": "*"
}, },