Skip to content

Commit

Permalink
v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed Jan 17, 2025
1 parent 2bc1644 commit 19eb688
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 17 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.8.0",
"version": "2.9.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.4.5"
},
"dependencies": {
"@dodona/dolos-lib": "3.4.0",
"@dodona/dolos-web": "2.8.0",
"@dodona/dolos-lib": "3.5.0",
"@dodona/dolos-web": "2.9.0",
"chalk": "^5.3.0",
"cliui": "^8.0.1",
"commander": "^12.1.0",
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:22.10.0-alpine3.19
ARG dolos_version=2.8.0
ARG dolos_version=2.9.0

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

Expand Down
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dodona/dolos-lib",
"version": "3.4.0",
"version": "3.5.0",
"exports": "./dist/index.js",
"type": "module",
"description": "Code similarity detection based on the Winnowing algorithm",
Expand Down Expand Up @@ -37,7 +37,7 @@
"tree-sitter-json": "0.21.0"
},
"dependencies": {
"@dodona/dolos-parsers": "1.3.0",
"@dodona/dolos-parsers": "1.4.0",
"@dodona/dolos-core": "1.2.0",
"d3-dsv": "^3.0.1",
"tree-sitter": "^0.21.1"
Expand Down
15 changes: 8 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
}:
buildNpmPackage rec {
pname = "dolos";
version = "2.8.0";
version = "2.9.0";

src = ./.;

npmDepsHash = "sha256-HhJnzQKNg8GdWL45iMod+HY/8cqiaJsckm3cNNbvH1g=";
npmDepsHash = "sha256-RpzVmNx+VWJqMBppYLHFlFYOiOa5kKwtuBzO8bTnip4=";

npmWorkspace="cli";

Expand Down
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.3.0",
"version": "1.4.0",
"description": "Collection of tree-sitter parsers used by Dolos",
"main": "index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion 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.8.0",
"version": "2.9.0",
"homepage": "https://dolos.ugent.be",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 19eb688

Please sign in to comment.