@sjcrh/proteinpaint-client 2.188.0 → 2.188.1

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.
@@ -1783,7 +1783,7 @@ function runproteinpaint(arg) {
1783
1783
  selectAll_default(".sja_pane").remove();
1784
1784
  return;
1785
1785
  }
1786
- app.holder = select_default(arg.holder || document.body).append("div").attr("class", "sja_root_holder").attr("data-ppclientversion", `2.188.0`).style("font-size", "1em").style("color", "black").on("click", (e) => {
1786
+ app.holder = select_default(arg.holder || document.body).append("div").attr("class", "sja_root_holder").attr("data-ppclientversion", `2.188.1`).style("font-size", "1em").style("color", "black").on("click", (e) => {
1787
1787
  e.stopPropagation();
1788
1788
  if (e.target.tagName == "BUTTON") e.preventDefault();
1789
1789
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-client",
3
- "version": "2.188.0",
3
+ "version": "2.188.1",
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",
@@ -56,8 +56,8 @@
56
56
  "@babel/plugin-transform-runtime": "^7.9.6",
57
57
  "@babel/preset-env": "^7.9.6",
58
58
  "@babel/preset-typescript": "^7.21.4",
59
- "@sjcrh/proteinpaint-shared": "2.188.0",
60
- "@sjcrh/proteinpaint-types": "2.188.0",
59
+ "@sjcrh/proteinpaint-shared": "2.188.1",
60
+ "@sjcrh/proteinpaint-types": "2.188.1",
61
61
  "@types/d3": "^7.4.3",
62
62
  "@types/ol-ext": "npm:@siedlerchr/types-ol-ext@^3.4.0",
63
63
  "@types/openseadragon": "^3.0.10",