From 2f02168fcb058e412a6d449ad44665c8c768645d Mon Sep 17 00:00:00 2001 From: Koenkk Date: Sun, 29 Jul 2018 22:16:28 +0200 Subject: [PATCH] Update to latest zcl-packet. #150 #198 --- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5f3a44bbf..336e9e473 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -2820,7 +2820,7 @@ } }, "zcl-packet": { - "version": "git+https://github.com/Koenkk/zcl-packet.git#3ea8912f9d228b59fad554064d15ed9be7897a7f", + "version": "git+https://github.com/Koenkk/zcl-packet.git#1513d8087b8ccd52f73a90dd15112d7e3468f861", "requires": { "concentrate": "0.2.3", "dissolve-chunks": "1.3.0", @@ -2838,7 +2838,7 @@ } }, "zigbee-shepherd": { - "version": "git+https://github.com/Koenkk/zigbee-shepherd.git#0cc6c18190ca2b4cf979e5b877961a7727799af2", + "version": "git+https://github.com/Koenkk/zigbee-shepherd.git#f22646eda3e57124ecc4e0e07831673329ee56a8", "requires": { "areq": "0.2.0", "busyman": "0.3.0", @@ -2848,7 +2848,7 @@ "proving": "0.1.0", "q": "1.5.1", "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", "zive": "0.2.2", "zstack-constants": "0.2.0" diff --git a/package.json b/package.json index e8dd291df..0a896516a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#2078557a485466c032cc26b2cd2b8ac29edeceac", "zigbee-shepherd-converters": "2.0.34", "json2yaml": "*", - "zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#3ea8912f9d228b59fad554064d15ed9be7897a7f", + "zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git", "js-yaml": "*", "git-last-commit": "*" },