@jbrowse/plugin-sequence 1.6.5 → 1.6.6

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
- declare const _default: import("@jbrowse/core/configuration/configurationSchema").AnyConfigurationSchemaType;
1
+ declare const _default: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
2
2
  export default _default;
@@ -14,5 +14,6 @@ export default class extends BaseAdapter implements RegionsAdapter {
14
14
  end: number;
15
15
  }[]>;
16
16
  getFeatures(): void;
17
+ getHeader(): {};
17
18
  freeResources(): void;
18
19
  }
@@ -1,2 +1,2 @@
1
- declare const _default: import("@jbrowse/core/configuration/configurationSchema").AnyConfigurationSchemaType;
1
+ declare const _default: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import("@jbrowse/core/configuration/configurationSchema").AnyConfigurationSchemaType;
1
+ declare const _default: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
2
2
  export default _default;
@@ -1,3 +1,3 @@
1
1
  import PluginManager from '@jbrowse/core/PluginManager';
2
- declare const _default: (pluginManager: PluginManager) => import("@jbrowse/core/configuration/configurationSchema").AnyConfigurationSchemaType;
2
+ declare const _default: (pluginManager: PluginManager) => import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
3
3
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import PluginManager from '@jbrowse/core/PluginManager';
2
2
  declare const _default: (pluginManager: PluginManager) => {
3
- configSchema: import("@jbrowse/core/configuration/configurationSchema").AnyConfigurationSchemaType;
3
+ configSchema: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
4
4
  getAdapterClass: () => Promise<typeof import("./GCContentAdapter").default>;
5
5
  };
6
6
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import("@jbrowse/core/configuration/configurationSchema").AnyConfigurationSchemaType;
1
+ declare const _default: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
2
2
  export default _default;
@@ -1 +1 @@
1
- export declare const configSchema: import("@jbrowse/core/configuration/configurationSchema").AnyConfigurationSchemaType;
1
+ export declare const configSchema: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
@@ -1,2 +1,2 @@
1
- declare const _default: import("@jbrowse/core/configuration/configurationSchema").AnyConfigurationSchemaType;
1
+ declare const _default: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
2
2
  export default _default;
@@ -2317,6 +2317,11 @@ var _default = /*#__PURE__*/function (_BaseAdapter) {
2317
2317
  value: function getFeatures() {
2318
2318
  throw new Error('sequence not available');
2319
2319
  }
2320
+ }, {
2321
+ key: "getHeader",
2322
+ value: function getHeader() {
2323
+ return {};
2324
+ }
2320
2325
  }, {
2321
2326
  key: "freeResources",
2322
2327
  value: function