File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-cursor" ,
3
- "version" : " 2.12.0 " ,
3
+ "version" : " 2.12.1 " ,
4
4
"description" : " Query cursor extension for node-postgres" ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
18
18
"license" : " MIT" ,
19
19
"devDependencies" : {
20
20
"mocha" : " ^10.5.2" ,
21
- "pg" : " ^8.13.0 "
21
+ "pg" : " ^8.13.1 "
22
22
},
23
23
"peerDependencies" : {
24
24
"pg" : " ^8"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-query-stream" ,
3
- "version" : " 4.7.0 " ,
3
+ "version" : " 4.7.1 " ,
4
4
"description" : " Postgres query result returned as readable stream" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
37
37
"concat-stream" : " ~1.0.1" ,
38
38
"eslint-plugin-promise" : " ^6.0.1" ,
39
39
"mocha" : " ^10.5.2" ,
40
- "pg" : " ^8.13.0 " ,
40
+ "pg" : " ^8.13.1 " ,
41
41
"stream-spec" : " ~0.3.5" ,
42
42
"ts-node" : " ^8.5.4" ,
43
43
"typescript" : " ^4.0.3"
46
46
"pg" : " ^8"
47
47
},
48
48
"dependencies" : {
49
- "pg-cursor" : " ^2.12.0 "
49
+ "pg-cursor" : " ^2.12.1 "
50
50
}
51
51
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg" ,
3
- "version" : " 8.13.0 " ,
3
+ "version" : " 8.13.1 " ,
4
4
"description" : " PostgreSQL client - pure javascript & libpq with the same API" ,
5
5
"keywords" : [
6
6
" database" ,
You can’t perform that action at this time.
0 commit comments