Update zcl-packet. #373

This commit is contained in:
Unknown
2018-09-18 18:03:27 +02:00
parent 2fd59cb7ef
commit b71a9920de
2 changed files with 16 additions and 16 deletions
+14 -14
View File
@@ -780,9 +780,9 @@
}
},
"chownr": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/chownr/-/chownr-1.0.1.tgz",
"integrity": "sha1-4qdQQqlVGQi+vSW4Uj1fl2nXkYE="
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.1.tgz",
"integrity": "sha512-j38EvO5+LHX84jlo6h4UzmOwi0UgW61WRyPtJz4qaadK5eY3BTS5TY/S1Stc3Uk2lIM6TPevAlULiEJwie860g=="
},
"circular-json": {
"version": "0.3.3",
@@ -1176,9 +1176,9 @@
"dev": true
},
"eslint": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-5.5.0.tgz",
"integrity": "sha512-m+az4vYehIJgl1Z0gb25KnFXeqQRdNreYsei1jdvkd9bB+UNQD3fsuiC2AWSQ56P+/t++kFSINZXFbfai+krOw==",
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-5.6.0.tgz",
"integrity": "sha512-/eVYs9VVVboX286mBK7bbKnO1yamUy2UCRjiY6MryhQL2PaaXCExsCQ2aO83OeYRhU2eCU/FMFP+tVMoOrzNrA==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
@@ -4782,8 +4782,8 @@
}
},
"zcl-packet": {
"version": "git+https://github.com/Koenkk/zcl-packet.git#97d5fdbc808e315bda2aed9f96612131e1193254",
"from": "git+https://github.com/Koenkk/zcl-packet.git#97d5fdbc808e315bda2aed9f96612131e1193254",
"version": "git+https://github.com/Koenkk/zcl-packet.git#8f17e5540946f9be198d737a879e334c24dbf20d",
"from": "git+https://github.com/Koenkk/zcl-packet.git#8f17e5540946f9be198d737a879e334c24dbf20d",
"requires": {
"concentrate": "^0.2.3",
"dissolve-chunks": "^1.3.0",
@@ -4801,8 +4801,8 @@
}
},
"zigbee-shepherd": {
"version": "git+https://github.com/Koenkk/zigbee-shepherd.git#5abc616453239c0f934c3ae2a4f6cbc3cd35a964",
"from": "git+https://github.com/Koenkk/zigbee-shepherd.git#5abc616453239c0f934c3ae2a4f6cbc3cd35a964",
"version": "git+https://github.com/Koenkk/zigbee-shepherd.git#c096ed6719a6c941217c560b4cdcc04e4dd34c3b",
"from": "git+https://github.com/Koenkk/zigbee-shepherd.git#c096ed6719a6c941217c560b4cdcc04e4dd34c3b",
"requires": {
"areq": "^0.2.0",
"busyman": "^0.3.0",
@@ -4812,7 +4812,7 @@
"proving": "^0.1.0",
"q": "^1.4.1",
"zcl-id": "^0.3.2",
"zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#97d5fdbc808e315bda2aed9f96612131e1193254",
"zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#8f17e5540946f9be198d737a879e334c24dbf20d",
"ziee": "^0.3.0",
"zive": "^0.2.2",
"zstack-constants": "^0.2.0"
@@ -4830,9 +4830,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-3.0.2.tgz",
"integrity": "sha512-eM6Po77V2lv9tvTTEWPCR7A06ch4bjVnLsL64rBywKvsU3v7+zAbLxca/5RLA0sMMstsvNIy4t4TYWxFKa6qPg==",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-3.0.3.tgz",
"integrity": "sha512-Wg2AYjifGI7dwr7DxZVT1D+Zlpo05u9yknELRkqcsXd7mOEIYlqRcpCfnbSdRxyF3R/5X+a/UpLJAhAJ3PCR2w==",
"requires": {
"debounce": "*"
},
+2 -2
View File
@@ -40,8 +40,8 @@
"object-assign-deep": "*",
"rimraf": "*",
"winston": "2.4.2",
"zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#97d5fdbc808e315bda2aed9f96612131e1193254",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#5abc616453239c0f934c3ae2a4f6cbc3cd35a964",
"zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#8f17e5540946f9be198d737a879e334c24dbf20d",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#c096ed6719a6c941217c560b4cdcc04e4dd34c3b",
"zigbee-shepherd-converters": "*"
},
"devDependencies": {