Closed xenoterracide closed 4 years ago
Hmmm, interesting. Sorry about that - i'm starting with Typescript recently. Will try to fix that soon.
yeah, I'll be honest, I don't get why these aren't available on the class either, seems like they should be...
I had a problem with publishing new versions of the library to npm from Github. Now it should be fixed in v0.1.3
- can you please give it a try ? @xenoterracide
using is now exported, I notice a lot of the same protected stuff isn't but maybe that's not supposed to be a part of your published api. What was the issue? out of curiousity.
@xenoterracide i have 2fa on this account and i need to setup properly tokens in Github in order to public from CI. Will do that later. For now publishing from my local machine. And the problem you had was because the first version that was published on npm was using an old code. When i refactored the library, publishing was taking too long on Github and i forgot to check it's state :) It appeared to be broken and therefore my changes were not properly published to npm.
this is what's exported, you'll notice statics like
AxiosLogger.using
are not exported (not really sure why they aren't emitted). also the docs have you package name wrong.