Bump nodejs version requirement to 16.20 from 14.17

This commit is contained in:
CosminPerRam 2023-10-14 19:27:32 +03:00
parent fa18d60427
commit 37e3860e56
3 changed files with 3093 additions and 10 deletions

BIN
.nvmrc

Binary file not shown.

View File

@ -1,7 +1,7 @@
### To Be Released...
#### Breaking Changes
* NodeJS 14.17 is now required (from 14).
* Node.js 16.20 is now required (from 14).
* Made the library a `module`.
* Renamed `Counter Strike: 2D` to `CS2D` in [games.txt](games.txt) (why? see [this](https://cs2d.com/faq.php?show=misc_name#misc_name)).
* Updated `CS2D` protocol (by @ernestpasnik).
@ -9,6 +9,7 @@
#### Other changes
* Replaced usage of deprecated `substr` with `substring`.
* Replaced deprecated internal `punycode` with the [punycode](https://www.npmjs.com/package/punycode) package.
* Updated [got](https://github.com/sindresorhus/got) from 12.1 to 13.
* Added eslint which spotted some unused variables and other lints.
* CLI: Resolved incorrect error message when querying with a non-existent protocol name.
* Eco (2018) - Added support (requested by @dgibbs64).

3100
package-lock.json generated

File diff suppressed because it is too large Load Diff