@sjcrh/proteinpaint-server 2.188.1 → 2.189.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.188.1",
3
+ "version": "2.189.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",
@@ -64,9 +64,9 @@
64
64
  "@sjcrh/augen": "2.181.1",
65
65
  "@sjcrh/proteinpaint-python": "2.188.0",
66
66
  "@sjcrh/proteinpaint-r": "2.188.0",
67
- "@sjcrh/proteinpaint-rust": "2.188.0",
68
- "@sjcrh/proteinpaint-shared": "2.188.1",
69
- "@sjcrh/proteinpaint-types": "2.188.1",
67
+ "@sjcrh/proteinpaint-rust": "2.189.0",
68
+ "@sjcrh/proteinpaint-shared": "2.189.0",
69
+ "@sjcrh/proteinpaint-types": "2.189.0",
70
70
  "@types/express": "^5.0.0",
71
71
  "@types/express-session": "^1.18.1",
72
72
  "better-sqlite3": "^12.4.1",
@@ -174,7 +174,6 @@ function validateWSIAnnotationsQuery(ds, connection) {
174
174
  return {
175
175
  zoomCoordinates: coords,
176
176
  class: r.label ?? "",
177
- status: r.status,
178
177
  flag: r.flagged === void 0 ? FlagStatus.Normal : r.flagged,
179
178
  timestamp: r.timestamp,
180
179
  id: createSelectionID(SelectionPrefixes.Annotation, coords)