Build Changes
- Use the modern
exportsfield inpackage.json.- Users of Parcel should update their configuration to use this.
- The legacy
modulefield inpackage.jsonremains for compatability.
- Publish TypeScript declaration maps, allowing downstream developers to jump-to-definition in the TypeScript source code.
Bug Fixes
- Fix a bug where auto-detection of
redirect_uriat the end of an authentication flow was submitting an unclean URL.- Older versions of
django-oauth-toolkittolerated the unclean URL, but newer versions are more strict.
- Older versions of
- Fix some incorrect URLs (containing
//) when communicating with the server.