Skip to content

Commit

Permalink
fix: re-export CloudantV1 from import in index
Browse files Browse the repository at this point in the history
  • Loading branch information
eiri committed Sep 23, 2024
1 parent 24aec17 commit a20e8d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
* @module cloudant-node-sdk
*/

export { default as CloudantV1 } from './cloudant/v1';
import { default as CloudantV1 } from './cloudant/v1';
export { CloudantV1 };

export {
BasicAuthenticator,
Expand Down

0 comments on commit a20e8d7

Please sign in to comment.