File tree 6 files changed +16
-16
lines changed
6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-connection-string" ,
3
- "version" : " 2.8.0 " ,
3
+ "version" : " 2.8.1 " ,
4
4
"description" : " Functions for dealing with a PostgresSQL connection string" ,
5
5
"main" : " ./index.js" ,
6
6
"types" : " ./index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-cursor" ,
3
- "version" : " 2.14.0 " ,
3
+ "version" : " 2.14.1 " ,
4
4
"description" : " Query cursor extension for node-postgres" ,
5
5
"main" : " index.js" ,
6
6
"exports" : {
25
25
"license" : " MIT" ,
26
26
"devDependencies" : {
27
27
"mocha" : " ^10.5.2" ,
28
- "pg" : " ^8.15.0 "
28
+ "pg" : " ^8.15.1 "
29
29
},
30
30
"peerDependencies" : {
31
31
"pg" : " ^8"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-esm-test" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " A test module for PostgreSQL with ESM support" ,
5
5
"main" : " index.js" ,
6
6
"type" : " module" ,
14
14
" test"
15
15
],
16
16
"devDependencies" : {
17
- "pg" : " ^8.15.0 " ,
17
+ "pg" : " ^8.15.1 " ,
18
18
"pg-cloudflare" : " ^1.2.0" ,
19
- "pg-cursor" : " ^2.14.0 " ,
19
+ "pg-cursor" : " ^2.14.1 " ,
20
20
"pg-native" : " ^3.4.0" ,
21
- "pg-pool" : " ^3.9.0 " ,
22
- "pg-query-stream" : " ^4.9.0 "
21
+ "pg-pool" : " ^3.9.1 " ,
22
+ "pg-query-stream" : " ^4.9.1 "
23
23
},
24
24
"author" :
" Brian M. Carlson <[email protected] >" ,
25
25
"license" : " MIT"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-pool" ,
3
- "version" : " 3.9.0 " ,
3
+ "version" : " 3.9.1 " ,
4
4
"description" : " Connection pool for node-postgres" ,
5
5
"main" : " index.js" ,
6
6
"exports" : {
39
39
"expect.js" : " 0.3.1" ,
40
40
"lodash" : " ^4.17.11" ,
41
41
"mocha" : " ^10.5.2" ,
42
- "pg-cursor" : " ^2.14.0 "
42
+ "pg-cursor" : " ^2.14.1 "
43
43
},
44
44
"peerDependencies" : {
45
45
"pg" : " >=8.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-query-stream" ,
3
- "version" : " 4.9.0 " ,
3
+ "version" : " 4.9.1 " ,
4
4
"description" : " Postgres query result returned as readable stream" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
45
45
"concat-stream" : " ~1.0.1" ,
46
46
"eslint-plugin-promise" : " ^6.0.1" ,
47
47
"mocha" : " ^10.5.2" ,
48
- "pg" : " ^8.15.0 " ,
48
+ "pg" : " ^8.15.1 " ,
49
49
"stream-spec" : " ~0.3.5" ,
50
50
"ts-node" : " ^8.5.4" ,
51
51
"typescript" : " ^4.0.3"
54
54
"pg" : " ^8"
55
55
},
56
56
"dependencies" : {
57
- "pg-cursor" : " ^2.14.0 "
57
+ "pg-cursor" : " ^2.14.1 "
58
58
}
59
59
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg" ,
3
- "version" : " 8.15.0 " ,
3
+ "version" : " 8.15.1 " ,
4
4
"description" : " PostgreSQL client - pure javascript & libpq with the same API" ,
5
5
"keywords" : [
6
6
" database" ,
27
27
}
28
28
},
29
29
"dependencies" : {
30
- "pg-connection-string" : " ^2.8.0 " ,
31
- "pg-pool" : " ^3.9.0 " ,
30
+ "pg-connection-string" : " ^2.8.1 " ,
31
+ "pg-pool" : " ^3.9.1 " ,
32
32
"pg-protocol" : " ^1.9.0" ,
33
33
"pg-types" : " ^2.1.0" ,
34
34
"pgpass" : " 1.x"
You can’t perform that action at this time.
0 commit comments