File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- # node-oracledb version 6.7.0
1
+ # node-oracledb version 6.7.1-dev
2
+
3
+ ** This release is under development and information may be incomplete**
2
4
3
5
The node-oracledb add-on for Node.js powers high performance Oracle Database
4
6
applications. Applications can be written in TypeScript, or directly in
5
7
JavaScript.
6
8
7
- Use node-oracledb 6.7.0 to connect Node.js 14.6, or later, to Oracle
9
+ Use node-oracledb 6.7.1-dev to connect Node.js 14.6, or later, to Oracle
8
10
Database. Older versions of node-oracledb may work with older versions of
9
11
Node.js.
10
12
Original file line number Diff line number Diff line change 31
31
module . exports = {
32
32
VERSION_MAJOR : 6 ,
33
33
VERSION_MINOR : 7 ,
34
- VERSION_PATCH : 0 ,
35
- VERSION_SUFFIX : ''
34
+ VERSION_PATCH : 1 ,
35
+ VERSION_SUFFIX : '-dev '
36
36
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " oracledb" ,
3
- "version" : " 6.7.0 " ,
3
+ "version" : " 6.7.1-dev " ,
4
4
"description" : " A Node.js module for Oracle Database access from JavaScript and TypeScript" ,
5
5
"license" : " (Apache-2.0 OR UPL-1.0)" ,
6
6
"homepage" : " http://oracle.github.io/node-oracledb/" ,
You can’t perform that action at this time.
0 commit comments