Skip to content

Commit

Permalink
Merge pull request #107 from molgenis/chore/refactor_metadata
Browse files Browse the repository at this point in the history
parse vcf using supplied additional metadata
  • Loading branch information
bartcharbon authored Jan 25, 2024
2 parents 2f710e9 + d9a70c9 commit 02171db
Show file tree
Hide file tree
Showing 4 changed files with 387 additions and 517 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@molgenis/vip-report-api",
"version": "4.8.0",
"version": "5.0.0",
"description": "TypeScript Report API for Variant Call Format (VCF) Report Templates",
"scripts": {
"build": "tsc --build",
Expand Down Expand Up @@ -30,19 +30,19 @@
"access": "public"
},
"devDependencies": {
"@types/node": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitest/coverage-v8": "^1.0.1",
"eslint": "^8.55.0",
"@types/node": "^20.11.6",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitest/coverage-v8": "^1.2.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"prettier": "^3.1.0",
"typescript": "^5.3.2",
"vitest": "^1.0.1"
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.3",
"prettier": "^3.2.4",
"typescript": "^5.3.3",
"vitest": "^1.2.1"
},
"dependencies": {
"@molgenis/vip-report-vcf": "^1.8.0"
"@molgenis/vip-report-vcf": "^2.0.0"
}
}
Loading

0 comments on commit 02171db

Please sign in to comment.