Skip to content
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

Export matrix-appservice #317

Merged
merged 2 commits into from
Mar 25, 2021
Merged

Export matrix-appservice #317

merged 2 commits into from
Mar 25, 2021

Conversation

Half-Shot
Copy link
Contributor

This was actually done a long time ago but got lost when we moved to TS. We have a recurring problem that every time we release a new matrix-appservice and matrix-appservice-bridge, every maintainer must update both projects otherwise Typescript will complain about a version mismatch. Let's avoid developers having to import both versions by just exporting it here.

@Half-Shot Half-Shot requested a review from a team March 23, 2021 18:53
Copy link
Contributor

@jaller94 jaller94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So in a project importing matrix-appservice-bridge one doesn't need to import matrix-appservice manually at all, right?
It would just be a sub-dependency of this package.

@Half-Shot
Copy link
Contributor Author

Yeah, and typically this is more useful than asking a developer to add both, as they'll have to effectively keep them in sync each release. It's much easier to export one out of the other.

@Half-Shot Half-Shot merged commit e0202fe into develop Mar 25, 2021
@Half-Shot Half-Shot deleted the hs/export-bridge branch May 2, 2023 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants