Skip to content

Commit

Permalink
fix: 🐛 remove non-edge data from knowledge graph edge attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinxin90 committed Feb 22, 2021
1 parent bbfd12b commit 500a66b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 181 deletions.
207 changes: 31 additions & 176 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"supertest": "^6.1.3"
},
"dependencies": {
"@biothings-explorer/call-apis": "^1.11.0",
"@biothings-explorer/call-apis": "^1.11.1",
"@biothings-explorer/smartapi-kg": "^2.2.9",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"axios": "^0.21.1",
"biomedical_id_resolver": "^2.2.1",
"biomedical_id_resolver": "^2.3.1",
"biothings-explorer-graphql": "2.1.1",
"body-parser": "^1.19.0",
"camelcase": "^6.2.0",
Expand All @@ -56,15 +56,15 @@
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.2.6",
"express-winston": "^4.0.5",
"express-winston": "^4.1.0",
"graphql-depth-limit": "^1.1.0",
"helmet": "^4.4.1",
"husky": "^4.3.8",
"install": "^0.13.0",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"node-cron": "^2.0.3",
"npm": "^6.14.11",
"openapi-validator-middleware": "^3.2.1",
"openapi-validator-middleware": "^3.2.2",
"redis": "^3.0.2",
"snake-case": "^3.0.4",
"winston": "^3.3.3",
Expand Down

0 comments on commit 500a66b

Please sign in to comment.