@sjcrh/proteinpaint-server 2.112.0 → 2.112.1-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-server",
3
- "version": "2.112.0",
3
+ "version": "2.112.1-0",
4
4
  "type": "module",
5
5
  "description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
6
6
  "main": "src/app.js",
@@ -61,8 +61,8 @@
61
61
  "dependencies": {
62
62
  "@sjcrh/augen": "2.109.1-0",
63
63
  "@sjcrh/proteinpaint-rust": "2.112.0",
64
- "@sjcrh/proteinpaint-shared": "2.112.0",
65
- "@sjcrh/proteinpaint-types": "2.112.0",
64
+ "@sjcrh/proteinpaint-shared": "2.112.1-0",
65
+ "@sjcrh/proteinpaint-types": "2.112.1-0",
66
66
  "@types/express": "^5.0.0",
67
67
  "@types/express-session": "^1.18.1",
68
68
  "better-sqlite3": "^9.4.1",
@@ -164,9 +164,6 @@ function addNonDictionaryQueries(c, ds, genome) {
164
164
  }
165
165
  if (q.ld) {
166
166
  q2.ld = JSON.parse(JSON.stringify(q.ld));
167
- for (const i of q2.ld.tracks) {
168
- delete i.file;
169
- }
170
167
  }
171
168
  if (q.cnv) {
172
169
  q2.cnv = {};