@jbrowse/plugin-sequence 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.
|
@@ -122,7 +122,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
122
122
|
estimatedRegionStatsP: Promise<import("@jbrowse/core/data_adapters/BaseAdapter").Stats> | undefined;
|
|
123
123
|
estimatedRegionStats: import("@jbrowse/core/data_adapters/BaseAdapter").Stats | undefined;
|
|
124
124
|
} & {
|
|
125
|
-
readonly blockType: "
|
|
125
|
+
readonly blockType: "dynamicBlocks" | "staticBlocks";
|
|
126
126
|
readonly blockDefinitions: import("@jbrowse/core/util/blockTypes").BlockSet;
|
|
127
127
|
} & {
|
|
128
128
|
readonly renderDelay: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-sequence",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.11",
|
|
4
4
|
"description": "JBrowse 2 sequence adapters, tracks, etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "5c21beb48a21f08b0091d293f09ac99174c48f77"
|
|
57
57
|
}
|