@sjcrh/proteinpaint-shared 2.118.0 → 2.119.0-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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/common.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-shared",
3
- "version": "2.118.0",
3
+ "version": "2.119.0-0",
4
4
  "description": "ProteinPaint code that is shared between server and client-side workspaces",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
package/src/common.js CHANGED
@@ -292,7 +292,7 @@ mclass[mclasssv] = {
292
292
  // "CNV_amp" have to stay as-is since it may be hardcoded in lots of data beyond portal code.
293
293
  export const mclasscnvgain = 'CNV_amp'
294
294
  mclass[mclasscnvgain] = {
295
- label: 'Copy number gain',
295
+ label: 'Copy number gain', // TODO change to 'Gain'
296
296
  color: '#e9a3c9',
297
297
  dt: dtcnv,
298
298
  desc: 'Copy number gain',