Commit beb7eea 1 parent fa0aefc commit beb7eea Copy full SHA for beb7eea
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dodona/dolos" ,
3
- "version" : " 2.5.0 " ,
3
+ "version" : " 2.5.1 " ,
4
4
"description" : " Code similarity detection based on the Winnowing algorithm" ,
5
5
"type" : " module" ,
6
6
"export" : " ./dist/index.js" ,
36
36
"typescript" : " 5.2.2"
37
37
},
38
38
"dependencies" : {
39
- "@dodona/dolos-lib" : " 3.1.0 " ,
40
- "@dodona/dolos-web" : " 2.5.0 " ,
39
+ "@dodona/dolos-lib" : " 3.1.1 " ,
40
+ "@dodona/dolos-web" : " 2.5.1 " ,
41
41
"chalk" : " ^5.3.0" ,
42
42
"cliui" : " ^8.0.1" ,
43
43
"commander" : " ^11.1.0" ,
Original file line number Diff line number Diff line change 1
1
FROM node:20-alpine3.17
2
- ARG dolos_version=2.5.0
2
+ ARG dolos_version=2.5.1
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 unzip &&\
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dodona/dolos-lib" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"exports" : " ./dist/index.js" ,
5
5
"type" : " module" ,
6
6
"description" : " Code similarity detection based on the Winnowing algorithm" ,
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.5.0 " ,
4
+ "version" : " 2.5.1 " ,
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