@datagrok/bio 2.11.18 → 2.11.19

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/detectors.js +2 -2
  2. package/package.json +1 -1
package/detectors.js CHANGED
@@ -59,8 +59,8 @@ class LoggerWrapper {
59
59
  }
60
60
 
61
61
  async getLoggerSettings() {
62
- await this.package.getSettings(); // TODO: workaround
63
- const settings = await this.package.getSettings();
62
+ await this.package.getProperties(); // TODO: workaround
63
+ const settings = await this.package.getProperties();
64
64
  this.debugEnabled = settings['Debug'].includes(this.componentName);
65
65
  }
66
66
 
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.18",
8
+ "version": "2.11.19",
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",