Update herdsman and converters.

This commit is contained in:
Koen Kanters 2020-07-12 17:14:56 +02:00
parent e7a799d8cc
commit d3b7fe222f
4 changed files with 2921 additions and 2299 deletions

View File

@ -1,5 +1,5 @@
const zigbeeHerdsmanConverters = require('zigbee-herdsman-converters');
const equals = require('fast-deep-equal');
const equals = require('fast-deep-equal/es6');
const humanizeDuration = require('humanize-duration');
const data = require('./data');

View File

@ -1,6 +1,6 @@
const yaml = require('js-yaml');
const fs = require('fs');
const equals = require('fast-deep-equal');
const equals = require('fast-deep-equal/es6');
function read(file) {
try {

5212
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -47,8 +47,8 @@
"semver": "*",
"winston": "*",
"winston-syslog": "*",
"zigbee-herdsman": "0.12.101",
"zigbee-herdsman-converters": "12.0.130"
"zigbee-herdsman": "0.12.104",
"zigbee-herdsman-converters": "12.0.131"
},
"devDependencies": {
"eslint": "*",