File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - ' 14'
4
3
- ' 16'
5
- - ' 17'
6
4
- ' 18'
5
+ - ' 19'
6
+ - ' 20'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " text-file-diff" ,
3
- "version" : " 1.4.7 " ,
3
+ "version" : " 1.4.8 " ,
4
4
"description" : " line by line diff of two large files" ,
5
5
"license" : " MIT" ,
6
6
"repository" : " niiknow/text-file-diff" ,
10
10
"url" : " https://niiknow.org"
11
11
},
12
12
"engines" : {
13
- "node" : " >=14 " ,
14
- "npm" : " >=6 "
13
+ "node" : " >=16 " ,
14
+ "npm" : " >=8 "
15
15
},
16
16
"scripts" : {
17
17
"build" : " tsc" ,
31
31
" compare-files"
32
32
],
33
33
"devDependencies" : {
34
- "@types/node" : " ^17.0.44 " ,
35
- "ava" : " ^4 .3.0 " ,
34
+ "@types/node" : " ^20.5.9 " ,
35
+ "ava" : " ^5 .3.1 " ,
36
36
"nyc" : " ^15.1.0" ,
37
- "typescript" : " ^4.7.3 "
37
+ "typescript" : " ^5.2.2 "
38
38
},
39
39
"ava" : {
40
40
"failWithoutAssertions" : true
You can’t perform that action at this time.
0 commit comments