Commit 95d40bf 1 parent 09e9081 commit 95d40bf Copy full SHA for 95d40bf
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dodona/dolos" ,
3
- "version" : " 2.4.2 " ,
3
+ "version" : " 2.4.3 " ,
4
4
"description" : " Code similarity detection based on the Winnowing algorithm" ,
5
5
"type" : " module" ,
6
6
"export" : " ./dist/index.js" ,
37
37
},
38
38
"dependencies" : {
39
39
"@dodona/dolos-lib" : " 3.0.0" ,
40
- "@dodona/dolos-web" : " 2.4.2 " ,
40
+ "@dodona/dolos-web" : " 2.4.3 " ,
41
41
"@elm-tooling/tree-sitter-elm" : " ^5.6.6" ,
42
42
"chalk" : " ^5.3.0" ,
43
43
"cliui" : " ^8.0.1" ,
Original file line number Diff line number Diff line change 1
1
FROM node:20-alpine3.17
2
- ARG dolos_version=2.4.2
2
+ ARG dolos_version=2.4.3
3
3
4
4
# node-gyp needs python3 and a compiler to build tree-sitter
5
5
RUN apk --no-cache add python3 build-base &&\
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dodona/dolos-web" ,
3
3
"description" : " Web UI for the Dolos plagiarism detection tool." ,
4
- "version" : " 2.4.2 " ,
4
+ "version" : " 2.4.3 " ,
5
5
"homepage" : " https://dolos.ugent.be" ,
6
6
"license" : " MIT" ,
7
7
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments