From 32a512ea6b668c44e89949d93413d0aef5d69743 Mon Sep 17 00:00:00 2001 From: Koenkk Date: Wed, 1 Aug 2018 17:57:30 +0200 Subject: [PATCH] Update zcl-packet. #150 --- npm-shrinkwrap.json | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7002c9a2c..203209097 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -2820,7 +2820,7 @@ } }, "zcl-packet": { - "version": "git+https://github.com/Koenkk/zcl-packet.git#1513d8087b8ccd52f73a90dd15112d7e3468f861", + "version": "git+https://github.com/Koenkk/zcl-packet.git#b7d5b4478a88cd3fc65328c6dc94572c277c7d3e", "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#de6e6f746fcb71987849a4146a90a5715cd718f8", + "version": "git+https://github.com/Koenkk/zigbee-shepherd.git#b7b1fd48504b969e8f48e94d2761e59939ae9de3", "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#1513d8087b8ccd52f73a90dd15112d7e3468f861", + "zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#b7d5b4478a88cd3fc65328c6dc94572c277c7d3e", "ziee": "0.3.0", "zive": "0.2.2", "zstack-constants": "0.2.0" diff --git a/package.json b/package.json index 2fcff21c7..79b1febf1 100644 --- a/package.json +++ b/package.json @@ -32,10 +32,10 @@ "object-assign-deep": "*", "mqtt": "*", "winston": "2.4.2", - "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#de6e6f746fcb71987849a4146a90a5715cd718f8", + "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#b7b1fd48504b969e8f48e94d2761e59939ae9de3", "zigbee-shepherd-converters": "*", "json2yaml": "*", - "zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#1513d8087b8ccd52f73a90dd15112d7e3468f861", + "zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#b7d5b4478a88cd3fc65328c6dc94572c277c7d3e", "js-yaml": "*", "git-last-commit": "*" },