@jbrowse/plugin-data-management 2.15.3 → 2.16.0
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.
|
@@ -433,7 +433,6 @@ function stateTreeFactory(pluginManager) {
|
|
|
433
433
|
isOpenByDefault: !self.collapsed.get(s.group),
|
|
434
434
|
menuItems: s.menuItems,
|
|
435
435
|
children: (0, generateHierarchy_1.generateHierarchy)({
|
|
436
|
-
// @ts-expect-error conflict between IMSTMap and Map types in typescript 5.6
|
|
437
436
|
model: self,
|
|
438
437
|
trackConfs: s.tracks,
|
|
439
438
|
extra: s.group,
|
|
@@ -430,7 +430,6 @@ export default function stateTreeFactory(pluginManager) {
|
|
|
430
430
|
isOpenByDefault: !self.collapsed.get(s.group),
|
|
431
431
|
menuItems: s.menuItems,
|
|
432
432
|
children: generateHierarchy({
|
|
433
|
-
// @ts-expect-error conflict between IMSTMap and Map types in typescript 5.6
|
|
434
433
|
model: self,
|
|
435
434
|
trackConfs: s.tracks,
|
|
436
435
|
extra: s.group,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-data-management",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.16.0",
|
|
4
4
|
"description": "JBrowse 2 linear genome view",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"distModule": "esm/index.js",
|
|
61
61
|
"srcModule": "src/index.ts",
|
|
62
62
|
"module": "esm/index.js",
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "1e6d4fbc27ce684eed19e3c217f34bd2da24ab75"
|
|
64
64
|
}
|