@datagrok/sequence-translator 1.5.3 → 1.6.1

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
@@ -20,8 +20,8 @@
20
20
  2
21
21
  ],
22
22
  "max-len": ["error", 120],
23
- "max-params": ["warn", 5],
24
- "max-lines-per-function": ["warn", 300],
23
+ "max-params": ["warn", 7],
24
+ "max-lines-per-function": ["warn", 500],
25
25
  "max-lines": ["warn", 1000],
26
26
  "no-unused-vars": "off",
27
27
  "@typescript-eslint/no-unused-vars": "warn",
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Sequence Translator changelog
2
2
 
3
+ ## 1.6.1 (2024-11-15)
4
+
5
+ ### Bug fixes
6
+
7
+ * PolyTool fix default options
8
+ * PolyTool fix explicit carbon cut
9
+
10
+ ## 1.6.0 (2024-11-14)
11
+
12
+ ### New features
13
+
14
+ * Add PolyTool work with sinthetic monomers
15
+
3
16
  ## 1.5.3 (2024-11-06)
4
17
 
5
18
  ### Bug fixes