@jbrowse/plugin-breakpoint-split-view 3.5.0 → 3.5.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.
|
@@ -63,6 +63,7 @@ export default function stateModelFactory(pluginManager: PluginManager): import(
|
|
|
63
63
|
readonly width: number;
|
|
64
64
|
readonly interRegionPaddingWidth: number;
|
|
65
65
|
readonly assemblyNames: string[];
|
|
66
|
+
readonly assemblyDisplayNames: string[];
|
|
66
67
|
readonly isTopLevelView: import("@jbrowse/core/util").AbstractViewModel | undefined;
|
|
67
68
|
readonly stickyViewHeaders: boolean | undefined;
|
|
68
69
|
readonly rubberbandTop: number;
|
|
@@ -63,6 +63,7 @@ export default function stateModelFactory(pluginManager: PluginManager): import(
|
|
|
63
63
|
readonly width: number;
|
|
64
64
|
readonly interRegionPaddingWidth: number;
|
|
65
65
|
readonly assemblyNames: string[];
|
|
66
|
+
readonly assemblyDisplayNames: string[];
|
|
66
67
|
readonly isTopLevelView: import("@jbrowse/core/util").AbstractViewModel | undefined;
|
|
67
68
|
readonly stickyViewHeaders: boolean | undefined;
|
|
68
69
|
readonly rubberbandTop: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-breakpoint-split-view",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.1",
|
|
4
4
|
"description": "JBrowse 2 breakpoint detail split view",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@gmod/vcf": "^6.0.8",
|
|
40
|
-
"@jbrowse/core": "^3.5.
|
|
41
|
-
"@jbrowse/plugin-linear-genome-view": "^3.5.
|
|
40
|
+
"@jbrowse/core": "^3.5.1",
|
|
41
|
+
"@jbrowse/plugin-linear-genome-view": "^3.5.1",
|
|
42
42
|
"@mui/icons-material": "^7.0.0",
|
|
43
43
|
"@mui/material": "^7.0.0",
|
|
44
44
|
"@types/file-saver": "^2.0.1",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "cb8859da9d838ad2594964777c5c54f385d98f5e"
|
|
62
62
|
}
|