Skip to content

Commit

Permalink
feat(devtools-connect)!: add commit to trigger major release (#350)
Browse files Browse the repository at this point in the history
* empty commit

* commit
  • Loading branch information
mabaasit authored Jun 6, 2024
1 parent 9f798d6 commit e072e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools-connect/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export * from './types';
export { connectMongoClient } from './connect';
export type {
DevtoolsConnectOptions,
DevtoolsConnectionState,
} from './connect';
export { hookLogger } from './log-hook';
export { oidcServerRequestHandler } from './oidc/handler';
export { connectMongoClient } from './connect';

0 comments on commit e072e90

Please sign in to comment.