@sjcrh/proteinpaint-shared 2.95.0 → 2.98.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.95.0",
3
+ "version": "2.98.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",
@@ -19,7 +19,7 @@ output:
19
19
  numbers....
20
20
  ],
21
21
  [can be empty],
22
- bins:[ //take this bins object and send to client. See implementation at termdb.violin.js and mds3.densityPlot.js
22
+ bins:[ //take this bins object and send to client. See implementation at termdb.violin.ts and mds3.densityPlot.js
23
23
  {
24
24
  { x0: density: 0.2 },
25
25
  { x0, density: 0.3 },