@jbrowse/plugin-comparative-adapters 4.1.14 → 4.1.15

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.
@@ -97,7 +97,6 @@ export default class PAFAdapter extends BaseFeatureDataAdapter {
97
97
  },
98
98
  }));
99
99
  },
100
- stopToken: opts.stopToken,
101
100
  }));
102
101
  observer.complete();
103
102
  });
@@ -24,7 +24,7 @@ declare const PairwiseIndexedPAFAdapter: import("@jbrowse/core/configuration/con
24
24
  };
25
25
  index: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
26
26
  indexType: {
27
- model: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
27
+ model: import("@jbrowse/mobx-state-tree").ISimpleType<"CSI" | "TBI">;
28
28
  type: string;
29
29
  defaultValue: string;
30
30
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-comparative-adapters",
3
- "version": "4.1.14",
3
+ "version": "4.1.15",
4
4
  "type": "module",
5
5
  "description": "JBrowse 2 comparative adapters",
6
6
  "keywords": [
@@ -21,15 +21,15 @@
21
21
  "esm"
22
22
  ],
23
23
  "dependencies": {
24
- "@gmod/tabix": "^3.2.2",
25
- "@jbrowse/mobx-state-tree": "^5.5.0",
26
- "@mui/material": "^7.3.8",
27
- "generic-filehandle2": "^2.0.18",
24
+ "@gmod/tabix": "^3.3.1",
25
+ "@jbrowse/mobx-state-tree": "^5.6.0",
26
+ "@mui/material": "^7.3.9",
27
+ "generic-filehandle2": "^2.1.4",
28
28
  "mobx": "^6.15.0",
29
29
  "mobx-react": "^9.2.1",
30
30
  "rxjs": "^7.8.2",
31
- "@jbrowse/plugin-alignments": "^4.1.14",
32
- "@jbrowse/core": "^4.1.14"
31
+ "@jbrowse/plugin-alignments": "^4.1.15",
32
+ "@jbrowse/core": "^4.1.15"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": ">=18.0.0",