Replace punycode (#359)

* Replace by package

* Update CHANGELOG
This commit is contained in:
CosminPerRam 2023-09-14 23:44:57 +03:00 committed by GitHub
parent ad9adff06c
commit 544610f085
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 477 deletions

View file

@ -3,6 +3,7 @@
* 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.
* Replaced deprecated internal `punycode` with the [punycode](https://www.npmjs.com/package/punycode) package.
### 4.1.0
* Replace `compressjs` dependency by `seek-bzip` to solve some possible import issues.