-
Notifications
You must be signed in to change notification settings - Fork 3
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
ID-3181 AWS SDK Version 3 + Modernised Build #27
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.
Nice work! @lucascanavan @promie Thank you for modernising the repo. I'm a bit busy this week. I will review this PR this weekend. |
package.json
Outdated
@@ -1,53 +1,51 @@ | |||
{ | |||
"name": "beanstalkify", | |||
"name": "elasticsprout", |
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.
What's the reason to change the name here?
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.
Apologies @liamqma that was my bad. I was testing this project and forgot to change the name back. I've made a commit to rename it back to what it was.
This PR presents a comprehensive overhaul of changes aimed at modernising our build and bringing it up to date with current best practices. Specifically, we've achieved the following:
tsc
for compiling.Further bolstering our confidence in these changes, we have extensively tested this updated codebase. This includes not only publishing it onto npm but also integrating and utilising it within our primary project. All tests and integrations have yielded expected results, reassuring us of the robustness and reliability of this update.
It's worth noting that these changes represent a significant revamp, enhancing not just the functionality but also the maintainability and readability of our codebase.
Note: There's no rush in merging this pull request. Given the extensive changes, I understand the importance of reviewing it meticulously. Please take your time to go through it thoroughly and feel free to publish only when you're completely satisfied. I'm more than willing to make any necessary adjustments or modifications.