@sjcrh/proteinpaint-server 2.88.2 → 2.89.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.88.2",
3
+ "version": "2.89.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,7 +61,7 @@
61
61
  "@sjcrh/augen": "2.87.0",
62
62
  "@sjcrh/proteinpaint-rust": "2.84.0",
63
63
  "@sjcrh/proteinpaint-shared": "2.88.2",
64
- "@sjcrh/proteinpaint-types": "2.88.2",
64
+ "@sjcrh/proteinpaint-types": "2.89.0",
65
65
  "better-sqlite3": "^9.4.1",
66
66
  "body-parser": "^1.15.2",
67
67
  "canvas": "~2.11.2",
@@ -191,7 +191,6 @@ function validateGeneExpressionNative(G) {
191
191
  } catch (_) {
192
192
  return {};
193
193
  }
194
- console.log("out:", out);
195
194
  return out;
196
195
  };
197
196
  } else if (G.storage_type == "HDF5") {