@jbrowse/plugin-sequence 1.6.4 → 1.6.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.
@@ -1,2 +1,2 @@
1
1
  import PluginManager from '@jbrowse/core/PluginManager';
2
- export declare function createReferenceSeqTrackConfig(pluginManager: PluginManager): import("@jbrowse/core/configuration/configurationSchema").AnyConfigurationSchemaType;
2
+ export declare function createReferenceSeqTrackConfig(pluginManager: PluginManager): import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-sequence",
3
- "version": "1.6.4",
3
+ "version": "1.6.7",
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": "7f157fbb2302d8825f99d01bcc0fd0616116c5d2"
58
+ "gitHead": "02012ec299c36647f755316571775d36b0fee5ec"
59
59
  }
@@ -63,5 +63,9 @@ export default class extends BaseAdapter implements RegionsAdapter {
63
63
  throw new Error('sequence not available')
64
64
  }
65
65
 
66
+ public getHeader() {
67
+ return {}
68
+ }
69
+
66
70
  public freeResources(/* { region } */): void {}
67
71
  }