From 8436768dc083499a320446c0ff637f6ccdc57ff5 Mon Sep 17 00:00:00 2001 From: Koenkk Date: Tue, 8 May 2018 20:46:52 +0200 Subject: [PATCH] Use @kirovilya zigbee-shepherd fork. #17 --- npm-shrinkwrap.json | 56 +++++++++++++++++++++++++++++++-------------- package.json | 3 +-- 2 files changed, 40 insertions(+), 19 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3879f475..30f44a0c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -2761,21 +2761,32 @@ } }, "zcl-id": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/zcl-id/-/zcl-id-0.2.0.tgz", - "integrity": "sha1-E5nV5ba6SbZtDVpQYgCGXTcRfo0=", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/zcl-id/-/zcl-id-0.3.2.tgz", + "integrity": "sha1-O6v7HsvMgpujuy6/gyf2iQIxDsI=", "requires": { "busyman": "0.3.0", "enum": "2.5.0" } }, "zcl-packet": { - "version": "git+https://github.com/koenkk/zcl-packet.git#a2b39c1b5239317bf8cd58ebf665319a5c039456", + "version": "git+https://github.com/Koenkk/zcl-packet.git#a2b39c1b5239317bf8cd58ebf665319a5c039456", "requires": { "concentrate": "0.2.3", "dissolve-chunks": "1.3.0", "enum": "2.5.0", "zcl-id": "0.2.0" + }, + "dependencies": { + "zcl-id": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/zcl-id/-/zcl-id-0.2.0.tgz", + "integrity": "sha1-E5nV5ba6SbZtDVpQYgCGXTcRfo0=", + "requires": { + "busyman": "0.3.0", + "enum": "2.5.0" + } + } } }, "ziee": { @@ -2785,12 +2796,21 @@ "requires": { "busyman": "0.3.0", "zcl-id": "0.2.0" + }, + "dependencies": { + "zcl-id": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/zcl-id/-/zcl-id-0.2.0.tgz", + "integrity": "sha1-E5nV5ba6SbZtDVpQYgCGXTcRfo0=", + "requires": { + "busyman": "0.3.0", + "enum": "2.5.0" + } + } } }, "zigbee-shepherd": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/zigbee-shepherd/-/zigbee-shepherd-0.3.0.tgz", - "integrity": "sha1-RuuAnjOUEYZN9421OwHUkc9XOZ0=", + "version": "git+https://github.com/Koenkk/zigbee-shepherd.git#65101146c480aa8f1ddb58046327e2a9a495cf04", "requires": { "areq": "0.2.0", "busyman": "0.3.0", @@ -2800,7 +2820,7 @@ "proving": "0.1.0", "q": "1.5.1", "zcl-id": "0.3.2", - "zcl-packet": "git+https://github.com/koenkk/zcl-packet.git#a2b39c1b5239317bf8cd58ebf665319a5c039456", + "zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#a2b39c1b5239317bf8cd58ebf665319a5c039456", "ziee": "0.3.0", "zive": "0.2.2", "zstack-constants": "0.2.0" @@ -2813,15 +2833,6 @@ "requires": { "ms": "2.0.0" } - }, - "zcl-id": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/zcl-id/-/zcl-id-0.3.2.tgz", - "integrity": "sha1-O6v7HsvMgpujuy6/gyf2iQIxDsI=", - "requires": { - "busyman": "0.3.0", - "enum": "2.5.0" - } } } }, @@ -2832,6 +2843,17 @@ "requires": { "busyman": "0.3.0", "zcl-id": "0.2.0" + }, + "dependencies": { + "zcl-id": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/zcl-id/-/zcl-id-0.2.0.tgz", + "integrity": "sha1-E5nV5ba6SbZtDVpQYgCGXTcRfo0=", + "requires": { + "busyman": "0.3.0", + "enum": "2.5.0" + } + } } }, "zstack-constants": { diff --git a/package.json b/package.json index 18f4c337..38fb9ebf 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,7 @@ "debug": "*", "mqtt": "*", "winston": "*", - "zigbee-shepherd": "*", - "zcl-packet": "git+https://github.com/koenkk/zcl-packet.git", + "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git", "json2yaml": "*", "yawn-yaml": "*" },