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 1
1
# Change Log
2
2
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
+
3
10
## [ v1.0.0] 2021-07-20
4
11
### Stable release
5
12
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`
20
20
21
21
| NodeJS | NPM | YARN | Status |
22
22
| --- | --- | --- | --- |
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 ` | ✔️ |
26
26
27
27
<br />
28
28
@@ -40,7 +40,7 @@ Authentication Flow uses `json web tokens` via Passport library - `passport-jwt`
40
40
41
41
## ✨ Requirements
42
42
43
- - [ Node.js] ( https://nodejs.org/ ) >= 12.x
43
+ - [ Node.js] ( https://nodejs.org/ ) >= v16.13
44
44
- [ SQLite] ( https://www.sqlite.org/index.html )
45
45
46
46
<br />
Original file line number Diff line number Diff line change 49
49
"eslint-plugin-import" : " ^2.23.4" ,
50
50
"jest" : " ^27.0.6" ,
51
51
"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 " ,
55
55
"typescript" : " ^4.3.5"
56
56
}
57
57
}
You can’t perform that action at this time.
0 commit comments