Skip to content

Commit

Permalink
Merge pull request #5 from bcgsc/release/v3.15.0
Browse files Browse the repository at this point in the history
Release/v3.15.0
  • Loading branch information
creisle committed Apr 28, 2021
2 parents 2e50b50 + 0dec499 commit 1ee52df
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![codecov](https://codecov.io/gh/bcgsc/pori_graphkb_schema/branch/master/graph/badge.svg?token=0QZTY7RA1R)](https://codecov.io/gh/bcgsc/pori_graphkb_schema) ![build](https://github.com/bcgsc/pori_graphkb_schema/workflows/build/badge.svg?branch=master) [![npm version](https://badge.fury.io/js/%40bcgsc-pori%2Fgraphkb-schema.svg)](https://badge.fury.io/js/%40bcgsc-pori%2Fgraphkb-schema) ![node versions](https://img.shields.io/badge/node-10%20%7C%2012%20%7C%2014-blue)

This repository is part of the [platform for oncogenomic reporting and interpretation](https://github.com/bcgsc/pori).

This is the package which defines the schema logic used to create the database, build the API and GUI.
It is a dependency of both the API and GUI and uses the parser package.

Expand Down
26 changes: 13 additions & 13 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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bcgsc-pori/graphkb-schema",
"version": "3.14.3",
"version": "3.15.0",
"description": "Shared package between the API and GUI for GraphKB which holds the schema definitions and schema-related functions",
"bugs": {
"email": "graphkb@bcgsc.ca"
Expand All @@ -17,7 +17,7 @@
"author": "",
"license": "GPL-3.0",
"peerDependencies": {
"@bcgsc-pori/graphkb-parser": ">=1.0.0 <2.0.0"
"@bcgsc-pori/graphkb-parser": ">=1.1.2 <2.0.0"
},
"dependencies": {
"isemail": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/schema/position.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module.exports = {
embedded: true,
properties: [
{
name: 'pos', type: 'integer', min: 1, mandatory: true, example: 55, nullable: true,
name: 'pos', type: 'integer', mandatory: true, example: 55, nullable: true,
},
{ name: 'offset', type: 'integer', example: -11 },
],
Expand Down

0 comments on commit 1ee52df

Please sign in to comment.