@sjcrh/proteinpaint-types 2.157.0 → 2.157.1-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/dataset.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-types",
3
- "version": "2.157.0",
3
+ "version": "2.157.1-0",
4
4
  "type": "module",
5
5
  "description": "Shared type definitions between ProteinPaint server and client code",
6
6
  "main": "src/index.ts",
package/src/dataset.ts CHANGED
@@ -1488,6 +1488,7 @@ keep this setting here for reason of:
1488
1488
  }
1489
1489
  */
1490
1490
  q?: any
1491
+ /** mclass override (color, label etc) */
1491
1492
  mclass?: Mclass
1492
1493
  lollipop?: any
1493
1494
  hasAncestry?: boolean