File tree 2 files changed +6
-2
lines changed
neo4j-driver-deno/lib/core
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ import NotificationFilter, {
76
76
} from './notification-filter'
77
77
import Result , { QueryResult , ResultObserver } from './result'
78
78
import EagerResult from './result-eager'
79
- import ConnectionProvider from './connection-provider'
79
+ import ConnectionProvider , { Releasable } from './connection-provider'
80
80
import Connection from './connection'
81
81
import Transaction from './transaction'
82
82
import ManagedTransaction from './transaction-managed'
@@ -160,6 +160,7 @@ const forExport = {
160
160
Session,
161
161
Driver,
162
162
Connection,
163
+ Releasable,
163
164
types,
164
165
driver,
165
166
json,
@@ -224,6 +225,7 @@ export {
224
225
Result ,
225
226
EagerResult ,
226
227
ConnectionProvider ,
228
+ Releasable ,
227
229
Connection ,
228
230
Transaction ,
229
231
ManagedTransaction ,
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ import NotificationFilter, {
76
76
} from './notification-filter.ts'
77
77
import Result , { QueryResult , ResultObserver } from './result.ts'
78
78
import EagerResult from './result-eager.ts'
79
- import ConnectionProvider from './connection-provider.ts'
79
+ import ConnectionProvider , { Releasable } from './connection-provider.ts'
80
80
import Connection from './connection.ts'
81
81
import Transaction from './transaction.ts'
82
82
import ManagedTransaction from './transaction-managed.ts'
@@ -160,6 +160,7 @@ const forExport = {
160
160
Session,
161
161
Driver,
162
162
Connection,
163
+ Releasable,
163
164
types,
164
165
driver,
165
166
json,
@@ -224,6 +225,7 @@ export {
224
225
Result ,
225
226
EagerResult ,
226
227
ConnectionProvider ,
228
+ Releasable ,
227
229
Connection ,
228
230
Transaction ,
229
231
ManagedTransaction ,
You can’t perform that action at this time.
0 commit comments