@jbrowse/plugin-breakpoint-split-view 3.2.0 → 3.3.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.
@@ -179,6 +179,7 @@ export default function stateModelFactory(pluginManager: PluginManager): import(
179
179
  input: string;
180
180
  assembly: import("@jbrowse/core/assemblyManager/assembly").Assembly;
181
181
  }): Promise<void>;
182
+ navToLocation(parsedLocString: import("@jbrowse/core/util").ParsedLocString, assemblyName?: string): Promise<void>;
182
183
  navToLocations(parsedLocStrings: import("@jbrowse/core/util").ParsedLocString[], assemblyName?: string): Promise<void>;
183
184
  navTo(query: import("@jbrowse/plugin-linear-genome-view/src/LinearGenomeView/types").NavLocation): void;
184
185
  navToMultiple(locations: import("@jbrowse/plugin-linear-genome-view/src/LinearGenomeView/types").NavLocation[]): void;
@@ -179,6 +179,7 @@ export default function stateModelFactory(pluginManager: PluginManager): import(
179
179
  input: string;
180
180
  assembly: import("@jbrowse/core/assemblyManager/assembly").Assembly;
181
181
  }): Promise<void>;
182
+ navToLocation(parsedLocString: import("@jbrowse/core/util").ParsedLocString, assemblyName?: string): Promise<void>;
182
183
  navToLocations(parsedLocStrings: import("@jbrowse/core/util").ParsedLocString[], assemblyName?: string): Promise<void>;
183
184
  navTo(query: import("@jbrowse/plugin-linear-genome-view/src/LinearGenomeView/types").NavLocation): void;
184
185
  navToMultiple(locations: import("@jbrowse/plugin-linear-genome-view/src/LinearGenomeView/types").NavLocation[]): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-breakpoint-split-view",
3
- "version": "3.2.0",
3
+ "version": "3.3.0",
4
4
  "description": "JBrowse 2 breakpoint detail split view",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -37,10 +37,10 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@gmod/vcf": "^6.0.8",
40
- "@jbrowse/core": "^3.2.0",
41
- "@jbrowse/plugin-linear-genome-view": "^3.2.0",
42
- "@mui/icons-material": "^6.0.0",
43
- "@mui/material": "^6.0.0",
40
+ "@jbrowse/core": "^3.3.0",
41
+ "@jbrowse/plugin-linear-genome-view": "^3.3.0",
42
+ "@mui/icons-material": "^7.0.0",
43
+ "@mui/material": "^7.0.0",
44
44
  "@types/file-saver": "^2.0.1",
45
45
  "file-saver": "^2.0.0",
46
46
  "mobx": "^6.0.0",
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "access": "public"
60
60
  },
61
- "gitHead": "c750e3f56706a490c19ba75abd807fec5e38aebf"
61
+ "gitHead": "0bb64d8cc7ecdd167515308b31eec3d9acbc59e4"
62
62
  }