File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @yugabytedb/pg-pool" ,
3- "version" : " 3.5.1-yb-1 " ,
3+ "version" : " 3.5.1-yb-3 " ,
44 "description" : " Connection pool for node-postgres" ,
55 "main" : " index.js" ,
66 "directories" : {
3535 "pg-cursor" : " ^1.3.0"
3636 },
3737 "peerDependencies" : {
38- "pg" : " >=8.0 "
38+ "@yugabytedb/ pg" : " * "
3939 },
4040 "publishConfig" : {
4141 "access" : " public"
Original file line number Diff line number Diff line change 33var Client = require ( './client' )
44var defaults = require ( './defaults' )
55var Connection = require ( './connection' )
6- var Pool = require ( 'pg-pool' )
6+ var Pool = require ( '@yugabytedb/ pg-pool' )
77const { DatabaseError } = require ( 'pg-protocol' )
88
99const poolFactory = ( Client ) => {
Original file line number Diff line number Diff line change 11{
22 "name" : " @yugabytedb/pg" ,
3- "version" : " 8.7.3-yb-9 " ,
3+ "version" : " 8.7.3-yb-10 " ,
44 "description" : " Pure JavaScript PostgreSQL client and native libpq bindings with YugabyteDB smart-driver features" ,
55 "keywords" : [
66 " database" ,
2828 "buffer-writer" : " 2.0.0" ,
2929 "packet-reader" : " 1.0.0" ,
3030 "pg-connection-string" : " ^2.5.0" ,
31- "pg-pool" : " ^3.5.1" ,
31+ "@yugabytedb/ pg-pool" : " ^3.5.1-yb-3 " ,
3232 "pg-protocol" : " ^1.5.0" ,
3333 "pg-types" : " ^2.1.0" ,
3434 "pgpass" : " 1.x" ,
You can’t perform that action at this time.
0 commit comments