Skip to content

Commit

Permalink
v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed Oct 24, 2024
1 parent 1f2ab07 commit 2d8653f
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 664 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.7.1",
"version": "2.8.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.3.1",
"@dodona/dolos-web": "2.7.1",
"@dodona/dolos-lib": "3.4.0",
"@dodona/dolos-web": "2.8.0",
"chalk": "^5.3.0",
"cliui": "^8.0.1",
"commander": "^12.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.1.0",
"version": "1.2.0",
"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:22.10.0-alpine3.19
ARG dolos_version=2.7.1
ARG dolos_version=2.8.0

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

Expand Down
7 changes: 3 additions & 4 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dodona/dolos-lib",
"version": "3.3.1",
"version": "3.4.0",
"exports": "./dist/index.js",
"type": "module",
"description": "Code similarity detection based on the Winnowing algorithm",
Expand Down Expand Up @@ -33,13 +33,12 @@
"@typescript-eslint/parser": "6.8.0",
"ava": "5.3.1",
"eslint": "8.57.0",
"node-gyp": "^9.4.1",
"typescript": "5.4.5",
"tree-sitter-json": "0.21.0"
},
"dependencies": {
"@dodona/dolos-parsers": "1.2.0",
"@dodona/dolos-core": "1.1.0",
"@dodona/dolos-parsers": "1.3.0",
"@dodona/dolos-core": "1.2.0",
"d3-dsv": "^3.0.1",
"tree-sitter": "^0.21.1"
},
Expand Down
Loading

0 comments on commit 2d8653f

Please sign in to comment.