@jbrowse/plugin-variants 1.7.10 → 1.7.11
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.
|
@@ -126,7 +126,7 @@ export default function (configSchema: LinearVariantDisplayConfigModel): import(
|
|
|
126
126
|
estimatedRegionStatsP: Promise<import("@jbrowse/core/data_adapters/BaseAdapter").Stats> | undefined;
|
|
127
127
|
estimatedRegionStats: import("@jbrowse/core/data_adapters/BaseAdapter").Stats | undefined;
|
|
128
128
|
} & {
|
|
129
|
-
readonly blockType: "
|
|
129
|
+
readonly blockType: "dynamicBlocks" | "staticBlocks";
|
|
130
130
|
readonly blockDefinitions: import("@jbrowse/core/util/blockTypes").BlockSet;
|
|
131
131
|
} & {
|
|
132
132
|
readonly renderDelay: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-variants",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.11",
|
|
4
4
|
"description": "JBrowse 2 variant adapters, tracks, etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "5c21beb48a21f08b0091d293f09ac99174c48f77"
|
|
61
61
|
}
|