From 61942f8411ce73669e49b7efdc410c03cb7a8111 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 7 Apr 2019 17:43:51 +0200 Subject: [PATCH] Update zigbee-shepherd (zigbee 3.0 support, yay!) --- npm-shrinkwrap.json | 29 ++++++++++++++--------------- package.json | 2 +- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 88cf45a5..1dd36531 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -932,13 +932,13 @@ "dev": true }, "cc-znp": { - "version": "git+https://github.com/Koenkk/cc-znp.git#15273faaaa91eecb914faf2497ded85f8a7c2bba", - "from": "git+https://github.com/Koenkk/cc-znp.git#15273faaaa91eecb914faf2497ded85f8a7c2bba", + "version": "git+https://github.com/Koenkk/cc-znp.git#8f4d6ff9fad15dba6e4433b8340c8ba7865dc53e", + "from": "git+https://github.com/Koenkk/cc-znp.git#8f4d6ff9fad15dba6e4433b8340c8ba7865dc53e", "requires": { "debug": "^4.1.1", "enum": "^2.5.0", "serialport": "^7.1.4", - "unpi": "^1.1.0" + "unpi": "git+https://github.com/Koenkk/unpi.git#326cff30c2abea444b807b69f4bc367567aae966" }, "dependencies": { "@serialport/binding-abstract": { @@ -1736,15 +1736,6 @@ "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" }, - "unpi": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/unpi/-/unpi-1.1.1.tgz", - "integrity": "sha512-BmqglfnthPrYN40vis9vy3n9MHUO6eJh+fgRdbn81AqeuXK85NttJ/4wy/nKGjCEW7hkA5qyF5+dzm7Sm8H6ag==", - "requires": { - "concentrate": "^0.2.3", - "dissolve-chunks": "^1.3.0" - } - }, "util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", @@ -6673,6 +6664,14 @@ "through2-filter": "^3.0.0" } }, + "unpi": { + "version": "git+https://github.com/Koenkk/unpi.git#326cff30c2abea444b807b69f4bc367567aae966", + "from": "git+https://github.com/Koenkk/unpi.git#326cff30c2abea444b807b69f4bc367567aae966", + "requires": { + "concentrate": "^0.2.3", + "dissolve-chunks": "^1.3.0" + } + }, "unset-value": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", @@ -7041,12 +7040,12 @@ } }, "zigbee-shepherd": { - "version": "git+https://github.com/Koenkk/zigbee-shepherd.git#12c2e7f875e8ebccc3971736a4b684f86de9d79e", - "from": "git+https://github.com/Koenkk/zigbee-shepherd.git#12c2e7f875e8ebccc3971736a4b684f86de9d79e", + "version": "git+https://github.com/Koenkk/zigbee-shepherd.git#5fe257257e3fea0712ed496e0c6b53e42e21b6f0", + "from": "git+https://github.com/Koenkk/zigbee-shepherd.git#5fe257257e3fea0712ed496e0c6b53e42e21b6f0", "requires": { "areq": "^0.2.0", "busyman": "^0.3.0", - "cc-znp": "git+https://github.com/Koenkk/cc-znp.git#15273faaaa91eecb914faf2497ded85f8a7c2bba", + "cc-znp": "git+https://github.com/Koenkk/cc-znp.git#8f4d6ff9fad15dba6e4433b8340c8ba7865dc53e", "debug": "^3.2.6", "objectbox": "^0.3.0", "proving": "^0.1.0", diff --git a/package.json b/package.json index 2b1f28e3..b37574fc 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "winston": "2.4.2", "zcl-id": "git+https://github.com/Koenkk/zcl-id.git#4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d", "ziee": "*", - "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#12c2e7f875e8ebccc3971736a4b684f86de9d79e", + "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#5fe257257e3fea0712ed496e0c6b53e42e21b6f0", "zigbee-shepherd-converters": "8.1.1", "zive": "*" },