File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ v1.0.1] 2022-06-02
4+ ### Improvements
5+
6+ - Dependencies Update for
7+ - NodeJS ` v17.0.0 `
8+ - NodeJS ` v16.15.1 `
9+
310## [ v1.0.0] 2021-07-20
411### Stable release
512
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ Authentication Flow uses `json web tokens` via Passport library - `passport-jwt`
2020
2121| NodeJS | NPM | YARN | Status |
2222| --- | --- | --- | --- |
23- | ` v16.13 .0` | ` v8.1 .0 ` | ` v1.22.5 ` | ✔️ |
24- | ` v14 .15.0 ` | ` v6.14.8 ` | ` v1.22.5 ` | ✔️ |
25- | ` v12.22 .0` | ` v6.14.11 ` | ` v1.22.5 ` | ✔️ |
23+ | ` v17.0 .0` | ` v8.11 .0 ` | ` v1.22.18 ` | ✔️ |
24+ | ` v16 .15.1 ` | ` v8.11.0 ` | ` v1.22.18 ` | ✔️ |
25+ | ` v16.13 .0` | ` v8.1.0 ` | ` v1.22.5 ` | ✔️ |
2626
2727<br />
2828
@@ -40,7 +40,7 @@ Authentication Flow uses `json web tokens` via Passport library - `passport-jwt`
4040
4141## ✨ Requirements
4242
43- - [ Node.js] ( https://nodejs.org/ ) >= 12.x
43+ - [ Node.js] ( https://nodejs.org/ ) >= v16.13
4444- [ SQLite] ( https://www.sqlite.org/index.html )
4545
4646<br />
Original file line number Diff line number Diff line change 4949 "eslint-plugin-import" : " ^2.23.4" ,
5050 "jest" : " ^27.0.6" ,
5151 "supertest" : " ^6.1.3" ,
52- "ts-jest" : " ^27 .0.3" ,
53- "ts-node" : " 10.1 .0" ,
54- "ts-node-dev" : " 1.1.8 " ,
52+ "ts-jest" : " ^28 .0.3" ,
53+ "ts-node" : " 10.8 .0" ,
54+ "ts-node-dev" : " 2.0.0 " ,
5555 "typescript" : " ^4.3.5"
5656 }
5757}
You can’t perform that action at this time.
0 commit comments