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.5.0 " ,
3
+ "version" : " 2.5.1 " ,
4
4
"description" : " Query cursor extension for node-postgres" ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
17
17
"license" : " MIT" ,
18
18
"devDependencies" : {
19
19
"mocha" : " ^7.1.2" ,
20
- "pg" : " ^8.5.0 "
20
+ "pg" : " ^8.5.1 "
21
21
}
22
22
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-query-stream" ,
3
- "version" : " 3.4.1 " ,
3
+ "version" : " 3.4.2 " ,
4
4
"description" : " Postgres query result returned as readable stream" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
36
36
"concat-stream" : " ~1.0.1" ,
37
37
"eslint-plugin-promise" : " ^3.5.0" ,
38
38
"mocha" : " ^7.1.2" ,
39
- "pg" : " ^8.5.0 " ,
39
+ "pg" : " ^8.5.1 " ,
40
40
"stream-spec" : " ~0.3.5" ,
41
41
"stream-tester" : " 0.0.5" ,
42
42
"through" : " ~2.3.4" ,
43
43
"ts-node" : " ^8.5.4" ,
44
44
"typescript" : " ^4.0.3"
45
45
},
46
46
"dependencies" : {
47
- "pg-cursor" : " ^2.5.0 "
47
+ "pg-cursor" : " ^2.5.1 "
48
48
}
49
49
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg" ,
3
- "version" : " 8.5.0 " ,
3
+ "version" : " 8.5.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