File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1- # node-oracledb version 6.0.1
1+ # node-oracledb version 6.0.2-dev
2+
3+ ** This release is under development and information may be incomplete**
24
35The node-oracledb add-on for Node.js powers high performance Oracle Database
46applications. Applications can be written in TypeScript, or directly in
57JavaScript.
68
7- Use node-oracledb 6.0.1 to connect Node.js 14.6, or later, to Oracle
9+ Use node-oracledb 6.0.2-dev to connect Node.js 14.6, or later, to Oracle
810Database. Older versions of node-oracledb may work with older versions of
911Node.js.
1012
Original file line number Diff line number Diff line change 3131module . exports = {
3232 VERSION_MAJOR : 6 ,
3333 VERSION_MINOR : 0 ,
34- VERSION_PATCH : 1 ,
35- VERSION_SUFFIX : ''
34+ VERSION_PATCH : 2 ,
35+ VERSION_SUFFIX : '-dev '
3636} ;
Original file line number Diff line number Diff line change 11{
22 "name" : " oracledb" ,
3- "version" : " 6.0.1 " ,
3+ "version" : " 6.0.2-dev " ,
44 "description" : " A Node.js module for Oracle Database access from JavaScript and TypeScript" ,
55 "license" : " (Apache-2.0 OR UPL-1.0)" ,
66 "homepage" : " http://oracle.github.io/node-oracledb/" ,
3030 "url" : " git://github.com/oracle/node-oracledb.git"
3131 },
3232 "devDependencies" : {
33- "mocha" : " 10.0 .0" ,
33+ "mocha" : " 10.2 .0" ,
3434 "eslint" : " 8.15.0"
3535 },
3636 "scripts" : {
You can’t perform that action at this time.
0 commit comments