@sjcrh/proteinpaint-shared 2.85.0 → 2.86.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-shared",
3
- "version": "2.85.0",
3
+ "version": "2.86.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",
@@ -118,10 +118,10 @@ export function isUsableTerm(term, _usecase, termdbConfig, ds) {
118
118
  }
119
119
  return uses
120
120
 
121
- case 'boxplot':
122
- if (term.type == 'float' || term.type == 'integer') uses.add('plot')
123
- if (usecase.detail === 'term2' && hasNumericChild(child_types)) uses.add('branch')
124
- return uses
121
+ // case 'boxplot':
122
+ // if (term.type == 'float' || term.type == 'integer') uses.add('plot')
123
+ // if (usecase.detail === 'term2' && hasNumericChild(child_types)) uses.add('branch')
124
+ // return uses
125
125
 
126
126
  case 'cuminc':
127
127
  if (usecase.detail == 'term') {