@datagrok/bio 2.11.26 → 2.11.28

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
@@ -5,7 +5,7 @@
5
5
  "name": "Leonid Stolbov",
6
6
  "email": "lstolbov@datagrok.ai"
7
7
  },
8
- "version": "2.11.26",
8
+ "version": "2.11.28",
9
9
  "description": "Bioinformatics support (import/export of sequences, conversion, visualization, analysis). [See more](https://github.com/datagrok-ai/public/blob/master/packages/Bio/README.md) for details.",
10
10
  "repository": {
11
11
  "type": "git",
@@ -34,9 +34,9 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "@biowasm/aioli": "^3.1.0",
37
- "@datagrok-libraries/bio": "^5.39.18",
37
+ "@datagrok-libraries/bio": "^5.39.21",
38
38
  "@datagrok-libraries/chem-meta": "^1.2.1",
39
- "@datagrok-libraries/ml": "^6.4.0",
39
+ "@datagrok-libraries/ml": "^6.4.1",
40
40
  "@datagrok-libraries/tutorials": "^1.3.11",
41
41
  "@datagrok-libraries/utils": "^4.1.36",
42
42
  "@datagrok-libraries/math": "^1.0.7",
@@ -457,7 +457,7 @@ export class WebLogoViewer extends DG.JsViewer implements IWebLogoViewer {
457
457
  private static viewerCounter: number = -1;
458
458
  private readonly viewerId: number = ++WebLogoViewer.viewerCounter;
459
459
 
460
- private viewerToLog(): string { return `MolstarViewer<${this.viewerId}>`; }
460
+ private viewerToLog(): string { return `WebLogoViewer<${this.viewerId}>`; }
461
461
 
462
462
  // -- Data --
463
463