-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Support for Fastify v3 #22
Conversation
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.
lgtm
"@types/node": "^12.0.7", | ||
"fast-deep-equal": "^2.0.1", | ||
"fastify-plugin": "^1.5.0", | ||
"@types/node": "^13.13.2", |
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.
I would not put this in dependencies. It should be a devDep.
"http-errors": "^1.7.2", | ||
"proxy-addr": "^2.0.5", | ||
"http-errors": "^1.7.3", | ||
"proxy-addr": "^2.0.6", |
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.
Do we still need proxy-addr? I think this feature is built in Fastify now..?
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.
expect assertions in types look good 👍
"fastify": "^2.3.0", | ||
"standard": "^12.0.1", | ||
"tap": "^12.7.0" | ||
"fastify": "^3.0.0-alpha.1", |
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.
use rc
instead of alpha
As titled.
Checklist
npm run test
andnpm run benchmark