-
Notifications
You must be signed in to change notification settings - Fork 669
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
feat: upgrade to the [email protected] (#691) #692
Conversation
* upgraded to the [email protected], * adjusted the ServerlessRequest to the [email protected] implementation, * ran: npm audit and npm audit fix,
Thanks for this! Is this backwards compatible? So you can use either express v4 or v5 with this change? |
I haven't checked, but I will Edited: |
@brettstack FYI. In terms of backwards compability, the [email protected] is compatible with the Node.js >= 18. |
* removed unnecessary workflows for the node.js 14 and 16, * updated the Node.js engine version to >= 18
🎉 This PR is included in version 4.16.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@brettstack when will you release in the npm? |
It's out! Version 4.16.0. I've also updated https://codegenie.codes/ to use this latest version. |
I can't this version under the npm package: https://www.npmjs.com/package/@vendia/serverless-express?activeTab=versions |
This package is now published under https://www.npmjs.com/package/@codegenie/serverless-express/v/4.16.0 |
Thank you! |
Issue: #691
Description of changes:
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.