@datagrok/bio 2.22.7 → 2.22.9

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": "Davit Rizhinashvili",
6
6
  "email": "drizhinashvili@datagrok.ai"
7
7
  },
8
- "version": "2.22.7",
8
+ "version": "2.22.9",
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",
@@ -44,7 +44,7 @@
44
44
  ],
45
45
  "dependencies": {
46
46
  "@biowasm/aioli": "^3.1.0",
47
- "@datagrok-libraries/bio": "^5.54.6",
47
+ "@datagrok-libraries/bio": "^5.54.7",
48
48
  "@datagrok-libraries/chem-meta": "^1.2.7",
49
49
  "@datagrok-libraries/math": "^1.2.4",
50
50
  "@datagrok-libraries/ml": "^6.10.4",
@@ -55,7 +55,7 @@
55
55
  "ajv-errors": "^3.0.0",
56
56
  "cash-dom": "^8.0.0",
57
57
  "css-loader": "^6.7.3",
58
- "datagrok-api": "^1.25.0",
58
+ "datagrok-api": "^1.25.2",
59
59
  "dayjs": "^1.11.4",
60
60
  "fastest-levenshtein": "^1.0.16",
61
61
  "openchemlib": "^7.2.3",
@@ -73,7 +73,7 @@
73
73
  "@types/wu": "^2.1.44",
74
74
  "@typescript-eslint/eslint-plugin": "^8.8.1",
75
75
  "@typescript-eslint/parser": "^8.8.1",
76
- "datagrok-tools": "^4.14.40",
76
+ "datagrok-tools": "^4.14.47",
77
77
  "eslint": "^8.57.1",
78
78
  "eslint-config-google": "^0.14.0",
79
79
  "eslint-plugin-rxjs": "^5.0.3",
@@ -297,8 +297,8 @@ export namespace funcs {
297
297
  return await grok.functions.call('Bio:ManageMonomerLibrariesView', {});
298
298
  }
299
299
 
300
- export async function manageMonomerLibrariesViewTreeBrowser(treeNode: any , browsePanel: any ): Promise<void> {
301
- return await grok.functions.call('Bio:ManageMonomerLibrariesViewTreeBrowser', { treeNode, browsePanel });
300
+ export async function manageMonomerLibrariesViewTreeBrowser(treeNode: any ): Promise<void> {
301
+ return await grok.functions.call('Bio:ManageMonomerLibrariesViewTreeBrowser', { treeNode });
302
302
  }
303
303
 
304
304
  /**