@sjcrh/proteinpaint-client 2.98.1 → 2.98.2-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.
@@ -1750,7 +1750,7 @@ function runproteinpaint(arg) {
1750
1750
  selectAll_default(".sja_pane").remove();
1751
1751
  return;
1752
1752
  }
1753
- app.holder = select_default(arg.holder || document.body).append("div").attr("class", "sja_root_holder").attr("data-ppclientversion", `2.98.1`).style("font", "1em Arial, sans-serif").style("color", "black");
1753
+ app.holder = select_default(arg.holder || document.body).append("div").attr("class", "sja_root_holder").attr("data-ppclientversion", `2.98.2-0`).style("font", "1em Arial, sans-serif").style("color", "black");
1754
1754
  app.sandbox_header = arg.sandbox_header || void 0;
1755
1755
  if (arg.jwt) {
1756
1756
  sessionStorage.setItem("jwt", arg.jwt);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-client",
3
- "version": "2.98.1",
3
+ "version": "2.98.2-0",
4
4
  "description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
5
5
  "type": "module",
6
6
  "main": "dist/app.js",
@@ -52,7 +52,7 @@
52
52
  "@babel/preset-env": "^7.9.6",
53
53
  "@babel/preset-typescript": "^7.21.4",
54
54
  "@sjcrh/proteinpaint-shared": "2.98.0",
55
- "@sjcrh/proteinpaint-types": "2.98.1",
55
+ "@sjcrh/proteinpaint-types": "2.98.2-0",
56
56
  "@types/d3": "^7.4.3",
57
57
  "@types/openseadragon": "^3.0.10",
58
58
  "@typescript-eslint/eslint-plugin": "^8.13.0",