File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 30
30
"packet-reader" : " 1.0.0" ,
31
31
"pg-connection-string" : " ^2.7.0" ,
32
32
"pg-pool" : " ^3.7.0" ,
33
- "pg-protocol" : " ./packages/pg-protocol" ,
34
33
"pg-types" : " ^2.1.0" ,
35
34
"pgpass" : " 1.x"
36
35
},
Original file line number Diff line number Diff line change 2
2
3
3
var EventEmitter = require ( 'events' ) . EventEmitter
4
4
5
- const { parse, serialize } = require ( 'pg-protocol' )
5
+ const { parse, serialize } = require ( '../../ pg-protocol/dist ' )
6
6
const { getStream, getSecureStream } = require ( './stream' )
7
7
8
8
const flushBuffer = serialize . flush ( )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ var Client = require('./client')
4
4
var defaults = require ( './defaults' )
5
5
var Connection = require ( './connection' )
6
6
var Pool = require ( 'pg-pool' )
7
- const { DatabaseError } = require ( 'pg-protocol' )
7
+ const { DatabaseError } = require ( '../../ pg-protocol/dist ' )
8
8
const { escapeIdentifier, escapeLiteral } = require ( './utils' )
9
9
10
10
const poolFactory = ( Client ) => {
Original file line number Diff line number Diff line change 22
22
"dependencies" : {
23
23
"pg-connection-string" : " ^2.7.0" ,
24
24
"pg-pool" : " ^3.7.0" ,
25
- "pg-protocol" : " ../packages/pg-protocol" ,
26
25
"pg-types" : " ^2.1.0" ,
27
26
"pgpass" : " 1.x"
28
27
},
You can’t perform that action at this time.
0 commit comments