@jbrowse/plugin-variants 1.6.2 → 1.6.3

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.
@@ -184,7 +184,7 @@ export default function (configSchema: LinearVariantDisplayConfigModel): import(
184
184
  }[];
185
185
  renderProps(): any;
186
186
  } & {
187
- renderSvg(opts: import("@jbrowse/plugin-linear-genome-view/dist/LinearGenomeView").ExportSvgOptions & {
187
+ renderSvg(opts: import("@jbrowse/plugin-linear-genome-view/src/LinearGenomeView").ExportSvgOptions & {
188
188
  overrideHeight: number;
189
189
  }): Promise<JSX.Element>;
190
190
  } & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-variants",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "description": "JBrowse 2 variant adapters, tracks, etc.",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "access": "public"
60
60
  },
61
- "gitHead": "92455c6021abd69548496a450983d89f8837860d"
61
+ "gitHead": "c6d6783d3dc82ea96390ab177ceb8ed38b439333"
62
62
  }