Skip to content

Commit

Permalink
fix: resolve missing ConnectionOptions export in index.ts (#8850)
Browse files Browse the repository at this point in the history
Closes: #8837
  • Loading branch information
feather-jmalone committed Apr 4, 2022
1 parent 3730fd0 commit 1693a17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Expand Up @@ -131,6 +131,7 @@ export * from "./driver/sqlserver/MssqlParameter"
// export * from "./data-source";

export { ConnectionOptionsReader } from "./connection/ConnectionOptionsReader"
export { ConnectionOptions } from "./connection/ConnectionOptions"
export { DataSource } from "./data-source/DataSource"
export { Connection } from "./connection/Connection"
export { ConnectionManager } from "./connection/ConnectionManager"
Expand Down

0 comments on commit 1693a17

Please sign in to comment.