@jbrowse/plugin-variants 1.7.4 → 1.7.7

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.
@@ -151,7 +151,7 @@ export default function (configSchema: LinearVariantDisplayConfigModel): import(
151
151
  headers?: Record<string, string> | undefined;
152
152
  signal?: AbortSignal | undefined;
153
153
  filters?: string[] | undefined;
154
- }): Promise<import("@jbrowse/core/data_adapters/BaseAdapter").Stats>;
154
+ }): Promise<{}>;
155
155
  setRegionStatsP(p?: Promise<import("@jbrowse/core/data_adapters/BaseAdapter").Stats> | undefined): void;
156
156
  setRegionStats(estimatedRegionStats?: import("@jbrowse/core/data_adapters/BaseAdapter").Stats | undefined): void;
157
157
  clearRegionStats(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-variants",
3
- "version": "1.7.4",
3
+ "version": "1.7.7",
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": "0a3e0c58055bbab8e3ab0270c139291b96eff403"
60
+ "gitHead": "2c26e04ae942c380bf2f5b79ef7a49cc32b7bfed"
61
61
  }