File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ function isText(txt) {
31
31
// Proper configuration is having NODE_ENV = 'development', but this
32
32
// method only checks for 'dev' being present, and regardless of the case.
33
33
function isDev ( ) {
34
- const env = global . process . env [ ' NODE_ENV' ] || '' ;
34
+ const env = process . env . NODE_ENV || '' ;
35
35
return env . toLowerCase ( ) . indexOf ( 'dev' ) !== - 1 ;
36
36
}
37
37
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-promise" ,
3
- "version" : " 11.12.1 " ,
3
+ "version" : " 11.13.0 " ,
4
4
"description" : " PostgreSQL interface for Node.js" ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " typescript/pg-promise.d.ts" ,
42
42
},
43
43
"dependencies" : {
44
44
"assert-options" : " 0.8.2" ,
45
- "pg" : " 8.14.0 " ,
45
+ "pg" : " 8.14.1 " ,
46
46
"pg-minify" : " 1.7.0" ,
47
47
"spex" : " 3.4.0"
48
48
},
49
49
"peerDependencies" : {
50
- "pg-query-stream" : " 4.8.0 "
50
+ "pg-query-stream" : " 4.8.1 "
51
51
},
52
52
"devDependencies" : {
53
53
"@eslint/js" : " 9.22.0" ,
You can’t perform that action at this time.
0 commit comments