Updated node version to 14.17 from 14

This commit is contained in:
CosminPerRam 2023-09-15 00:05:06 +03:00
parent 544610f085
commit 17f91904ab
5 changed files with 155 additions and 325 deletions

View file

@ -1,5 +1,9 @@
### To Be Released...
#### Breaking Changes
* NodeJS 14.17 is now required (from 14).
#### Other changes
* Replaced usage of deprecated `substr` with `substring`.
* Moved the library a `module`.
* CLI: Resolved incorrect error message when querying with a non-existent protocol name.