@jbrowse/plugin-breakpoint-split-view 3.6.3 → 3.6.5
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.
|
@@ -64,8 +64,8 @@ export default function stateModelFactory(pluginManager: PluginManager): import(
|
|
|
64
64
|
readonly interRegionPaddingWidth: number;
|
|
65
65
|
readonly assemblyNames: string[];
|
|
66
66
|
readonly assemblyDisplayNames: string[];
|
|
67
|
-
readonly isTopLevelView:
|
|
68
|
-
readonly stickyViewHeaders: boolean
|
|
67
|
+
readonly isTopLevelView: boolean;
|
|
68
|
+
readonly stickyViewHeaders: boolean;
|
|
69
69
|
readonly rubberbandTop: number;
|
|
70
70
|
readonly pinnedTracksTop: number;
|
|
71
71
|
} & {
|
|
@@ -64,8 +64,8 @@ export default function stateModelFactory(pluginManager: PluginManager): import(
|
|
|
64
64
|
readonly interRegionPaddingWidth: number;
|
|
65
65
|
readonly assemblyNames: string[];
|
|
66
66
|
readonly assemblyDisplayNames: string[];
|
|
67
|
-
readonly isTopLevelView:
|
|
68
|
-
readonly stickyViewHeaders: boolean
|
|
67
|
+
readonly isTopLevelView: boolean;
|
|
68
|
+
readonly stickyViewHeaders: boolean;
|
|
69
69
|
readonly rubberbandTop: number;
|
|
70
70
|
readonly pinnedTracksTop: number;
|
|
71
71
|
} & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-breakpoint-split-view",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.5",
|
|
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.6.
|
|
41
|
-
"@jbrowse/plugin-linear-genome-view": "^3.6.
|
|
40
|
+
"@jbrowse/core": "^3.6.5",
|
|
41
|
+
"@jbrowse/plugin-linear-genome-view": "^3.6.5",
|
|
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": "354d0a87b757b4d84f824b47507662f6f3a1693f"
|
|
62
62
|
}
|