Skip to content

Commit 9aa5cf8

Browse files
committed
Export isEndOfLifeVersion from compass-connections
1 parent 14e142b commit 9aa5cf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compass-connections/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import {
2424
} from './stores/store-context';
2525
export type { ConnectionFeature } from './utils/connection-supports';
2626
export { connectionSupports, connectable } from './utils/connection-supports';
27+
export { isEndOfLifeVersion } from './utils/end-of-life-server';
2728

2829
const ConnectionsComponent: React.FunctionComponent<{
2930
/**

0 commit comments

Comments
 (0)