Skip to content

Commit a3e4c16

Browse files
committed
chore: make transaction deprecated
1 parent 30eec66 commit a3e4c16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sessions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export class ClientSession
121121
/** @internal */
122122
owner?: symbol | AbstractCursor;
123123
defaultTransactionOptions: TransactionOptions;
124+
/** @deprecated - Will be made internal in the next major release */
124125
transaction: Transaction;
125126
/**
126127
* @internal

0 commit comments

Comments
 (0)