-
Notifications
You must be signed in to change notification settings - Fork 33
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
Types missing after upgrading from v5 to v6 #593
Comments
Hey @xboy2012 where you referencing this file directly? All types should be in the |
These types are not exposed any more, which are necessary.
I believe these types are refactored into other places, but not exposed as before. Currently in package.json |
Oops, sorry about that. I was thinking they were exported publicly. Let me know if you have any issues after 6.0.1 is released! Thanks @xboy2012 |
* Export types in public API Fixes #593 * Update api.test.ts
I found that after upgrading from v5 to v6
the
index.d.ts
is deleted, the types are not exposed any more, which is also necessary when using the nodejs API.Please add the missing types back.
https://github.com/tclindner/npm-package-json-lint/blob/9a0ef3f01960760922a5341f386c594a97c4d3e0/index.d.ts
The text was updated successfully, but these errors were encountered: