File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @dodona/dolos" ,
3- "version" : " 2.5.0 " ,
3+ "version" : " 2.5.1 " ,
44 "description" : " Code similarity detection based on the Winnowing algorithm" ,
55 "type" : " module" ,
66 "export" : " ./dist/index.js" ,
3636 "typescript" : " 5.2.2"
3737 },
3838 "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 " ,
4141 "chalk" : " ^5.3.0" ,
4242 "cliui" : " ^8.0.1" ,
4343 "commander" : " ^11.1.0" ,
Original file line number Diff line number Diff line change 11FROM node:20-alpine3.17
2- ARG dolos_version=2.5.0
2+ ARG dolos_version=2.5.1
33
44# node-gyp needs python3 and a compiler to build tree-sitter
55RUN apk --no-cache add python3 build-base unzip &&\
Original file line number Diff line number Diff line change 11{
22 "name" : " @dodona/dolos-lib" ,
3- "version" : " 3.1.0 " ,
3+ "version" : " 3.1.1 " ,
44 "exports" : " ./dist/index.js" ,
55 "type" : " module" ,
66 "description" : " Code similarity detection based on the Winnowing algorithm" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @dodona/dolos-web" ,
33 "description" : " Web UI for the Dolos plagiarism detection tool." ,
4- "version" : " 2.5.0 " ,
4+ "version" : " 2.5.1 " ,
55 "homepage" : " https://dolos.ugent.be" ,
66 "license" : " MIT" ,
77 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments