Skip to content

Commit 81671e5

Browse files
committed
node 21 and linting
1 parent 31d0a7a commit 81671e5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
1. *new* Ubuntu, Debian Node v18, v20 - install openssl 3.2 see WIKI
1010
1. docker images see WIKI
1111
1. *new* support always on encryption via tables and procedures.
12-
1. *new* support Node v20
13-
1. *new* support electron v24
12+
1. *new* support Node v20, v21
13+
1. *new* support electron v24, v25, v26
1414
1. *new* read numerics as strings - see WIKI
1515
1. Sybase Adaptive Server Enterprise support - see WIKI
1616
1. thread worker support - see WIKI

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"encryption",
3333
"sequelize",
3434
"sybase",
35-
"adaptive"
35+
"adaptive",
36+
"docker"
3637
],
3738
"homepage": "https://github.com/TimelordUK/node-sqlserver-v8",
3839
"bugs": {

0 commit comments

Comments
 (0)