robertklep / nefit-easy-core

Core functionality to implementation communications with Nefit/Bosch backend.
MIT License
21 stars 4 forks source link

deprecation warning for NPNProtocols #13

Closed spierenburg closed 6 years ago

spierenburg commented 6 years ago

hi Robert, I really love your work. I noticed there is a deprecation warning for tls.convertNPNProtocols() since nodejs 10.0. Is there an easy fix for this?

robertklep commented 6 years ago

Thanks for the warning!

It's probably caused by a dependency, I'll check and see if there's an update available.

robertklep commented 6 years ago

nefit-easy-core@2.0.1 released which fixes this (and some other) deprecation warning.

I'll update dependent packages as well.

spierenburg commented 6 years ago

thanks!