@datagrok/bio 2.16.4 → 2.16.5

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
@@ -9,7 +9,7 @@
9
9
  "parser": "@typescript-eslint/parser",
10
10
  "parserOptions": {
11
11
  "ecmaVersion": 2022,
12
- "project": "./tsconfig.json",
12
+ "project": "./packages/bio/tsconfig.json",
13
13
  "sourceType": "module"
14
14
  },
15
15
  "plugins": [
package/CHANGELOG.md CHANGED
@@ -1,6 +1,17 @@
1
1
  # Bio changelog
2
2
 
3
- ## 2.16.4 (20246-10-16)
3
+ ## 1.16.5 (2024-10-18)
4
+
5
+ ### Bug fixes
6
+
7
+ * Weblogo: fix compatibility with column types and fix aggregations
8
+ * Monomer manager: Fix validations
9
+
10
+ ### Features
11
+
12
+ Monomer manager: Add new empty monomer
13
+
14
+ ## 2.16.4 (2024-10-16)
4
15
 
5
16
  ### Bug fixes
6
17