Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fully move auth types to js-sdk #9499

Merged
merged 2 commits into from
Oct 25, 2022
Merged

Fully move auth types to js-sdk #9499

merged 2 commits into from
Oct 25, 2022

Conversation

turt2live
Copy link
Member

@turt2live turt2live commented Oct 25, 2022

The SSO buttons were the only consumer of these types, so let's just move them. They've been in the js-sdk for a while now, and webpack is screaming about missing exports (because they're all interfaces and types, which don't exist after transpiling).

Fixes element-hq/element-web#23596


This change is marked as an internal change (Task), so will not be included in the changelog.

The SSO buttons were the only consumer of these types, so let's just move them. They've been in the js-sdk for a while now, and webpack is screaming about missing exports (because they're all interfaces and types, which don't exist after transpiling).
@turt2live turt2live added the T-Task Refactoring, enabling or disabling functionality, other engineering tasks label Oct 25, 2022
@turt2live
Copy link
Member Author

I'm not sure this is actually a breaking change, but happy to declare it one if people decide it is.

@turt2live turt2live merged commit 8d6a67e into develop Oct 25, 2022
@turt2live turt2live deleted the travis/fix-auth-exports branch October 25, 2022 23:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T-Task Refactoring, enabling or disabling functionality, other engineering tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Webpack is complaining about missing auth exports
2 participants