Skip to content

Commit

Permalink
fix: export QuerySession from root
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Polyakov <[email protected]>
  • Loading branch information
polRk committed Feb 15, 2025
1 parent 7bf10b0 commit cfd1efa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ export {CreateTableSettings} from './table/table-session';
export {OperationParams} from './table/table-session';
export {AUTO_TX} from './table/table-session';

export {QuerySession} from './query';

export {StaticCredentialsAuthService} from './credentials/static-credentials-auth-service';
export {IamAuthService} from './credentials/iam-auth-service';
export {MetadataAuthService} from './credentials/metadata-auth-service';
Expand Down

0 comments on commit cfd1efa

Please sign in to comment.