twilio / twilio-taskrouter.js

JS SDK v2 for Twilio's TaskRouter skills based routing system.
https://www.twilio.com/docs/taskrouter
Other
23 stars 32 forks source link

feat: reduce transitive dependency size #129

Closed mfulton26 closed 4 days ago

mfulton26 commented 1 month ago

replaces lodash imports with specific function module imports

Closes #128 (although there are other things that could be done to reduce bundle size, this change tackles the largest opportunity)

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.

mfulton26 commented 1 month ago

We will make sure to validate, merge the changes and trigger a new release of the package.

@andreasonny83 is there any chance such can be done within the next week or so?

mfulton26 commented 4 weeks ago

@andreasonny83 is there anything I can do to help get these changes tested/merged?

andreasonny83 commented 4 days ago

@mfulton26 Apologise for the long wait. I just wanted to assure you this PR has been reviewed by our team and your changes will be merged in soon.

andreasonny83 commented 4 days ago

Good news @mfulton26 . The new TaskRouter SDK v2.0.7 is now out containing your changes: https://www.npmjs.com/package/twilio-taskrouter/v/2.0.7

mfulton26 commented 4 days ago

Good news @mfulton26 . The new TaskRouter SDK v2.0.7 is now out containing your changes: https://www.npmjs.com/package/twilio-taskrouter/v/2.0.7

This is great. Thank you @andreasonny83 and everyone else who helped. I very much appreciate it!