- Update braces to 3.0.3
-
BREAKING CHANGES
- Update node to v18
-
Dev Dependency Updates
- Update eslint-plugin-prettier to v5
- Update prettier to v3
- Update typescript to v5.1.6
- Fix issue where type definitions were not applied
- Add typescript types
- convert global to window (closes braintree-web#401)
- Add
suppressUnhandledPromiseMessage
option
- Limit promise method creation to known promise methods
- Allow ExtendedPromise to be a drop-in replacement for Promise
- Fix issue where instantitation would fail if Promise global did not exist
- Initial release