I believe your dependencies could use an update, and I am requesting your input on this. I forked and tried to update myself, but you're using a few extra tools I haven't used before, like tsdx, and have a more complicated package.json that I am used to.
There are no notes in your README about building and testing, so maybe I am making mistakes.
Doing npm install as a first step resulted in lots of warnings, which is why I was going down the dependency update path. However all unit tests did pass, despite the warnings (but then they broke after my failed dependency update attempts).
My intent was to potentially make a few minor changes to your library for a pull request, which is why I was try to build locally.
I believe your dependencies could use an update, and I am requesting your input on this. I forked and tried to update myself, but you're using a few extra tools I haven't used before, like
tsdx, and have a more complicatedpackage.jsonthat I am used to.There are no notes in your README about building and testing, so maybe I am making mistakes.
Doing
npm installas a first step resulted in lots of warnings, which is why I was going down the dependency update path. However all unit tests did pass, despite the warnings (but then they broke after my failed dependency update attempts).My intent was to potentially make a few minor changes to your library for a pull request, which is why I was try to build locally.