-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: new LogLevel enum is not exported properly #95 #96
Conversation
package.json
Outdated
@@ -20,7 +20,6 @@ | |||
"release": "standard-version && yarn build && git push --follow-tags && npm publish" | |||
}, | |||
"files": [ | |||
"src", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing this is breaking change for 2.x (#51)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So should I remove it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Never mind I removed it, the critical fix here is not related to it
sounds good. Thanks for the quick response! I will try it now to see everything works properly |
I can confirm everything works great in Node :-) |
fix #95