File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- # node-oracledb version 6.0.2-dev
2-
3- ** This release is under development and information may be incomplete**
1+ # node-oracledb version 6.0.2
42
53The node-oracledb add-on for Node.js powers high performance Oracle Database
64applications. Applications can be written in TypeScript, or directly in
75JavaScript.
86
9- Use node-oracledb 6.0.2-dev to connect Node.js 14.6, or later, to Oracle
7+ Use node-oracledb 6.0.2 to connect Node.js 14.6, or later, to Oracle
108Database. Older versions of node-oracledb may work with older versions of
119Node.js.
1210
Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ module.exports = {
3232 VERSION_MAJOR : 6 ,
3333 VERSION_MINOR : 0 ,
3434 VERSION_PATCH : 2 ,
35- VERSION_SUFFIX : '-dev '
35+ VERSION_SUFFIX : ''
3636} ;
Original file line number Diff line number Diff line change 11{
22 "name" : " oracledb" ,
3- "version" : " 6.0.2-dev " ,
3+ "version" : " 6.0.2" ,
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/" ,
You can’t perform that action at this time.
0 commit comments