Skip to content

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed Apr 24, 2024
1 parent 48dd202 commit 44b5b7b
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dodona/dolos",
"version": "2.5.1",
"version": "2.6.0",
"description": "Code similarity detection based on the Winnowing algorithm",
"type": "module",
"export": "./dist/index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
"typescript": "5.2.2"
},
"dependencies": {
"@dodona/dolos-lib": "3.1.1",
"@dodona/dolos-web": "2.5.1",
"@dodona/dolos-lib": "3.2.0",
"@dodona/dolos-web": "2.6.0",
"chalk": "^5.3.0",
"cliui": "^8.0.1",
"commander": "^11.1.0",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dodona/dolos-core",
"version": "1.0.1",
"version": "1.0.2",
"exports": "./dist/index.js",
"type": "module",
"description": "Core classes and algorithms for Dolos source code similarity checker",
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:20.10.0-alpine3.17
ARG dolos_version=2.5.1
ARG dolos_version=2.6.0

LABEL org.opencontainers.image.source https://github.com/dodona-edu/dolos

Expand Down
6 changes: 3 additions & 3 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dodona/dolos-lib",
"version": "3.1.1",
"version": "3.2.0",
"exports": "./dist/index.js",
"type": "module",
"description": "Code similarity detection based on the Winnowing algorithm",
Expand Down Expand Up @@ -38,8 +38,8 @@
"tree-sitter-json": "0.20.2"
},
"dependencies": {
"@dodona/dolos-parsers": "1.0.0",
"@dodona/dolos-core": "1.0.1",
"@dodona/dolos-parsers": "1.1.0",
"@dodona/dolos-core": "1.0.2",
"d3-dsv": "^3.0.1",
"tree-sitter": "^0.20.6"
},
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion parsers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dodona/dolos-parsers",
"version": "1.0.0",
"version": "1.1.0",
"description": "Collection of tree-sitter parsers used by Dolos",
"main": "index.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dodona/dolos-web",
"description": "Web UI for the Dolos plagiarism detection tool.",
"version": "2.5.1",
"version": "2.6.0",
"homepage": "https://dolos.ugent.be",
"license": "MIT",
"type": "module",
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@dodona/dolos-core": "1.0.1",
"@dodona/dolos-core": "1.0.2",
"@mdi/font": "7.4.47",
"@types/d3": "7.4.3",
"@types/luxon": "^3.4.2",
Expand Down

0 comments on commit 44b5b7b

Please sign in to comment.