File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# fastify-oracle
2
2
[ ![ JavaScript Style Guide] ( https://img.shields.io/badge/code_style-standard-brightgreen.svg )] ( https://standardjs.com )
3
3
[ ![ Build Status] ( https://travis-ci.org/cemremengu/fastify-oracle.svg?branch=master )] ( https://travis-ci.org/cemremengu/fastify-oracle )
4
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/cemremengu/fastify-oracle/badge.svg?branch=master )] ( https://coveralls.io/github/cemremengu/fastify-oracle?branch=master )
4
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/cemremengu/fastify-oracle/badge.svg?branch=master )] ( https://coveralls.io/github/cemremengu/fastify-oracle?branch=master ) [ ![ Greenkeeper badge ] ( https://badges.greenkeeper.io/cemremengu/fastify-oracle.svg )] ( https://greenkeeper.io/ )
5
5
6
6
This module provides access to an Oracle database connection pool via the
7
7
[ oracledb] ( https://npm.im/oracledb ) module. It decorates the [ Fastify] ( https://fastify.io )
Original file line number Diff line number Diff line change 32
32
"coveralls" : " ^3.0.2" ,
33
33
"fastify" : " ^1.1.0" ,
34
34
"pre-commit" : " ^1.2.2" ,
35
- "snazzy" : " ^7.1.1 " ,
36
- "standard" : " ^11 .0.0 " ,
37
- "tap" : " ^11.1 .1"
35
+ "snazzy" : " ^8.0.0 " ,
36
+ "standard" : " ^12 .0.1 " ,
37
+ "tap" : " ^12.0 .1"
38
38
},
39
39
"dependencies" : {
40
- "fastify-plugin" : " ^0 .2.2 " ,
40
+ "fastify-plugin" : " ^1 .2.0 " ,
41
41
"oracledb" : " ^2.1.2"
42
42
}
43
43
}
You can’t perform that action at this time.
0 commit comments