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

chore(transport-commons): export channel, combined & connection #2576

Merged
merged 1 commit into from
Mar 10, 2022

Conversation

fratzinger
Copy link
Member

As of today, I do this at feathers-casl:

import { Channel } from "@feathersjs/transport-commons/lib/channels/channel/base";

This PR makes it possible to do the following:

import { Channel, CombinedChannel, RealtimeConnection } from "@feathersjs/transport-commons";

Nothing fancy here.

@daffl daffl changed the title chore(transport-common): export channel, combined & connection chore(transport-commons): export channel, combined & connection Mar 10, 2022
@daffl daffl merged commit fdb1f35 into feathersjs:dove Mar 10, 2022
@fratzinger fratzinger deleted the dove-export-channels branch March 10, 2022 16:26
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