Closed jojomatik closed 2 years ago
I just published version 5.1.4
which removes this dependency entirely. Let me know if the issue is resolved in this release.
Just pushed an upgrade to version 5.2.1
to the beta
branch of blockcluster
: https://github.com/jojomatik/blockcluster/commit/d55689c33e022aa0e8de288e47b1dacd0405308f
Works like a charm, great and fast work, thank you very much!
Describe the bug: I tried to update
minecraft-server-util
to the latest version, based on this pull request (https://github.com/jojomatik/blockcluster/pull/254) by @dependabot.Unfortunately while trying to run my software I receive an error:
I've browsed the commits and assume that it has something to do with this commit https://github.com/PassTheMayo/minecraft-server-util/commit/afcf6a6dc6ec11c1254687ff547ad2fa83c5443b and the inclusion of
ts-lib
as a dev-dependency.I therefore upgraded to version
5.1.1
instead (https://github.com/jojomatik/blockcluster/commit/16bf3d3f7f1fb153ea4cd850583a50c7d9c42dea) and it works perfectly fine.It seems to me that
ts-lib
would also be required for my project in production use. Is it possible that it would need to be added as a normal dependency instead of a dev-dependency so that it is supplied with the library?Code:
(Link to code in repository)
Expected behavior: Method call is handled without any errors as in version
5.1.1
.Additional context I've just upgraded to the latest working version (to version
5.1.1
) ofminecraft-server-util
in my projectblockcluster
and it works great. Thanks a lot @PassTheMayo!