File tree 1 file changed +12
-10
lines changed
1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-promise" ,
3
- "version" : " 11.9.1 " ,
3
+ "version" : " 11.10.0 " ,
4
4
"description" : " PostgreSQL interface for Node.js" ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " typescript/pg-promise.d.ts" ,
41
41
"node" : " >=14.0"
42
42
},
43
43
"dependencies" : {
44
- "assert-options" : " 0.8.1 " ,
45
- "pg" : " 8.12 .0" ,
44
+ "assert-options" : " 0.8.2 " ,
45
+ "pg" : " 8.13 .0" ,
46
46
"pg-minify" : " 1.6.5" ,
47
47
"spex" : " 3.3.0"
48
48
},
49
+ "peerDependencies" : {
50
+ "pg-query-stream" : " 4.7.0"
51
+ },
49
52
"devDependencies" : {
50
- "@eslint/js" : " 9.7 .0" ,
51
- "@types/node" : " 20.14.12 " ,
53
+ "@eslint/js" : " 9.12 .0" ,
54
+ "@types/node" : " 22.7.5 " ,
52
55
"bluebird" : " 3.7.2" ,
53
56
"coveralls" : " 3.1.1" ,
54
- "cspell" : " 8.12.1 " ,
55
- "eslint" : " 9.7 .0" ,
56
- "globals" : " 15.8 .0" ,
57
+ "cspell" : " 8.15.0 " ,
58
+ "eslint" : " 9.12 .0" ,
59
+ "globals" : " 15.11 .0" ,
57
60
"istanbul" : " 0.4.5" ,
58
61
"jasmine-node" : " 3.0.0" ,
59
62
"jsdoc" : " 4.0.3" ,
60
63
"JSONStream" : " 1.3.5" ,
61
- "pg-query-stream" : " 4.6.0" ,
62
64
"tslint" : " 6.1.3" ,
63
- "typescript" : " 5.5.4 "
65
+ "typescript" : " 5.6.3 "
64
66
}
65
67
}
You can’t perform that action at this time.
0 commit comments