File tree 4 files changed +13
-14
lines changed
4 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-cursor" ,
3
- "version" : " 2.0.3 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"description" : " Query cursor extension for node-postgres" ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
21
21
"eslint-config-prettier" : " ^6.4.0" ,
22
22
"eslint-plugin-prettier" : " ^3.1.1" ,
23
23
"mocha" : " ^6.2.2" ,
24
- "pg" : " ^7.15.2 " ,
24
+ "pg" : " ^7.16.0 " ,
25
25
"prettier" : " ^1.18.2"
26
26
},
27
27
"prettier" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-packet-stream" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"main" : " dist/index.js" ,
5
5
"types" : " dist/index.d.ts" ,
6
6
"license" : " MIT" ,
7
7
"devDependencies" : {
8
- "@types/node" : " ^12.12.21" ,
9
- "chunky" : " ^0.0.0" ,
10
- "typescript" : " ^3.7.3" ,
11
8
"@types/chai" : " ^4.2.7" ,
12
9
"@types/mocha" : " ^5.2.7" ,
10
+ "@types/node" : " ^12.12.21" ,
13
11
"chai" : " ^4.2.0" ,
12
+ "chunky" : " ^0.0.0" ,
14
13
"mocha" : " ^6.2.2" ,
15
- "ts-node" : " ^8.5.4"
14
+ "ts-node" : " ^8.5.4" ,
15
+ "typescript" : " ^3.7.3"
16
16
},
17
17
"scripts" : {
18
18
"test" : " mocha dist/**/*.test.js" ,
19
19
"prepublish" : " tsc" ,
20
20
"pretest" : " tsc"
21
- },
22
- "dependencies" : {}
21
+ }
23
22
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-query-stream" ,
3
- "version" : " 2.0.2 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"description" : " Postgres query result returned as readable stream" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
27
27
"concat-stream" : " ~1.0.1" ,
28
28
"eslint-plugin-promise" : " ^3.5.0" ,
29
29
"mocha" : " ^6.2.2" ,
30
- "pg" : " ^7.15.2 " ,
30
+ "pg" : " ^7.16.0 " ,
31
31
"stream-spec" : " ~0.3.5" ,
32
32
"stream-tester" : " 0.0.5" ,
33
33
"through" : " ~2.3.4"
34
34
},
35
35
"dependencies" : {
36
- "pg-cursor" : " ^2.0.3 "
36
+ "pg-cursor" : " ^2.1.0 "
37
37
}
38
38
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg" ,
3
- "version" : " 7.15.2 " ,
3
+ "version" : " 7.16.0 " ,
4
4
"description" : " PostgreSQL client - pure javascript & libpq with the same API" ,
5
5
"keywords" : [
6
6
" database" ,
22
22
"buffer-writer" : " 2.0.0" ,
23
23
"packet-reader" : " 1.0.0" ,
24
24
"pg-connection-string" : " 0.1.3" ,
25
- "pg-packet-stream" : " ^1.0 .0" ,
25
+ "pg-packet-stream" : " ^1.1 .0" ,
26
26
"pg-pool" : " ^2.0.7" ,
27
27
"pg-types" : " ^2.1.0" ,
28
28
"pgpass" : " 1.x" ,
You can’t perform that action at this time.
0 commit comments