@jbrowse/plugin-data-management 2.15.0 → 2.15.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.
@@ -433,6 +433,7 @@ 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
436
437
  model: self,
437
438
  trackConfs: s.tracks,
438
439
  extra: s.group,
@@ -430,6 +430,7 @@ 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
433
434
  model: self,
434
435
  trackConfs: s.tracks,
435
436
  extra: s.group,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-data-management",
3
- "version": "2.15.0",
3
+ "version": "2.15.1",
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": "87eeb1fbf8311dbf88d5e75b5a265f03beffdda8"
63
+ "gitHead": "86ed70124fc5a0b1161266659d1ca9f8796bf3fe"
64
64
  }