Versions of this package do not match on GitHub vs. npm
Trott opened this issue · 2 comments
Trott commented
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure the issue has not already been raised
Issue
npm has version 6.3.0 but that version does not exist in GitHub packages. There is also no 6.3.0 tag in the GitHub repo.
GitHub packages has 7.0.0 but that version does not exist in npm
6.3.0 does not contain the types files that is included in 6.2.2 so it might break a lot of folks using TypeScript. (That's how I noticed.)
Trott commented
Ah, I see:
fastify-http-proxy has been deprecated. Use @fastify/http-proxy@7.0.0 instead.
Because the types were missing, I didn't get that far.....