@datagrok/bio 2.12.12 → 2.12.14

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/.eslintrc.json CHANGED
@@ -17,8 +17,8 @@
17
17
  "rules": {
18
18
  "indent": ["error", 2, {"SwitchCase": 0}],
19
19
  "max-len": ["error", 120],
20
- "max-params": ["warn", 5],
21
- "max-lines-per-function": ["warn", 30],
20
+ "max-params": ["warn", 7],
21
+ "max-lines-per-function": ["warn", 100],
22
22
  "max-lines": ["warn", 300],
23
23
  "no-unused-vars": "off",
24
24
  "@typescript-eslint/no-unused-vars": ["warn", { "varsIgnorePattern": "^(_|ui$|grok$|DG$)", "argsIgnorePattern": "^_"}],
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Bio changelog
2
2
 
3
+ ## 2.12.14 (2024-04-18)
4
+
5
+ Bio: Fixed stereochemistry in Polytool
6
+
7
+ ## 2.12.13 (2024-04-15)
8
+
9
+ Bio: Fix cell renderer for scatter plot, add test
10
+
3
11
  ## 2.12.12 (2024-04-15)
4
12
 
5
13
  ### Features