File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
neo4j-driver-deno/lib/core Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ import NotificationFilter, {
7676} from './notification-filter'
7777import Result , { QueryResult , ResultObserver } from './result'
7878import EagerResult from './result-eager'
79- import ConnectionProvider from './connection-provider'
79+ import ConnectionProvider , { Releasable } from './connection-provider'
8080import Connection from './connection'
8181import Transaction from './transaction'
8282import ManagedTransaction from './transaction-managed'
@@ -160,6 +160,7 @@ const forExport = {
160160 Session,
161161 Driver,
162162 Connection,
163+ Releasable,
163164 types,
164165 driver,
165166 json,
@@ -224,6 +225,7 @@ export {
224225 Result ,
225226 EagerResult ,
226227 ConnectionProvider ,
228+ Releasable ,
227229 Connection ,
228230 Transaction ,
229231 ManagedTransaction ,
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ import NotificationFilter, {
7676} from './notification-filter.ts'
7777import Result , { QueryResult , ResultObserver } from './result.ts'
7878import EagerResult from './result-eager.ts'
79- import ConnectionProvider from './connection-provider.ts'
79+ import ConnectionProvider , { Releasable } from './connection-provider.ts'
8080import Connection from './connection.ts'
8181import Transaction from './transaction.ts'
8282import ManagedTransaction from './transaction-managed.ts'
@@ -160,6 +160,7 @@ const forExport = {
160160 Session,
161161 Driver,
162162 Connection,
163+ Releasable,
163164 types,
164165 driver,
165166 json,
@@ -224,6 +225,7 @@ export {
224225 Result ,
225226 EagerResult ,
226227 ConnectionProvider ,
228+ Releasable ,
227229 Connection ,
228230 Transaction ,
229231 ManagedTransaction ,
You can’t perform that action at this time.
0 commit comments