@jbrowse/plugin-sequence 1.6.1 → 1.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.
@@ -180,7 +180,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
180
180
  }[];
181
181
  renderProps(): any;
182
182
  } & {
183
- renderSvg(opts: import("@jbrowse/plugin-linear-genome-view/dist/LinearGenomeView").ExportSvgOptions & {
183
+ renderSvg(opts: import("@jbrowse/plugin-linear-genome-view/src/LinearGenomeView").ExportSvgOptions & {
184
184
  overrideHeight: number;
185
185
  }): Promise<JSX.Element>;
186
186
  } & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-sequence",
3
- "version": "1.6.1",
3
+ "version": "1.6.5",
4
4
  "description": "JBrowse 2 sequence adapters, tracks, etc.",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "@gmod/indexedfasta": "^2.0.2",
39
39
  "@gmod/twobit": "^1.1.12",
40
- "abortable-promise-cache": "^1.3.0",
40
+ "abortable-promise-cache": "^1.5.0",
41
41
  "clsx": "^1.1.0",
42
42
  "generic-filehandle": "^2.2.2"
43
43
  },
@@ -55,5 +55,5 @@
55
55
  "publishConfig": {
56
56
  "access": "public"
57
57
  },
58
- "gitHead": "d6ad1b8e7fbb00000f2ac87f463c82e9db12ea01"
58
+ "gitHead": "ab41f017840ffef09f5d60b008281cedaa5abe26"
59
59
  }